A B C D E F G H I L M N P R S T U V W _ 

A

AbstractBO<K extends Serializable,T extends GeneralDTO<K>> - Class in rs.data.impl.bo
Abstract Implementation for Business Objects that require a Transfer Object.
AbstractBO() - Constructor for class rs.data.impl.bo.AbstractBO
Constructor.
AbstractBO(T) - Constructor for class rs.data.impl.bo.AbstractBO
Constructor.
AbstractDAO<K extends Serializable,T extends GeneralDTO<K>,B extends AbstractBO<K,T>,C extends GeneralBO<K>> - Class in rs.data.impl.dao
Abstract Implementation for Data Access Objects.
AbstractDAO() - Constructor for class rs.data.impl.dao.AbstractDAO
Constructor.
AbstractDAO.BusinessIterator - Class in rs.data.impl.dao
Wrapping all DTOs into BOs when returning.
AbstractDAO.BusinessIterator(Iterator<T>) - Constructor for class rs.data.impl.dao.AbstractDAO.BusinessIterator
Constructor.
AbstractDaoFactory - Class in rs.data.impl
The basic implementation of a DAO factory.
AbstractDaoFactory() - Constructor for class rs.data.impl.AbstractDaoFactory
Constructor.
AbstractDaoFactory.MyDaoListener - Class in rs.data.impl
Listener for DAO events.
AbstractDaoFactory.MyDaoListener() - Constructor for class rs.data.impl.AbstractDaoFactory.MyDaoListener
 
AbstractDaoFactory.TransactionContext - Class in rs.data.impl
Keeps track of transaction creation.
AbstractDaoFactory.TransactionContext() - Constructor for class rs.data.impl.AbstractDaoFactory.TransactionContext
 
AbstractDaoMaster - Class in rs.data.impl
Abstract implementation for DAO masters.
AbstractDaoMaster() - Constructor for class rs.data.impl.AbstractDaoMaster
Constructor.
AbstractGeneralBO<K extends Serializable> - Class in rs.data.impl.bo
Abstract Implementation for Business Objects that do not require a Transfer Object.
AbstractGeneralBO() - Constructor for class rs.data.impl.bo.AbstractGeneralBO
Constructor.
AbstractGeneralDAO<K extends Serializable,B extends AbstractGeneralBO<K>,C extends GeneralBO<K>> - Class in rs.data.impl.dao
Abstract Implementation for Data Access Objects.
AbstractGeneralDAO() - Constructor for class rs.data.impl.dao.AbstractGeneralDAO
Constructor.
addCached(B) - Method in class rs.data.impl.dao.AbstractGeneralDAO
Add the given object to the cache.
addDaoFactoryListener(DaoFactoryListener) - Method in interface rs.data.api.DaoFactory
Adds a factory listener.
addDaoFactoryListener(DaoFactoryListener) - Method in class rs.data.impl.AbstractDaoFactory
Adds a factory listener.
addDaoListener(DaoListener) - Method in interface rs.data.api.dao.GeneralDAO
Adds a DAO event listener.
addDaoListener(DaoListener) - Method in class rs.data.impl.dao.AbstractGeneralDAO
Adds a DAO event listener.
afterConfiguration() - Method in class rs.data.impl.AbstractDaoFactory
afterConfiguration() - Method in class rs.data.impl.AbstractDaoMaster
afterConfiguration() - Method in class rs.data.impl.dao.AbstractGeneralDAO
afterCreate(C) - Method in class rs.data.impl.dao.AbstractGeneralDAO
Called immediately after creation.
afterDelete(C) - Method in class rs.data.impl.dao.AbstractGeneralDAO
Called immediately after deletion.
afterNewInstance(C) - Method in class rs.data.impl.dao.AbstractGeneralDAO
Called after a new instance was created.
afterSave(C) - Method in class rs.data.impl.dao.AbstractGeneralDAO
Called immediately after saving.

B

