| Package | Description |
|---|---|
| rs.data.impl.bo |
Provides abstract implementations for Business Objects (BO).
|
| rs.data.impl.dao |
Provides abstract implementations for Data Access Objects (DAO).
|
| Modifier and Type | Method and Description |
|---|---|
CID |
AbstractGeneralBO.getCID()
Returns the cid.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractGeneralBO.setCID(CID cid)
Sets the cid.
|
| Modifier and Type | Method and Description |
|---|---|
protected CID |
AbstractDAO.getCID(T object)
Returns the CID for this object.
|
| Modifier and Type | Method and Description |
|---|---|
protected B |
AbstractGeneralDAO.getCached(CID cid)
Returns an object from the cache.
|
Copyright © 2013. All Rights Reserved.