Uses of Class
com.uwyn.rife.database.queries.Insert

Packages that use Insert
com.uwyn.rife.authentication.credentialsmanagers Provides classes and interfaces for managing RoleUser credentials. 
com.uwyn.rife.authentication.remembermanagers Provides managers classes for "remember me" support. 
com.uwyn.rife.authentication.sessionmanagers Provides managers classes for authentication sessions support. 
com.uwyn.rife.cmf.dam.contentmanagers Provides managers classes for content information support. 
com.uwyn.rife.cmf.dam.contentstores Provides managers classes for content data 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 Insert in com.uwyn.rife.authentication.credentialsmanagers
 

Methods in com.uwyn.rife.authentication.credentialsmanagers with parameters of type Insert
protected  void DatabaseUsers._addRole(SequenceValue getRoleId, Insert addRole, String role)
           
protected  void DatabaseUsers._addUser(Insert addUserWithId, Select getFreeUserId, Select getRoleId, Insert addRoleLink, String login, RoleUserAttributes attributes)
           
protected  boolean DatabaseUsers._updateUser(Update updateUser, Delete removeRoleLinksByUser, Select getRoleId, Insert addRoleLink, String login, RoleUserAttributes attributes)
           
 

Uses of Insert in com.uwyn.rife.authentication.remembermanagers
 

Methods in com.uwyn.rife.authentication.remembermanagers with parameters of type Insert
protected  String DatabaseRemember._createRememberId(Insert createRememberId, long userId, String hostIp)
           
 

Uses of Insert in com.uwyn.rife.authentication.sessionmanagers
 

Methods in com.uwyn.rife.authentication.sessionmanagers with parameters of type Insert
protected  String DatabaseSessions._startSession(Insert startSession, long userId, String hostIp, boolean remembered)
           
 

Uses of Insert in com.uwyn.rife.cmf.dam.contentmanagers
 

Methods in com.uwyn.rife.cmf.dam.contentmanagers with parameters of type Insert
protected  boolean DatabaseContent._createRepository(SequenceValue getContentRepositoryId, Insert storeContentRepository, String name)
           
protected  boolean DatabaseContent._storeContent(SequenceValue getContentId, Select getContentRepositoryId, Insert storeContentInfo, Insert storeContentAttribute, Insert storeContentProperty, String location, Content content, ContentTransformer transformer)
           
 

Uses of Insert in com.uwyn.rife.cmf.dam.contentstores
 

Methods in com.uwyn.rife.cmf.dam.contentstores with parameters of type Insert
protected  boolean DatabaseRawStore._storeContentData(Insert storeContentInfo, Insert storeContentChunk, int id, Content content, ContentTransformer transformer)
           
protected  boolean DatabaseTextStore._storeContentData(Insert storeContent, int id, Content content, ContentTransformer transformer)
           
protected  boolean DatabaseImageStore._storeContentData(Insert storeContent, int id, Content content, ContentTransformer transformer)
           
protected  int DatabaseRawStore.storeChunks(Insert storeContentChunk, int id, InputStream data)
           
protected  int DatabaseRawStore.storeChunksNoStream(Insert storeContentChunk, int id, InputStream data)
           
protected  boolean DatabaseTextStore.storeContent(Insert storeContent, int id, String data)
           
protected  boolean DatabaseImageStore.storeTypedData(Insert storeContent, int id, byte[] data)
           
 

Uses of Insert in com.uwyn.rife.database.queries
 

Methods in com.uwyn.rife.database.queries that return Insert
protected  Insert Insert._field(String field, Object value)
           
 Insert Insert.clone()
           
 Insert Insert.field(String field, boolean value)
           
 Insert Insert.field(String field, byte value)
           
 Insert Insert.field(String field, char value)
           
 Insert Insert.field(String field, double value)
           
 Insert Insert.field(String field, float value)
           
 Insert Insert.field(String field, int value)
           
 Insert Insert.field(String field, long value)
           
 Insert Insert.field(String field, Object value)
           
 Insert Insert.field(String field, Select query)
           
 Insert Insert.field(String field, short value)
           
 Insert Insert.fieldCustom(String field, String expression)
           
 Insert Insert.fieldParameter(String field)
           
 Insert Insert.fieldParameter(String field, String alias)
           
 Insert Insert.fields(Object bean)
           
 Insert Insert.fields(Object[] keyValues)
           
 Insert Insert.fieldsExcluded(Object bean, String[] excludedFields)
           
 Insert Insert.fieldsFiltered(Object bean, String[] includedFields, String[] excludedFields)
           
 Insert Insert.fieldsIncluded(Object bean, String[] includedFields)
           
 Insert Insert.fieldsParameters(Class beanClass)
           
 Insert Insert.fieldsParametersExcluded(Class beanClass, String[] excludedFields)
           
 Insert Insert.fieldSubselect(Select query)
           
 Insert Insert.hint(String hint)
           
 Insert Insert.into(String into)
           
 

Uses of Insert in com.uwyn.rife.database.querymanagers.generic
 

Methods in com.uwyn.rife.database.querymanagers.generic with parameters of type Insert
protected  int AbstractGenericQueryManager._insert(SequenceValue nextId, Insert save, BeanType bean)
           
protected  int AbstractGenericQueryManager._insertWithoutCallbacks(SequenceValue nextId, Insert save, BeanType bean)
           
protected  int AbstractGenericQueryManager._save(SequenceValue nextId, Insert save, Update saveUpdate, BeanType bean)
           
 

Uses of Insert in com.uwyn.rife.resources
 

Methods in com.uwyn.rife.resources with parameters of type Insert
protected  void DatabaseResources._addResource(Insert addResource, String name, String content)
           
 

Uses of Insert in com.uwyn.rife.scheduler.taskmanagers
 

Methods in com.uwyn.rife.scheduler.taskmanagers with parameters of type Insert
protected  int DatabaseTasks._addTask(SequenceValue getTaskId, Insert insertTask, DbPreparedStatementHandler handler, Task task)
           
 

Uses of Insert in com.uwyn.rife.scheduler.taskoptionmanagers
 

Methods in com.uwyn.rife.scheduler.taskoptionmanagers with parameters of type Insert
protected  boolean DatabaseTaskoptions._addTaskoption(Insert addTaskoption, DbPreparedStatementHandler handler, Taskoption taskoption)
           
 



Copyright © 2001-2007 Uwyn sprl/bvba. All Rights Reserved.