beforeConfiguration() - Method in class rs.data.impl.AbstractDaoFactory
beforeConfiguration() - Method in class rs.data.impl.AbstractDaoMaster
beforeConfiguration() - Method in class rs.data.impl.dao.AbstractGeneralDAO
beforeCreate(C) - Method in class rs.data.impl.dao.AbstractGeneralDAO
Called immediately before creation.
beforeDelete(C) - Method in class rs.data.impl.dao.AbstractGeneralDAO
Called immediately before deletion.
beforeSave(C) - Method in class rs.data.impl.dao.AbstractGeneralDAO
Called immediately before saving.
begin() - Method in interface rs.data.api.DaoFactory
Begins a transaction.
begin() - Method in class rs.data.impl.AbstractDaoFactory
Begins a transaction.
begin() - Method in class rs.data.impl.AbstractDaoFactory.TransactionContext
Starts the transaction (or increments the internal counter).

C

CID - Class in rs.data.util
The Class ID for caching mechanism.
CID(Class<?>, Object) - Constructor for class rs.data.util.CID
Constructor.
close() - Method in class rs.data.impl.dao.AbstractDAO.BusinessIterator
This must always be called at the end.
close() - Method in interface rs.data.util.DaoIterator
This must always be called at the end.
commit() - Method in interface rs.data.api.DaoFactory
Commits a transaction.
commit() - Method in class rs.data.impl.AbstractDaoFactory
Commits a transaction.
commit() - Method in class rs.data.impl.AbstractDaoFactory.TransactionContext
Commits a transaction.
configure(Configuration) - Method in class rs.data.impl.AbstractDaoFactory
configure(Configuration) - Method in class rs.data.impl.AbstractDaoMaster
configure(Configuration) - Method in class rs.data.impl.dao.AbstractGeneralDAO
create(B) - Method in interface rs.data.api.dao.GeneralDAO
Inserts the object into the database if it does not exist.
create(B, boolean) - Method in interface rs.data.api.dao.GeneralDAO
Inserts the object into the database if it does not exist.
create(C) - Method in class rs.data.impl.dao.AbstractGeneralDAO
Inserts the object into the database if it does not exist.
create(C, boolean) - Method in class rs.data.impl.dao.AbstractGeneralDAO
Inserts the object into the database if it does not exist.
createDAO(Configuration, String) - Method in class rs.data.impl.AbstractDaoFactory
Creates an DAO from the configuration
createObject(Object) - Method in interface rs.data.api.dao.GeneralDAO
Inserts the object into the database if it does not exist.
createObject(Object, boolean) - Method in interface rs.data.api.dao.GeneralDAO
Creates the object.
createObject(Object) - Method in class rs.data.impl.dao.AbstractGeneralDAO
Inserts the object into the database if it does not exist.
createObject(Object, boolean) - Method in class rs.data.impl.dao.AbstractGeneralDAO
Creates the object.
createTransactionManager() - Method in class rs.data.impl.AbstractDaoFactory
Creates a new transaction manager.

D

DaoEvent - Class in rs.data.event
Event that will be fired from a DAO.
DaoEvent(GeneralDAO<?, ?>, DaoEvent.Type) - Constructor for class rs.data.event.DaoEvent
Constructor for DELETE_ALL events.
DaoEvent(GeneralDAO<?, ?>, DaoEvent.Type, GeneralBO<?>) - Constructor for class rs.data.event.DaoEvent
Constructor.
DaoEvent.Type - Enum in rs.data.event
 
DaoFactory - Interface in rs.data.api
A general interface describing a DAO factory.
DaoFactoryEvent - Class in rs.data.event
Event notification from Dao Factory.
DaoFactoryEvent(DaoFactory, DaoFactoryEvent.Type) - Constructor for class rs.data.event.DaoFactoryEvent
Constructor.
DaoFactoryEvent.Type - Enum in rs.data.event
 
DaoFactoryListener - Interface in rs.data.event
Listens to events from a DAO factory.
DaoIterator<E> - Interface in rs.data.util
 
