|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IAdminObject
The IAdminObject represents the interface to be used for data objects of the
admin level package.
| Nested Class Summary | |
|---|---|
static class |
IAdminObject.RecStatus
Inner class devoted to explicit typing for available i_rec_status settings for Admin objects. |
static class |
IAdminObject.RowStatus
Inner class devoted to explicit typing for available status settings for Admin objects. |
| Method Summary | |
|---|---|
java.lang.String |
getDataSourceBatchUid()
Returns the data source batch_uid of this IAdminObject |
Id |
getDataSourceId()
Returns the data source Id associated with this IAdminObject. |
IAdminObject.RecStatus |
getRecStatus()
Returns the record status of this IAdminObject |
IAdminObject.RowStatus |
getRowStatus()
Returns the row status of this IAdminObject |
void |
setDataSourceBatchUid(java.lang.String batchUid)
Sets the data source batch_uid of this IAdminObject |
void |
setDataSourceId(Id iDataSourceId)
Sets the data source Id value for this IAdminObject. |
void |
setRecStatus(IAdminObject.RecStatus eRecStatus)
Sets the record status of this IAdminObject |
void |
setRowStatus(IAdminObject.RowStatus eRowStatus)
Sets the row status of this IAdminObject |
void |
validate()
Validates the contents of this IAdminObject. |
| Methods inherited from interface blackboard.data.IBbObject |
|---|
getBbAttributes, getCreatedDate, getDataType, getModifiedDate, setCreatedDate, setModifiedDate |
| Methods inherited from interface blackboard.data.Identifiable |
|---|
getId, setId |
| Method Detail |
|---|
IAdminObject.RowStatus getRowStatus()
IAdminObject
IAdminObject.RowStatusIAdminObject.RowStatusvoid setRowStatus(IAdminObject.RowStatus eRowStatus)
IAdminObject
eRowStatus - a status value as defined in IAdminObject.RowStatusIAdminObject.RowStatusIAdminObject.RecStatus getRecStatus()
IAdminObject
IAdminObject.RecStatusIAdminObject.RecStatusvoid setRecStatus(IAdminObject.RecStatus eRecStatus)
IAdminObject
eRecStatus - a status value as defined in IAdminObject.RecStatusIAdminObject.RecStatusjava.lang.String getDataSourceBatchUid()
IAdminObject
IAdminObjectvoid setDataSourceBatchUid(java.lang.String batchUid)
IAdminObject
batchUid - a data source batch_uid value for this IAdminObjectId getDataSourceId()
Id associated with this IAdminObject.
Id value for this Coursevoid setDataSourceId(Id iDataSourceId)
Id value for this IAdminObject.
iDataSourceId - a data source Id value to use for this
Course
void validate()
throws ValidationException
IAdminObject. Internal consistency
checks are also performed.
validate in interface IBbObjectValidationException - if validation of this object fails
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||