|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use LOItem.Status | |
| blackboard.cms.lrngobj | |
| Uses of LOItem.Status in blackboard.cms.lrngobj |
| Fields in blackboard.cms.lrngobj declared as LOItem.Status | |
static LOItem.Status |
LOItem.Status.PENDING
|
static LOItem.Status |
LOItem.Status.APPROVED
|
static LOItem.Status |
LOItem.Status.REJECTED
|
static LOItem.Status |
LOItem.Status.DEFAULT
|
| Methods in blackboard.cms.lrngobj that return LOItem.Status | |
LOItem.Status |
LOItem.getStatus()
Get the status for the LOItem |
static LOItem.Status[] |
LOItem.Status.getValues()
Returns an array of all of the elements in the enumeration. |
static LOItem.Status |
LOItem.Status.fromExternalString(java.lang.String externalString)
Returns the LOItem.Status element specified by the externalString. |
| Methods in blackboard.cms.lrngobj with parameters of type LOItem.Status | |
static java.util.List |
LOItemManager.loadByStatus(LOItem.Status status,
java.sql.Connection con)
Load a List of LOItems by Status using a supplied Connection |
static java.util.List |
LOItemManager.loadByStatus(LOItem.Status status)
Load a List of LOItems by Status |
static java.util.List |
LOItemManager.loadByCategoryIdAndStatus(blackboard.persist.Id id,
LOItem.Status status,
java.sql.Connection con)
Load a List of LOItems based on a supplied Category Id and LOItem Status using a supplied Connection. |
static java.util.List |
LOItemManager.loadByCategoryIdAndStatus(blackboard.persist.Id id,
LOItem.Status status)
Load a List of LOItems based on a supplied Category Id and LOItem Status |
static java.util.List |
LOItemManager.loadUncategorizedByStatus(LOItem.Status status,
java.sql.Connection con)
Load a List of uncategorized LOItems based on LOItem Status using the supplied connection |
static java.util.List |
LOItemManager.loadUncategorizedByStatus(LOItem.Status status)
Load a List of uncategorized LOItems based on LOItem Status |
void |
LOItem.setStatus(LOItem.Status eStatus)
Set the LOItem status |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||