DaoListener - Interface in rs.data.event
Listens to events from a DAO.
DaoMaster - Interface in rs.data.api
A general DAO master interface.
delete(B) - Method in interface rs.data.api.dao.GeneralDAO
Deletes the object.
delete(C) - Method in class rs.data.impl.dao.AbstractGeneralDAO
Deletes the object.
deleteAll() - Method in interface rs.data.api.dao.GeneralDAO
Deletes all objects.
deleteAll() - Method in class rs.data.impl.dao.AbstractDAO
Deletes all objects.
deleteDefaultAll() - Method in interface rs.data.api.dao.GeneralDAO
Deletes all objects.
deleteDefaultAll() - Method in class rs.data.impl.dao.AbstractDAO
Deletes all objects.
deleteObject(Object) - Method in interface rs.data.api.dao.GeneralDAO
Deletes the object.
deleteObject(Object) - Method in class rs.data.impl.dao.AbstractGeneralDAO
DELETING

E

equals(Object) - Method in class rs.data.impl.bo.AbstractGeneralBO
equals(Object) - Method in class rs.data.util.CID

F

findAll() - Method in interface rs.data.api.dao.GeneralDAO
Returns all domain objects.
findAll(int, int) - Method in interface rs.data.api.dao.GeneralDAO
Returns a subset of all objects.
findAll(int, int) - Method in class rs.data.impl.dao.AbstractDAO
Returns a subset of all objects.
findAll() - Method in class rs.data.impl.dao.AbstractGeneralDAO
Returns all domain objects.
findById(K) - Method in interface rs.data.api.dao.GeneralDAO
Find the given object in model.
findById(K) - Method in class rs.data.impl.dao.AbstractDAO
Find the given object in model.
findDefaultAll() - Method in interface rs.data.api.dao.GeneralDAO
Returns domain objects with default criteria.
findDefaultAll(int, int) - Method in interface rs.data.api.dao.GeneralDAO
Returns domain objects with default criteria.
findDefaultAll(int, int) - Method in class rs.data.impl.dao.AbstractDAO
Returns domain objects with default criteria.
findDefaultAll() - Method in class rs.data.impl.dao.AbstractGeneralDAO
Returns domain objects with default criteria.
fireAllDefaultDeleted() - Method in class rs.data.impl.dao.AbstractGeneralDAO
Fires a DAO all-delete event.
fireAllDeleted() - Method in class rs.data.impl.dao.AbstractGeneralDAO
Fires a DAO all-delete event.
fireDaoEvent(DaoEvent) - Method in class rs.data.impl.dao.AbstractGeneralDAO
Fires a DAO delete event.
fireDaoFactoryEvent(DaoFactoryEvent) - Method in class rs.data.impl.AbstractDaoFactory
Fires a factory event.
fireObjectCreated(C) - Method in class rs.data.impl.dao.AbstractGeneralDAO
Fires a DAO create event.
fireObjectDeleted(C) - Method in class rs.data.impl.dao.AbstractGeneralDAO
Fires a DAO delete event.
fireObjectUpdated(C) - Method in class rs.data.impl.dao.AbstractGeneralDAO
Fires a DAO update event.
firePropertyChange(PropertyChangeEvent) - Method in class rs.data.impl.bo.AbstractGeneralBO
Fires an event if property changed.

G

