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

Packages that use Delete
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 Delete in com.uwyn.rife.authentication.credentialsmanagers
 

Methods in com.uwyn.rife.authentication.credentialsmanagers with parameters of type Delete
protected  void DatabaseUsers._clearUsers(Delete clearUsers)
           
protected  boolean DatabaseUsers._removeRole(Delete removeRole, String name)
           
protected  boolean DatabaseUsers._removeUser(Delete removeUserByUserId, long userId)
           
protected  boolean DatabaseUsers._removeUser(Delete removeUserByLogin, String login)
           
protected  boolean DatabaseUsers._updateUser(Update updateUser, Delete removeRoleLinksByUser, Select getRoleId, Insert addRoleLink, String login, RoleUserAttributes attributes)
           
 

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

Methods in com.uwyn.rife.authentication.remembermanagers with parameters of type Delete
protected  void DatabaseRemember._eraseAllRememberIds(Delete eraseAllRememberIds)
           
protected  boolean DatabaseRemember._eraseRememberId(Delete eraseRememberId, String rememberId)
           
protected  boolean DatabaseRemember._eraseUserRememberIds(Delete eraseUserRememberIds, long userId)
           
protected  void DatabaseRemember._purgeRememberIds(Delete purgeRememberIds)
           
 

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

Methods in com.uwyn.rife.authentication.sessionmanagers with parameters of type Delete
protected  void DatabaseSessions._eraseAllSessions(Delete eraseAllSessions)
           
protected  boolean DatabaseSessions._eraseSession(Delete eraseSession, String authId)
           
protected  boolean DatabaseSessions._eraseUserSessions(Delete eraseUserSessions, long userId)
           
protected  void DatabaseSessions._purgeSessions(Delete purgeSession)
           
 

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

Methods in com.uwyn.rife.cmf.dam.contentmanagers with parameters of type Delete
protected  boolean DatabaseContent._deleteContent(Select getContentInfo, Delete deleteContentInfo, Delete deleteContentAttributes, Delete deleteContentProperties, String location)
           
 

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

Methods in com.uwyn.rife.cmf.dam.contentstores with parameters of type Delete
protected  boolean DatabaseRawStore._deleteContentData(Delete deleteContentInfo, Delete deleteContentChunk, int id)
           
protected  boolean DatabaseContentStore._deleteContentData(Delete deleteContentData, int id)
           
 

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

Methods in com.uwyn.rife.database.queries that return Delete
 Delete Delete.clone()
           
 Delete Delete.from(String from)
           
 Delete Delete.hint(String hint)
           
 

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

Methods in com.uwyn.rife.database.querymanagers.generic with parameters of type Delete
protected  boolean AbstractGenericQueryManager._delete(Delete delete)
           
protected  boolean AbstractGenericQueryManager._delete(Delete delete, int objectId)
           
 

Constructors in com.uwyn.rife.database.querymanagers.generic with parameters of type Delete
DeleteQuery(Delete query)
           
 

Uses of Delete in com.uwyn.rife.resources
 

Methods in com.uwyn.rife.resources with parameters of type Delete
protected  boolean DatabaseResources._removeResource(Delete removeResource, String name)
           
 

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

Methods in com.uwyn.rife.scheduler.taskmanagers with parameters of type Delete
protected  boolean DatabaseTasks._removeTask(Delete removeTask, int id)
           
 

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

Methods in com.uwyn.rife.scheduler.taskoptionmanagers with parameters of type Delete
protected  boolean DatabaseTaskoptions._removeTaskoption(Delete removeTaskoption, int taskId, String name)
           
protected  boolean DatabaseTaskoptions._removeTaskoption(Delete removeTaskoption, Taskoption taskoption)
           
 



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