Uses of Class
blackboard.cms.lrngobj.LOItem.Status

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.APPROVED
           
static LOItem.Status LOItem.Status.DEFAULT
           
static LOItem.Status LOItem.Status.PENDING
           
static LOItem.Status LOItem.Status.REJECTED
           
 

Methods in blackboard.cms.lrngobj that return LOItem.Status
static LOItem.Status LOItem.Status.fromExternalString(java.lang.String externalString)
          Returns the LOItem.Status element specified by the externalString.
 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.
 

Methods in blackboard.cms.lrngobj with parameters of type LOItem.Status
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.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.loadByStatus(LOItem.Status status)
          Load a List of LOItems by 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.loadUncategorizedByStatus(LOItem.Status status)
          Load a List of uncategorized LOItems based on 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
 void LOItem.setStatus(LOItem.Status eStatus)
          Set the LOItem status
 



Copyright © 2003-2004 Blackboard, Inc. All Rights Reserved.