GeneralBO<K extends Serializable> - Interface in rs.data.api.bo
Interface for Business Objects.
GeneralDAO<K extends Serializable,B extends GeneralBO<K>> - Interface in rs.data.api.dao
Interface for Data Access Objects.
GeneralDTO<K extends Serializable> - Class in rs.data.impl.dto
Abstract Implementation for Data Transfer Objects.
GeneralDTO() - Constructor for class rs.data.impl.dto.GeneralDTO
Constructor.
getBoImplementationClass() - Method in class rs.data.impl.dao.AbstractGeneralDAO
Returns the boImplementationClass.
getBoInterfaceClass() - Method in class rs.data.impl.dao.AbstractGeneralDAO
Returns the boInterfaceClass.
getBusinessObject(T) - Method in class rs.data.impl.dao.AbstractDAO
Returns the business objects for the transfer object.
getCached(CID) - Method in class rs.data.impl.dao.AbstractGeneralDAO
Returns an object from the cache.
getChangeDate() - Method in interface rs.data.api.bo.GeneralBO
Returns the changeDate.
getChangeDate() - Method in class rs.data.impl.bo.AbstractBO
Returns the changeDate.
getChangeDate() - Method in class rs.data.impl.dto.GeneralDTO
Returns the change date.
getCID() - Method in class rs.data.impl.bo.AbstractGeneralBO
Returns the cid.
getCID(T) - Method in class rs.data.impl.dao.AbstractDAO
Returns the CID for this object.
getCreationDate() - Method in interface rs.data.api.bo.GeneralBO
Returns the creationDate.
getCreationDate() - Method in class rs.data.impl.bo.AbstractBO
Returns the creationDate.
getCreationDate() - Method in class rs.data.impl.dto.GeneralDTO
Returns the creation date.
getDao() - Method in interface rs.data.api.bo.GeneralBO
Returns the responsible DAO.
getDao() - Method in class rs.data.impl.bo.AbstractGeneralBO
Returns the responsible DAO.
getDaoFor(T) - Method in interface rs.data.api.DaoFactory
Returns the correct DAO for the given transfer object.
getDaoFor(B) - Method in interface rs.data.api.DaoFactory
Returns the correct DAO for the given model object.
getDaoMaster() - Method in interface rs.data.api.dao.GeneralDAO
Returns the DAO master.
getDaoMaster(String) - Method in interface rs.data.api.DaoFactory
Returns the DAO master with given ID.
getDaoMaster(String) - Method in class rs.data.impl.AbstractDaoFactory
Returns the DAO master with given ID.
getDaoMaster() - Method in class rs.data.impl.dao.AbstractGeneralDAO
Returns the DAO master.
getDefaultObjectCount() - Method in interface rs.data.api.dao.GeneralDAO
Returns the number of objects with default criteria matched.
getExpirationDate() - Method in class rs.data.util.LockInformation
Returns the expirationDate.
getFactory() - Method in interface rs.data.api.dao.GeneralDAO
Returns the DAO factory.
getFactory() - Method in interface rs.data.api.DaoMaster
Returns the factory that this master is registered for.
getFactory() - Method in class rs.data.impl.AbstractDaoMaster
Returns the factory that this master is registered for.
getFactory() - Method in class rs.data.impl.dao.AbstractGeneralDAO
Returns the DAO factory.
getId() - Method in interface rs.data.api.bo.GeneralBO
Returns the id.
getId() - Method in class rs.data.impl.bo.AbstractBO
Returns the id.
getId() - Method in class rs.data.impl.dto.GeneralDTO
Returns the ID.
getKeyClass() - Method in class rs.data.impl.bo.AbstractGeneralBO
Returns the keyClass.
getKeyClass() - Method in class rs.data.impl.dao.AbstractGeneralDAO
Returns the keyClass.
getLockInformation() - Method in interface rs.data.api.bo.GeneralBO
Get the current lock information.
getLockInformation() - Method in class rs.data.impl.bo.AbstractGeneralBO
Get the current lock information.
getLockObject() - Method in class rs.data.util.LockInformation
Returns the lockObject.
getLockOwner() - Method in class rs.data.util.LockInformation
Returns the lockOwner.
getLockState() - Method in class rs.data.util.LockInformation
Returns the lockState.
getLog() - Method in class rs.data.impl.AbstractDaoFactory
Returns the logger object.
getLog() - Method in class rs.data.impl.bo.AbstractGeneralBO
Returns a logger.
getLog() - Method in class rs.data.impl.dao.AbstractGeneralDAO
Returns the log.
getObject() - Method in class rs.data.event.DaoEvent
Returns the object.
getObjectCount() - Method in interface rs.data.api.dao.GeneralDAO
Returns the number of domain objects.
getParameter(String) - Method in interface rs.data.api.DaoFactory
Returns the factory parameter.
getParameter(String) - Method in class rs.data.impl.AbstractDaoFactory
Returns the factory parameter.
getParameterKeys() - Method in interface rs.data.api.DaoFactory
Returns an iterator of all property keys.
getParameterKeys() - Method in class rs.data.impl.AbstractDaoFactory
Returns an iterator of all property keys.
getParameterUrl(String) - Method in interface rs.data.api.DaoFactory
Returns the factory parameter as a URL.
getParameterUrl(String) - Method in class rs.data.impl.AbstractDaoFactory
Returns the factory parameter as a URL.
getProperty(String) - Method in interface rs.data.api.DaoFactory
Returns the factory property.
getProperty(String) - Method in class rs.data.impl.AbstractDaoFactory
Returns the factory property.
getProperty(String) - Method in class rs.data.impl.AbstractDaoMaster
Returns the property of this DAO master.
getPropertyKeys() - Method in class rs.data.impl.AbstractDaoMaster
Returns all keys of the properties.
getPropertyUrl(String) - Method in class rs.data.impl.AbstractDaoMaster
Returns the property as a URL
getTransaction() - Method in interface rs.data.api.DaoFactory
Returns the current active transaction.
getTransaction() - Method in class rs.data.impl.AbstractDaoFactory
Returns the current active transaction.
getTransactionManager() - Method in interface rs.data.api.DaoFactory
Returns the TX manager used.
getTransactionManager() - Method in class rs.data.impl.AbstractDaoFactory
Returns the TX manager used.
getTransactionManager() - Static method in class rs.data.TransactionSupport
Returns the txManager.
getTransferClass() - Method in class rs.data.impl.bo.AbstractBO
Returns the transferClass.
getTransferClass() - Method in class rs.data.impl.dao.AbstractDAO
Returns the dtoInterfaceClass.
getTransferObject() - Method in class rs.data.impl.bo.AbstractBO
Returns the Transfer Object.
getType() - Method in class rs.data.event.DaoEvent
Returns the type.
getType() - Method in class rs.data.event.DaoFactoryEvent
Returns the type.
getUrlTransformer() - Method in interface rs.data.api.DaoFactory
Returns the urlTransformer.
getUrlTransformer() - Method in class rs.data.impl.AbstractDaoFactory
Returns the urlTransformer.
getUserTransaction() - Static method in class rs.data.TransactionSupport
Returns the user transaction.

