|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StaffAssignmentLoader
This interface describes the set of methods that all loaders for
StaffAssignment objects must implement.
A loader provides for the retrieval of an object to be stored within the CMS system.
Loading methods are named according to the type of persistence that is performed.
StaffAssignmentLoader,
StaffAssignment| Nested Class Summary | |
|---|---|
static class |
StaffAssignmentLoader.Default
A utility class that provides quick access to the Loader instance associated with the default instance of the database
BbPersistenceManager. |
| Field Summary | |
|---|---|
static java.lang.String |
TYPE
Type used to obtain an instance of the class configured to provide the implementation for this interface. |
| Method Summary | |
|---|---|
BbList<StaffAssignment> |
load(StaffAssignment template)
Loads a BbList of StaffAssignment objects based on the attributes provided by the template. |
StaffAssignment |
load(java.lang.String crsBatchUid,
java.lang.String personBatchUid)
Loads a StaffAssignment object based on its unique batch uid information. |
| Methods inherited from interface blackboard.persist.Loader |
|---|
getAppVersion, init |
| Field Detail |
|---|
static final java.lang.String TYPE
| Method Detail |
|---|
StaffAssignment load(java.lang.String crsBatchUid,
java.lang.String personBatchUid)
throws KeyNotFoundException,
PersistenceException
StaffAssignment object based on its unique batch uid information.
crsBatchUid - Identifying CourseSite batch uid for StaffAssignment.personBatchUid - Identifying CourseSite batch uid for StaffAssignment.
StaffAssignment object.
KeyNotFoundException - Thrown if StaffAssignment object could not be found with provided
batch uid.
PersistenceException - Thrown if a failure occurs while loading object.
BbList<StaffAssignment> load(StaffAssignment template)
throws PersistenceException
BbList of StaffAssignment objects based on the attributes provided by the template.
template - StaffAssignment attribute based object dictating criteria used in loading StaffAssignment
objects.
BbList with appropriate StaffAssignment objects.
PersistenceException - Thrown if a failure occurs while loading objects.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||