- 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.
- 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.
- 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.
- 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.