H

handleDaoEvent(DaoEvent) - Method in interface rs.data.event.DaoListener
Handle the given DAO event.
handleDaoEvent(DaoEvent) - Method in class rs.data.impl.AbstractDaoFactory.MyDaoListener
Handle the given DAO event.
handleDaoFactoryEvent(DaoFactoryEvent) - Method in interface rs.data.event.DaoFactoryListener
Handle the given DAO factory event.
hashCode() - Method in class rs.data.impl.bo.AbstractGeneralBO
Hash code combining class and id.
hashCode() - Method in class rs.data.util.CID
hasNext() - Method in class rs.data.impl.dao.AbstractDAO.BusinessIterator

I

init() - Method in class rs.data.impl.bo.AbstractBO
Initializes this BO.
init() - Method in class rs.data.impl.bo.AbstractGeneralBO
Initializes this BO.
init() - Method in class rs.data.impl.dao.AbstractDAO
Initializes / called from constructor.
init() - Method in class rs.data.impl.dao.AbstractGeneralDAO
Initializes / called from constructor.
invalidate() - Method in interface rs.data.api.bo.GeneralBO
Invalidates all cached data and orders BO to reload its data from underlying persistence store.
invalidate() - Method in class rs.data.impl.bo.AbstractGeneralBO
Invalidates all cached data and orders BO to reload its data from underlying persistence store.
isChanged() - Method in interface rs.data.api.bo.GeneralBO
Returns whether this object has changed.
isChanged() - Method in class rs.data.impl.bo.AbstractGeneralBO
Returns whether this object has changed.
isInvalid() - Method in interface rs.data.api.bo.GeneralBO
Returns true when object was invalidated.
isInvalid() - Method in class rs.data.impl.bo.AbstractGeneralBO
Returns true when object was invalidated.
isModelChanged() - Method in class rs.data.impl.AbstractDaoFactory.TransactionContext
Returns the modelChanged.
iterateAll() - Method in interface rs.data.api.dao.GeneralDAO
Returns all domain objects.
iterateAll(int, int) - Method in interface rs.data.api.dao.GeneralDAO
Returns a subset of all objects
iterateAll(int, int) - Method in class rs.data.impl.dao.AbstractDAO
Returns a subset of all objects
iterateAll() - Method in class rs.data.impl.dao.AbstractGeneralDAO
Returns all domain objects.
iterateDefaultAll() - Method in interface rs.data.api.dao.GeneralDAO
Returns domain objects with default criteria.
iterateDefaultAll(int, int) - Method in interface rs.data.api.dao.GeneralDAO
Returns a subset of domain objects with default criteria.
iterateDefaultAll(int, int) - Method in class rs.data.impl.dao.AbstractDAO
Returns a subset of domain objects with default criteria.
iterateDefaultAll() - Method in class rs.data.impl.dao.AbstractGeneralDAO
Returns domain objects with default criteria.

