|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Update | |
|---|---|
| com.uwyn.rife.authentication.credentialsmanagers | Provides classes and interfaces for managing RoleUser credentials. |
| com.uwyn.rife.authentication.sessionmanagers | Provides managers classes for authentication sessions support. |
| com.uwyn.rife.database.queries | Provides classes and interfaces for the object-oriented query builders. |
| com.uwyn.rife.database.querymanagers.generic | Provides classes and interfaces for the persistance framework. |
| com.uwyn.rife.resources | Provides classes and interfaces for the resource abstraction framework. |
| com.uwyn.rife.scheduler.taskmanagers | Provides classes and interfaces for managing tasks. |
| com.uwyn.rife.scheduler.taskoptionmanagers | Provides classes and interfaces for managing task options. |
| Uses of Update in com.uwyn.rife.authentication.credentialsmanagers |
|---|
| Methods in com.uwyn.rife.authentication.credentialsmanagers with parameters of type Update | |
|---|---|
protected boolean |
DatabaseUsers._updateUser(Update updateUser,
Delete removeRoleLinksByUser,
Select getRoleId,
Insert addRoleLink,
String login,
RoleUserAttributes attributes)
|
| Uses of Update in com.uwyn.rife.authentication.sessionmanagers |
|---|
| Methods in com.uwyn.rife.authentication.sessionmanagers with parameters of type Update | |
|---|---|
boolean |
DatabaseSessions._continueSession(Update continueSession,
String authId)
|
| Uses of Update in com.uwyn.rife.database.queries |
|---|
| Methods in com.uwyn.rife.database.queries that return Update | |
|---|---|
protected Update |
Update._field(String field,
Object value)
|
Update |
Update.clone()
|
Update |
Update.field(String field,
boolean value)
|
Update |
Update.field(String field,
byte value)
|
Update |
Update.field(String field,
char value)
|
Update |
Update.field(String field,
double value)
|
Update |
Update.field(String field,
float value)
|
Update |
Update.field(String field,
int value)
|
Update |
Update.field(String field,
long value)
|
Update |
Update.field(String field,
Object value)
|
Update |
Update.field(String field,
Select query)
|
Update |
Update.field(String field,
short value)
|
Update |
Update.fieldCustom(String field,
String expression)
|
Update |
Update.fieldParameter(String field)
|
Update |
Update.fieldParameter(String field,
String alias)
|
Update |
Update.fields(Object bean)
|
Update |
Update.fields(Object[] keyValues)
|
Update |
Update.fieldsExcluded(Object bean,
String[] excludedFields)
|
Update |
Update.fieldsFiltered(Object bean,
String[] includedFields,
String[] excludedFields)
|
Update |
Update.fieldsIncluded(Object bean,
String[] includedFields)
|
Update |
Update.fieldsParameters(Class beanClass)
|
Update |
Update.fieldsParametersExcluded(Class beanClass,
String[] excludedFields)
|
Update |
Update.fieldSubselect(Select query)
|
Update |
Update.hint(String hint)
|
Update |
Update.table(String table)
|
| Uses of Update in com.uwyn.rife.database.querymanagers.generic |
|---|
| Methods in com.uwyn.rife.database.querymanagers.generic with parameters of type Update | |
|---|---|
protected int |
AbstractGenericQueryManager._save(SequenceValue nextId,
Insert save,
Update saveUpdate,
BeanType bean)
|
protected int |
AbstractGenericQueryManager._update(Update saveUpdate,
BeanType bean)
|
protected int |
AbstractGenericQueryManager._updateWithoutCallbacks(Update saveUpdate,
BeanType bean)
|
| Uses of Update in com.uwyn.rife.resources |
|---|
| Methods in com.uwyn.rife.resources with parameters of type Update | |
|---|---|
protected boolean |
DatabaseResources._updateResource(Update updateResource,
String name,
String content)
|
| Uses of Update in com.uwyn.rife.scheduler.taskmanagers |
|---|
| Methods in com.uwyn.rife.scheduler.taskmanagers with parameters of type Update | |
|---|---|
protected boolean |
DatabaseTasks._activateTask(Update activateTask,
int id)
|
protected boolean |
DatabaseTasks._desactivateTask(Update desactivateTask,
int id)
|
protected boolean |
DatabaseTasks._updateTask(Update updateTask,
DbPreparedStatementHandler handler,
Task task)
|
| Uses of Update in com.uwyn.rife.scheduler.taskoptionmanagers |
|---|
| Methods in com.uwyn.rife.scheduler.taskoptionmanagers with parameters of type Update | |
|---|---|
protected boolean |
DatabaseTaskoptions._updateTaskoption(Update updateTaskoption,
DbPreparedStatementHandler handler,
Taskoption taskoption)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||