| Package | Description |
|---|---|
| rs.data.api |
Provides the main interfaces to a model API.
|
| rs.data.api.bo |
Provides the main Business Object (BO) interfaces.
|
| rs.data.api.dao |
Provides the Data Access Object (DAO) interfaces.
|
| rs.data.event |
Provides the classes for model events.
|
| rs.data.impl.bo |
Provides abstract implementations for Business Objects (BO).
|
| rs.data.impl.dao |
Provides abstract implementations for Data Access Objects (DAO).
|
| rs.data.util |
Provides supporting classes for the model API.
|
| Modifier and Type | Method and Description |
|---|---|
<K extends Serializable,B extends GeneralBO<K>> |
DaoFactory.getDaoFor(B o)
Returns the correct DAO for the given model object.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
LongBO
Business Object using
Long as its key class. |
interface |
StringBO
Business Object using
String as its key class. |
| Modifier and Type | Method and Description |
|---|---|
GeneralDAO<K,? extends GeneralBO<K>> |
GeneralBO.getDao()
Returns the responsible DAO.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
GeneralDAO<K extends Serializable,B extends GeneralBO<K>>
Interface for Data Access Objects.
|
| Modifier and Type | Method and Description |
|---|---|
GeneralBO<?> |
DaoEvent.getObject()
Returns the object.
|
| Constructor and Description |
|---|
DaoEvent(GeneralDAO<?,?> source,
DaoEvent.Type type,
GeneralBO<?> object)
Constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBO<K extends Serializable,T extends GeneralDTO<K>>
Abstract Implementation for Business Objects that require a Transfer Object.
|
class |
AbstractGeneralBO<K extends Serializable>
Abstract Implementation for Business Objects that do not require a Transfer Object.
|
| Modifier and Type | Method and Description |
|---|---|
GeneralDAO<K,? extends GeneralBO<K>> |
AbstractGeneralBO.getDao()
Returns the responsible DAO.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractGeneralBO.setDao(GeneralDAO<K,? extends GeneralBO<K>> dao)
Sets the dao.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDAO<K extends Serializable,T extends GeneralDTO<K>,B extends AbstractBO<K,T>,C extends GeneralBO<K>>
Abstract Implementation for Data Access Objects.
|
class |
AbstractGeneralDAO<K extends Serializable,B extends AbstractGeneralBO<K>,C extends GeneralBO<K>>
Abstract Implementation for Data Access Objects.
|
| Modifier and Type | Method and Description |
|---|---|
GeneralBO<?> |
LockInformation.getLockObject()
Returns the lockObject.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LockInformation.setLockObject(GeneralBO<?> lockObject)
Sets the lockObject.
|
| Constructor and Description |
|---|
LockInformation(GeneralBO<?> lockObject)
Constructor.
|
Copyright © 2013. All Rights Reserved.