L

loadDaoMaster(SubnodeConfiguration) - Method in class rs.data.impl.AbstractDaoFactory
Loads an object from a configuration.
lock(int) - Method in interface rs.data.api.bo.GeneralBO
Try to lock this object.
lock(int) - Method in class rs.data.impl.bo.AbstractGeneralBO
Try to lock this object.
LockInformation - Class in rs.data.util
Tells information about the lock
LockInformation(GeneralBO<?>) - Constructor for class rs.data.util.LockInformation
Constructor.
LockState - Enum in rs.data.util
Different types of lock state.
log - Variable in class rs.data.impl.dao.AbstractGeneralDAO
 
LongBO - Interface in rs.data.api.bo
Business Object using Long as its key class.
LongDAO<B extends LongBO> - Interface in rs.data.api.dao
Data Access Object interface for Long key-based DTOs and BOs.
LongDTO - Class in rs.data.impl.dto
Abstract Implementation for Data Transfer Objects using Long keys.
LongDTO() - Constructor for class rs.data.impl.dto.LongDTO
Constructor.

M

modelChanged() - Method in class rs.data.impl.AbstractDaoFactory
Registers the current context that the model changed underneath.

N

newInstance() - Method in interface rs.data.api.dao.GeneralDAO
Create a new domain class instance.
newInstance() - Method in class rs.data.impl.dao.AbstractGeneralDAO
Create a new domain class instance.
next() - Method in class rs.data.impl.dao.AbstractDAO.BusinessIterator

P

PROPERTY_CHANGE_DATE - Static variable in interface rs.data.api.bo.GeneralBO
 
PROPERTY_CREATION_DATE - Static variable in interface rs.data.api.bo.GeneralBO
 

R

refresh() - Method in interface rs.data.api.bo.GeneralBO
Immediately refresh all values from persistence store.
release() - Method in interface rs.data.api.bo.GeneralBO
Release the lock.
release() - Method in class rs.data.impl.bo.AbstractGeneralBO
Release the lock.
remove() - Method in class rs.data.impl.dao.AbstractDAO.BusinessIterator
removeDaoFactoryListener(DaoFactoryListener) - Method in interface rs.data.api.DaoFactory
Removes a factory listener.
removeDaoFactoryListener(DaoFactoryListener) - Method in class rs.data.impl.AbstractDaoFactory
Removes a factory listener.
removeDaoListener(DaoListener) - Method in interface rs.data.api.dao.GeneralDAO
Removes a DAO event listener.
removeDaoListener(DaoListener) - Method in class rs.data.impl.dao.AbstractGeneralDAO
Removes a DAO event listener.
rollback() - Method in interface rs.data.api.DaoFactory
Rolls back a transaction.
rollback() - Method in class rs.data.impl.AbstractDaoFactory
Rolls back a transaction.
rollback() - Method in class rs.data.impl.AbstractDaoFactory.TransactionContext
Rolls back a transaction.
rs.data - package rs.data
Provides transaction support.
rs.data.api - package rs.data.api
Provides the main interfaces to a model API.
rs.data.api.bo - package rs.data.api.bo
Provides the main Business Object (BO) interfaces.
rs.data.api.dao - package rs.data.api.dao
Provides the Data Access Object (DAO) interfaces.
rs.data.event - package rs.data.event
Provides the classes for model events.
rs.data.impl - package rs.data.impl
Provides abstract implementations for the main model API.
rs.data.impl.bo - package rs.data.impl.bo
Provides abstract implementations for Business Objects (BO).
rs.data.impl.dao - package rs.data.impl.dao
Provides abstract implementations for Data Access Objects (DAO).
rs.data.impl.dto - package rs.data.impl.dto
Provides abstract implementations for Transfer Objects (DTO).
rs.data.util - package rs.data.util
Provides supporting classes for the model API.

S

save(B) - Method in interface rs.data.api.dao.GeneralDAO
Saves the object.
save(B, boolean) - Method in interface rs.data.api.dao.GeneralDAO
Saves the object.
save(C) - Method in class rs.data.impl.dao.AbstractGeneralDAO
Saves the object.
save(C, boolean) - Method in class rs.data.impl.dao.AbstractGeneralDAO
Saves the object.
saveObject(Object) - Method in interface rs.data.api.dao.GeneralDAO
Saves the object.
saveObject(Object, boolean) - Method in interface rs.data.api.dao.GeneralDAO
Saves the object.
saveObject(Object) - Method in class rs.data.impl.dao.AbstractGeneralDAO
Saves the object.
saveObject(Object, boolean) - Method in class rs.data.impl.dao.AbstractGeneralDAO
Saves the object.
setChanged(boolean) - Method in interface rs.data.api.bo.GeneralBO
Sets the change status of this object.
setChanged(boolean) - Method in class rs.data.impl.bo.AbstractGeneralBO
Sets the change status of this object.
setChangeDate(RsDate) - Method in interface rs.data.api.bo.GeneralBO
Sets the changeDate.
setChangeDate(RsDate) - Method in class rs.data.impl.bo.AbstractBO
Sets the changeDate.
setChangeDate(RsDate) - Method in class rs.data.impl.dto.GeneralDTO
Sets the change date.
setCID(CID) - Method in class rs.data.impl.bo.AbstractGeneralBO
Sets the cid.
setCreationDate(RsDate) - Method in interface rs.data.api.bo.GeneralBO
Sets the creationDate.
setCreationDate(RsDate) - Method in class rs.data.impl.bo.AbstractBO
Sets the creationDate.
setCreationDate(RsDate) - Method in class rs.data.impl.dto.GeneralDTO
Sets the creation date.
setDao(GeneralDAO<K, ? extends GeneralBO<K>>) - Method in class rs.data.impl.bo.AbstractGeneralBO
Sets the dao.
setDaoMaster(DaoMaster) - Method in interface rs.data.api.dao.GeneralDAO
Sets the DAO master.
setDaoMaster(String, DaoMaster) - Method in class rs.data.impl.AbstractDaoFactory
Sets the DAO master.
setDaoMaster(DaoMaster) - Method in class rs.data.impl.dao.AbstractGeneralDAO
Sets the DAO master.
setExpirationDate(RsDate) - Method in class rs.data.util.LockInformation
Sets the expirationDate.
setFactory(DaoFactory) - Method in interface rs.data.api.dao.GeneralDAO
Sets the factory.
setFactory(DaoFactory) - Method in interface rs.data.api.DaoMaster
Sets the factory that this master is registered for.
setFactory(DaoFactory) - Method in class rs.data.impl.AbstractDaoMaster
Sets the factory that this master is registered for.
setFactory(DaoFactory) - Method in class rs.data.impl.dao.AbstractGeneralDAO
Sets the factory.
setId(K) - Method in class rs.data.impl.dto.GeneralDTO
Sets the ID.
setLockObject(GeneralBO<?>) - Method in class rs.data.util.LockInformation
Sets the lockObject.
setLockOwner(Object) - Method in class rs.data.util.LockInformation
Sets the lockOwner.
setLockState(LockState) - Method in class rs.data.util.LockInformation
Sets the lockState.
setModelChanged(boolean) - Method in class rs.data.impl.AbstractDaoFactory.TransactionContext
Sets the modelChanged.
setProperty(String, Object) - Method in interface rs.data.api.DaoFactory
Sets the property.
setProperty(String, Object) - Method in class rs.data.impl.AbstractDaoFactory
Sets the property.
setProperty(String, String) - Method in class rs.data.impl.AbstractDaoMaster
Sets a property for the DAO master.
setTransactionManager(TransactionManager) - Method in interface rs.data.api.DaoFactory
Sets the given TX manager to be used.
setTransactionManager(TransactionManager) - Method in class rs.data.impl.AbstractDaoFactory
Sets the given TX manager to be used.
setTransactionManager(TransactionManager) - Static method in class rs.data.TransactionSupport
Sets the txManager.
setTransferObject(T) - Method in class rs.data.impl.bo.AbstractBO
Sets the transfer object.
setUrlTransformer(URLTransformer) - Method in interface rs.data.api.DaoFactory
Sets the urlTransformer.
setUrlTransformer(URLTransformer) - Method in class rs.data.impl.AbstractDaoFactory
Sets the urlTransformer.
start() - Static method in class rs.data.TransactionSupport
Starts transaction support.
stop() - Static method in class rs.data.TransactionSupport
Stops the transaction support.
StringBO - Interface in rs.data.api.bo
Business Object using String as its key class.
StringDAO<B extends StringBO> - Interface in rs.data.api.dao
Data Access Object interface for String key-based DTOs and BOs.
StringDTO - Class in rs.data.impl.dto
Abstract Implementation for Data Transfer Objects using String keys.
StringDTO() - Constructor for class rs.data.impl.dto.StringDTO
Constructor.

T

toString() - Method in class rs.data.event.DaoFactoryEvent
toString() - Method in class rs.data.impl.bo.AbstractGeneralBO
toString() - Method in class rs.data.util.CID
toURL(String) - Method in interface rs.data.util.URLTransformer
Converts the given string to a URL.
TransactionSupport - Class in rs.data
Involves transactions.
TransactionSupport() - Constructor for class rs.data.TransactionSupport
 

U

URLTransformer - Interface in rs.data.util
Converts names to URLs.

V

valueOf(String) - Static method in enum rs.data.event.DaoEvent.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum rs.data.event.DaoFactoryEvent.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum rs.data.util.LockState
Returns the enum constant of this type with the specified name.
values() - Static method in enum rs.data.event.DaoEvent.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum rs.data.event.DaoFactoryEvent.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum rs.data.util.LockState
Returns an array containing the constants of this enum type, in the order they are declared.

W

wrap(Collection<C>, Collection<T>) - Method in class rs.data.impl.dao.AbstractDAO
Wraps the collection into business objects.
wrap(Iterator<T>) - Method in class rs.data.impl.dao.AbstractDAO
Returns the wrapper for DTO iterators.

_

_create(B) - Method in class rs.data.impl.dao.AbstractDAO
Creates the object.
_create(T) - Method in class rs.data.impl.dao.AbstractDAO
Creates the object.
_create(B) - Method in class rs.data.impl.dao.AbstractGeneralDAO
Creates the object.
_delete(B) - Method in class rs.data.impl.dao.AbstractDAO
Deletes the object.
_delete(T) - Method in class rs.data.impl.dao.AbstractDAO
Deletes the object.
_delete(B) - Method in class rs.data.impl.dao.AbstractGeneralDAO
Deletes the object.
_deleteAll() - Method in class rs.data.impl.dao.AbstractDAO
Deletes all objects.
_deleteDefaultAll() - Method in class rs.data.impl.dao.AbstractDAO
Deletes all objects.
_findAll(int, int) - Method in class rs.data.impl.dao.AbstractDAO
Returns a subset of all objects.
_findById(K) - Method in class rs.data.impl.dao.AbstractDAO
Find the object in underlying store.
_findDefaultAll(int, int) - Method in class rs.data.impl.dao.AbstractDAO
Returns a subset of domain objects with default criteria.
_iterateAll(int, int) - Method in class rs.data.impl.dao.AbstractDAO
Returns a subset of all objects
_iterateDefaultAll(int, int) - Method in class rs.data.impl.dao.AbstractDAO
Returns a subset of domain objects with default criteria.
_save(B) - Method in class rs.data.impl.dao.AbstractDAO
Saves the object.
_save(T) - Method in class rs.data.impl.dao.AbstractDAO
Saves the object.
_save(B) - Method in class rs.data.impl.dao.AbstractGeneralDAO
Saves the object.
A B C D E F G H I L M N P R S T U V W _ 

Copyright © 2013. All Rights Reserved.