|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Id in blackboard.admin.data |
|---|
| Methods in blackboard.admin.data that return Id | |
|---|---|
Id |
IAdminObject.getDataSourceId()
Returns the data source Id associated with this IAdminObject. |
| Methods in blackboard.admin.data with parameters of type Id | |
|---|---|
void |
IAdminObject.setDataSourceId(Id iDataSourceId)
Sets the data source Id value for this IAdminObject. |
| Uses of Id in blackboard.admin.data.category |
|---|
| Methods in blackboard.admin.data.category that return Id | |
|---|---|
Id |
CourseCategoryMembership.getCourseSiteId()
Returns the course Id of this CourseCategoryMembership |
| Methods in blackboard.admin.data.category with parameters of type Id | |
|---|---|
void |
CourseCategoryMembership.setCourseSiteId(Id id)
Sets the course Id of this CourseCategoryMembership |
void |
OrganizationCategoryMembership.setDataSourceId(Id iDataSourceId)
Sets the data source Id value for this OrganizationCategoryMembership. |
void |
CourseCategoryMembership.setDataSourceId(Id iDataSourceId)
Sets the data source Id value for this CourseCategoryMembership. |
void |
AdminCategory.setDataSourceId(Id iDataSourceId)
Sets the data source Id value for this AdminCategory. |
void |
OrganizationCategoryMembership.setOrganizationId(Id id)
Sets the organization Id of this OrganizationCategoryMembership |
| Uses of Id in blackboard.admin.data.course |
|---|
| Methods in blackboard.admin.data.course that return Id | |
|---|---|
Id |
StaffAssignment.getCourseSiteId()
Returns the course site Id of this StaffAssignment |
Id |
Enrollment.getCourseSiteId()
Returns the course site Id of this Enrollment |
Id |
AdminCourseCourse.getDataSourceId()
Returns the data source Id associated with this AdminCourseCourse. |
protected Id |
Membership.getGroupId()
Returns the group Id of this Membership |
protected Id |
Membership.getInheritedFromGroupId()
Returns the group Id of this Membership |
Id |
OrganizationMembership.getOrganizationId()
Returns the organization Id of this OrganizationMembership |
| Methods in blackboard.admin.data.course with parameters of type Id | |
|---|---|
void |
AdminCourse.setClassificationId(Id iClassificationId)
Sets the classification Id value for this Course. |
void |
StaffAssignment.setCourseSiteId(Id id)
Sets the course site Id of this StaffAssignment |
void |
Enrollment.setCourseSiteId(Id id)
Sets the course site Id of this Enrollment |
void |
Membership.setDataSourceId(Id iDataSourceId)
Sets the data source Id value for this User |
void |
AdminCourseCourse.setDataSourceId(Id iDataSourceId)
Sets the data source Id value for this AdminCourseCourse |
void |
AdminCourse.setDataSourceId(Id iDataSourceId)
Sets the data source Id value for this AdminCourse |
protected void |
Membership.setGroupId(Id iGroupId)
Sets the course Id value for this CourseMembership. |
protected void |
Membership.setInheritedFromGroupId(Id iGroupId)
Sets the course Id value for this CourseMembership. |
void |
OrganizationMembership.setOrganizationId(Id id)
Sets the organization Id of this OrganizationMembership |
void |
Membership.setUserId(Id iUserId)
Sets the user Id value for this CourseMembership. |
| Uses of Id in blackboard.admin.data.datasource |
|---|
| Methods in blackboard.admin.data.datasource that return Id | |
|---|---|
Id |
DataSourceObjectCount.getDataSourceId()
Returns the data source Id associated with this DataSourceObjectCount. |
Id |
DataSource.getDataSourceId()
Returns the data source Id associated with this DataSource. |
| Methods in blackboard.admin.data.datasource with parameters of type Id | |
|---|---|
void |
DataSourceObjectCount.setDataSourceId(Id iDataSourceId)
Sets the data source Id value for this DataSourceObjectCount. |
void |
DataSource.setDataSourceId(Id iDataSourceId)
Sets the data source Id value for this DataSource. |
| Uses of Id in blackboard.admin.data.user |
|---|
| Methods in blackboard.admin.data.user that return Id | |
|---|---|
Id |
ObserverAssociation.getDataSourceId()
Returns the data source Id associated with this ObserverAssociation. |
| Methods in blackboard.admin.data.user with parameters of type Id | |
|---|---|
void |
Person.setDataSourceId(Id iDataSourceId)
Sets the data source Id value for this User |
void |
ObserverAssociation.setDataSourceId(Id iDataSourceId)
Sets the data source Id value for this ObserverAssociation. |
void |
ObserverAssociation.setObserverId(Id id)
Sets the observer Id of thisObserverAssociation. |
void |
ObserverAssociation.setUsersId(Id id)
Sets the user Id of this ObserverAssociation
Note: If creating an object for persistence, you should use ObserverAssociation.setUsersBatchUid(String) instead. |
| Uses of Id in blackboard.admin.persist.course |
|---|
| Methods in blackboard.admin.persist.course that return Id | |
|---|---|
Id |
CloneConfig.getMembershipDataSourceId()
Get id associated with data source to be used for membership clone operation. |
| Methods in blackboard.admin.persist.course with parameters of type Id | |
|---|---|
void |
CourseEventListener.courseCloned(Id sourceId,
Id targetId,
CloneConfig config)
A course has been cloned. |
void |
CourseEventListener.courseCreated(Id courseId)
Notification that a course has been created. |
void |
CloneConfig.excludeArea(Id areaId)
Used to include actual Course Toc Id areas. |
CourseToc |
CloneConfig.getRegisteredCourseToc(Id id)
Get CourseToc associated with provided Id |
void |
CloneConfig.includeArea(Id areaId)
Used to include actual Course Toc Id areas. |
boolean |
CloneConfig.isAreaIncluded(Id area)
Return confirmation if provided CourseToc Id area is included in the clone process. |
void |
CloneConfig.setMembershipDataSourceId(Id dataSourceId)
Set Id of data source to be used for membership clone operation. |
| Uses of Id in blackboard.cms.bookmark |
|---|
| Methods in blackboard.cms.bookmark that return Id | |
|---|---|
Id |
Bookmark.getParentId()
Returns the parent Id for the Bookmark . |
Id |
Bookmark.getUserId()
Returns the user Id for the Bookmark. |
| Methods in blackboard.cms.bookmark with parameters of type Id | |
|---|---|
static void |
BookmarkManager.deleteById(Id id)
Deletes the Bookmark identified by the Id using default connection. |
static void |
BookmarkManager.deleteById(Id id,
java.sql.Connection con)
Deletes the Bookmark identified by the Id using supplied connection. |
static void |
BookmarkManager.deleteByUserId(Id id)
Deletes the Bookmark identified by the given user Id using default connection. |
static void |
BookmarkManager.deleteByUserId(Id id,
java.sql.Connection con)
Deletes the Bookmark identified by the given user Id using supplied connection. |
static Bookmark |
BookmarkManager.loadById(Id id)
Loads a Bookmark identified by the given Id using the default connection. |
static Bookmark |
BookmarkManager.loadById(Id id,
java.sql.Connection con)
Loads a Bookmark identified by the given Id using the supplied connection. |
static java.util.List<Bookmark> |
BookmarkManager.loadByParentId(Id id)
Loads and returns a List of Bookmark items identified by the given parent Id
using the supplied connection. |
static java.util.List<Bookmark> |
BookmarkManager.loadByParentId(Id id,
java.sql.Connection con)
Loads and returns a List of Bookmark items identified by the given parent Id
using the supplied connection. |
static java.util.List<Bookmark> |
BookmarkManager.loadByUserId(Id id)
Loads and returns a List of Bookmark items identified the by the user Id
using the default connection. |
static java.util.List<Bookmark> |
BookmarkManager.loadByUserId(Id id,
java.sql.Connection con)
Loads and returns a List of Bookmark items identified the by the user Id
using the supplied connection. |
static java.util.List<Bookmark> |
BookmarkManager.loadTopLevelByUserId(Id id)
Loads and returns a List of Bookmark items identified the by the user Id
using the default connection. |
static java.util.List<Bookmark> |
BookmarkManager.loadTopLevelByUserId(Id id,
java.sql.Connection con)
Loads and returns a List of Bookmark items identified the by the user Id
using the supplied connection. |
void |
Bookmark.setParentId(Id id)
Sets the parent Id for the Bookmark. |
void |
Bookmark.setUserId(Id id)
Sets the user Id for the Bookmark. |
| Uses of Id in blackboard.cms.lrngobj |
|---|
| Methods in blackboard.cms.lrngobj that return Id | |
|---|---|
Id |
LOItem.getApproverId()
Get the Approver Id for this LOItem. |
Id |
LOItem.getCategoryId()
Get the Category Id for the LOItem |
Id |
LOCategory.getParentId()
Get the parent Id for this Category |
Id |
LOItem.getSubmitterId()
Get the Submitter Id for this LOItem. |
| Methods in blackboard.cms.lrngobj with parameters of type Id | |
|---|---|
static void |
LOItemManager.deleteById(Id id)
Delete a LOItem identified by the Id |
static void |
LOCategoryManager.deleteById(Id id)
Delete a LOCategory identified by the Id |
static void |
LOItemManager.deleteById(Id id,
java.sql.Connection con)
Delete a LOItem identified by the Id using the supplied Connection |
static void |
LOCategoryManager.deleteById(Id id,
java.sql.Connection con)
Delete a LOCategory identified by the Id using the supplied connection |
java.util.SortedSet<LOCategory> |
LOCategoryTree.getCategoriesByParentId(Id id)
Returns a SortedSet of LOCategory Items based on the Parent Id. |
LOCategory |
LOCategoryTree.getCategoryById(Id id)
Return a LOCategory item based on an Id |
static java.util.List<LOItem> |
LOItemManager.loadByCategoryId(Id id)
Load a List of LOItems based on a Category Id |
static java.util.List<LOItem> |
LOItemManager.loadByCategoryId(Id id,
java.sql.Connection con)
Load a List of LOItems based on a Category Id using the Supplied Connection |
static java.util.List<LOItem> |
LOItemManager.loadByCategoryIdAndStatus(Id id,
LOItem.Status status)
Load a List of LOItems based on a supplied Category Id and LOItem Status |
static java.util.List<LOItem> |
LOItemManager.loadByCategoryIdAndStatus(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 LOItem |
LOItemManager.loadById(Id id)
Load a LOItem item by Id |
static LOCategory |
LOCategoryManager.loadById(Id id)
Load a LOCategory item by Id |
static LOItem |
LOItemManager.loadById(Id id,
java.sql.Connection con)
Load a LOItem item by Id using a supplied Connection |
static LOCategory |
LOCategoryManager.loadById(Id id,
java.sql.Connection con)
Load a LOCategory item by Id using a supplied Connection |
static java.util.List<LOCategory> |
LOCategoryManager.loadByParentId(Id id)
Load a LOCategory item by Parent Id |
static java.util.List<LOCategory> |
LOCategoryManager.loadByParentId(Id id,
java.sql.Connection con)
Load a LOCategory item by Parent Id using a supplied Connection |
void |
LOItem.setApproverId(Id id)
Set the Approver Id for the LOItem. |
void |
LOItem.setCategoryId(Id id)
Set the Category Id for the LOItem |
void |
LOCategory.setParentId(Id id)
Sets the parent Id for this Category |
void |
LOItem.setSubmitterId(Id id)
Set the submitter Id for the LOItem. |
| Uses of Id in blackboard.cms.metadata |
|---|
| Methods in blackboard.cms.metadata that return Id | |
|---|---|
Id |
XythosMetadata.getAssociatedFormId()
|
Id |
XythosMetadata.getId()
Returns the Id associated with this Identifiable object. |
| Methods in blackboard.cms.metadata that return types with arguments of type Id | |
|---|---|
java.util.HashMap<java.lang.String,Id> |
MetadataManager.getFormAttributeMapping(java.util.List<blackboard.platform.forms.Form> forms)
Given a list of forms, and the file to which they pertain, pulls out all of the metadata attributes associated with each form and returns them in a map that maps attribute IDs (in string form) to form IDs. |
java.util.List<Id> |
XythosMetadataStringRelationship.getRelatedObjects(XythosMetadata objValue)
Returns a list representing the associated objects. |
java.util.List<Id> |
XythosMetadataStringRelationship.getRelatedObjects(XythosMetadata objValue,
java.sql.Connection con)
Returns a list representing the associated objects. |
| Methods in blackboard.cms.metadata with parameters of type Id | |
|---|---|
void |
CSFormManager.associateFormWithEntities(Id formId,
java.util.List<java.lang.String> entityIds)
Creates an association between a Form and OperatingUnits; this Form will only be available to the given OU's. |
static void |
MetadataTemplateManager.deleteById(Id id)
Deprecated. Deletes the MetadataTemplate identified by the Id using default connection. |
static void |
MetadataTemplateManager.deleteById(Id id,
java.sql.Connection con)
Deprecated. Deletes the MetadataTemplate identified by the Id using the supplied connection. |
void |
CSFormManager.disassociateFormFromEntities(Id formId)
Removes any associations between this Form and any OperatingUnits. |
java.util.List<Resource> |
CSFormManager.loadAssociatedEntities(Id formId)
Loads associated FileSystemEntry objects attached to the provided form. |
static MetadataTemplate |
MetadataTemplateManager.loadById(Id id)
Deprecated. Loads a MetadataTemplate identified by the given Id using the default connection. |
static MetadataTemplate |
MetadataTemplateManager.loadById(Id id,
java.sql.Connection con)
Deprecated. Loads a MetadataTemplate identified by the given Id using the supplied connection. |
int |
CSFormManager.loadFormEditableObjectsCount(Id formId)
Provides count of associations to the provided form. |
void |
XythosMetadataStringRelationship.remove(Id parentId)
|
void |
XythosMetadataStringRelationship.remove(Id parentId,
java.sql.Connection con)
|
void |
XythosMetadata.setAssociatedFormId(Id formId)
|
void |
XythosMetadata.setId(Id id)
Sets the Id value for this Identifiable object. |
| Method parameters in blackboard.cms.metadata with type arguments of type Id | |
|---|---|
void |
XythosMetadataStringRelationship.persist(XythosMetadata parentObj,
java.util.List<Id> objValue)
|
void |
XythosMetadataStringRelationship.persist(XythosMetadata parentObj,
java.util.List<Id> objValue,
java.sql.Connection con)
|
void |
XythosMetadataStringRelationship.remove(XythosMetadata parentObj,
java.util.List<Id> objValue)
|
void |
XythosMetadataStringRelationship.remove(XythosMetadata parentObj,
java.util.List<Id> objValue,
java.sql.Connection con)
|
| Uses of Id in blackboard.cms.portfolio |
|---|
| Methods in blackboard.cms.portfolio that return Id | |
|---|---|
Id |
Portfolio.getButtonStyleId()
Returns the button style Id for the Portfolio . |
Id |
PortfolioCourseAccess.getCourseId()
Get a course id for the PortfolioCourseAccess. |
Id |
Portfolio.getOwnerId()
Returns the owner Id for the Portfolio . |
Id |
PortfolioPortalRoleAccess.getPortalRoleId()
Get a portal role id for the PortfolioPortalRoleAccess. |
Id |
PortfolioUserAccess.getPortfolioId()
Returns the portfolio Id for the PortfolioUserAccess. |
Id |
PortfolioPortalRoleAccess.getPortfolioId()
Get a portfolio id for the PortfolioPortalRoleAccess. |
Id |
PortfolioPass.getPortfolioId()
Returns the Id for the PortfolioPass. |
Id |
PortfolioItem.getPortfolioId()
Returns the Id for the PortfolioItem. |
Id |
PortfolioCourseAccess.getPortfolioId()
Get a portfolio id for the PortfolioCourseAccess. |
Id |
PortfolioComment.getPortfolioId()
Get the portfolio Id for the PortfolioComment. |
Id |
PortfolioUserAccess.getUserId()
Returns the user Id for the PortfolioUserAccess. |
Id |
PortfolioComment.getUserId()
Get the user Id for the PortfolioComment. |
| Methods in blackboard.cms.portfolio with parameters of type Id | |
|---|---|
static void |
PortfolioCourseAccessManager.deleteByCourseId(Id id)
Deletes the PortfolioCourseAccess identified by the course Id using default connection. |
static void |
PortfolioCourseAccessManager.deleteByCourseId(Id id,
java.sql.Connection con)
Deletes the PortfolioCourseAccess identified by the course Id using supplied connection. |
static void |
PortfolioUserAccessManager.deleteById(Id id)
Deletes the PortfolioUserAccess identified by the Id using default connection. |
static void |
PortfolioPortalRoleAccessManager.deleteById(Id id)
Deletes the PortfolioPortalRoleAccess identified by the Id using default connection. |
static void |
PortfolioPassManager.deleteById(Id id)
Deletes the PortfolioPass identified by the Id using default connection. |
static void |
PortfolioPageTemplateManager.deleteById(Id id)
Deletes the PortfolioPageTemplate identified by the Id using default connection. |
static void |
PortfolioManager.deleteById(Id id)
Deletes the Portfolio identified by the Id using default connection. |
static void |
PortfolioItemManager.deleteById(Id id)
Deletes the PortfolioItem identified by the Id using default connection. |
static void |
PortfolioCourseAccessManager.deleteById(Id id)
Deletes the PortfolioCourseAccess identified by the Id using default connection. |
static void |
PortfolioCommentManager.deleteById(Id id)
Deletes the PortfolioComment identified by the Id using default connection. |
static void |
PortfolioUserAccessManager.deleteById(Id id,
java.sql.Connection con)
Deletes the PortfolioUserAccess identified by the Id using supplied connection. |
static void |
PortfolioPortalRoleAccessManager.deleteById(Id id,
java.sql.Connection con)
Deletes the PortfolioPortalRoleAccess identified by the Id using the supplied connection. |
static void |
PortfolioPassManager.deleteById(Id id,
java.sql.Connection con)
Deletes the PortfolioPass identified by the Id using supplied connection. |
static void |
PortfolioPageTemplateManager.deleteById(Id id,
java.sql.Connection con)
Deletes the PortfolioPageTemplate identified by the Id using supplied connection. |
static void |
PortfolioManager.deleteById(Id id,
java.sql.Connection con)
Deletes the Portfolio identified by the Id using supplied connection. |
static void |
PortfolioItemManager.deleteById(Id id,
java.sql.Connection con)
Deletes the PortfolioItem identified by the Id using supplied connection. |
static void |
PortfolioCourseAccessManager.deleteById(Id id,
java.sql.Connection con)
Deletes the PortfolioCourseAccess identified by the Id using the supplied connection. |
static void |
PortfolioCommentManager.deleteById(Id id,
java.sql.Connection con)
Deletes the PortfolioComment identified by the Id using the supplied connection. |
static void |
PortfolioPortalRoleAccessManager.deleteByPortalRoleId(Id id)
Deletes the PortfolioPortalRoleAccess identified by the course Id using default connection. |
static void |
PortfolioPortalRoleAccessManager.deleteByPortalRoleId(Id id,
java.sql.Connection con)
Deletes the PortfolioPortalRoleAccess identified by the course Id using supplied connection. |
static void |
PortfolioUserAccessManager.deleteByPortfolioId(Id id)
Deletes PortfolioUserAccess objects identified by the given portfolio Id using the default connection. |
static void |
PortfolioPortalRoleAccessManager.deleteByPortfolioId(Id id)
Deletes the PortfolioPortalRoleAccess identified by the portfolio Id using default connection. |
static void |
PortfolioPassManager.deleteByPortfolioId(Id id)
|
static void |
PortfolioItemManager.deleteByPortfolioId(Id id)
Deletes the PortfolioItem identified by the portfolio Id using default connection. |
static void |
PortfolioCourseAccessManager.deleteByPortfolioId(Id id)
Deletes the PortfolioCourseAccess identified by the portfolio Id using default connection. |
static void |
PortfolioCommentManager.deleteByPortfolioId(Id id)
Deletes the PortfolioComment identified by the portfolio Id using default connection. |
static void |
PortfolioUserAccessManager.deleteByPortfolioId(Id id,
java.sql.Connection con)
Deletes PortfolioUserAccessobjects identified by the given portfolio Id using the supplied connection. |
static void |
PortfolioPortalRoleAccessManager.deleteByPortfolioId(Id id,
java.sql.Connection con)
Deletes the PortfolioPortalRoleAccess identified by the portfolio Id using supplied connection. |
static void |
PortfolioPassManager.deleteByPortfolioId(Id id,
java.sql.Connection con)
|
static void |
PortfolioItemManager.deleteByPortfolioId(Id id,
java.sql.Connection con)
Deletes the PortfolioItem identified by the portfolioId using supplied connection. |
static void |
PortfolioCourseAccessManager.deleteByPortfolioId(Id id,
java.sql.Connection con)
Deletes the PortfolioCourseAccess identified by the portfolio Id using supplied connection. |
static void |
PortfolioCommentManager.deleteByPortfolioId(Id id,
java.sql.Connection con)
Deletes the PortfolioComment identified by the portfolio Id using supplied connection. |
static void |
PortfolioUserAccessManager.deleteByUserId(Id id)
Deletes PortfolioUserAccess objects identified by the given user Id using the default connection. |
static void |
PortfolioUserAccessManager.deleteByUserId(Id id,
java.sql.Connection con)
Deletes PortfolioUserAccess objects identified by the given user Id using the supplied connection. |
static void |
PortfolioUserAccessManager.deleteByUserIdAndPortfolioId(Id userId,
Id portfolioId)
Deletes PortfolioUserAccess objects identified by the supplied parameters. |
static void |
PortfolioUserAccessManager.deleteByUserIdAndPortfolioId(Id userId,
Id portfolioId,
java.sql.Connection con)
Deletes PortfolioUserAccess objects identified by the supplied parameters using the supplied connection. |
static java.util.List<Portfolio> |
PortfolioManager.loadAccessibleByCourseId(Id id)
Loads a List of Portfolio objects identified by the course Id using the default connection. |
static java.util.List<Portfolio> |
PortfolioManager.loadAccessibleByCourseId(Id id,
java.sql.Connection con)
Loads a List of Portfolio objects identified by the course Id using the supplied connection. |
static java.util.List<Portfolio> |
PortfolioManager.loadAccessibleByUserId(Id id)
Loads a List of Portfolio objects identified by the user Id using the default connection. |
static java.util.List<Portfolio> |
PortfolioManager.loadAccessibleByUserId(Id id,
java.sql.Connection con)
Loads a List of Portfolio objects identified by the user Id using the supplied connection. |
static java.util.List<PortfolioCourseAccess> |
PortfolioCourseAccessManager.loadByCourseId(Id id)
Loads a List of PortfolioCourseAccess items identified by the given course Id using the default connection. |
static java.util.List<PortfolioCourseAccess> |
PortfolioCourseAccessManager.loadByCourseId(Id id,
java.sql.Connection con)
Loads a List of PortfolioCourseAccess items identified by the given course Id using the supplied connection. |
static PortfolioUserAccess |
PortfolioUserAccessManager.loadById(Id id)
Loads a PortfolioUserAccess identified by the given Id using the default connection. |
static PortfolioPortalRoleAccess |
PortfolioPortalRoleAccessManager.loadById(Id id)
Loads a PortfolioPortalRoleAccess identified by the given Id using the default connection. |
static PortfolioPass |
PortfolioPassManager.loadById(Id id)
Loads a PortfolioPass identified by the given Id using the default connection. |
static PortfolioPageTemplate |
PortfolioPageTemplateManager.loadById(Id id)
Loads a PortfolioPageTemplate identified by the given Id using the default connection. |
static Portfolio |
PortfolioManager.loadById(Id id)
Loads a Portfolio identified by the given Id using the default connection. |
static PortfolioItem |
PortfolioItemManager.loadById(Id id)
Loads a PortfolioItem identified by the given Id using the default connection. |
static PortfolioCourseAccess |
PortfolioCourseAccessManager.loadById(Id id)
Loads a PortfolioCourseAccess identified by the given Id using the default connection. |
static PortfolioComment |
PortfolioCommentManager.loadById(Id id)
Loads a PortfolioComment identified by the given Id using the default connection. |
static PortfolioUserAccess |
PortfolioUserAccessManager.loadById(Id id,
java.sql.Connection con)
Loads a PortfolioUserAccess identified by the given Id using the supplied connection. |
static PortfolioPortalRoleAccess |
PortfolioPortalRoleAccessManager.loadById(Id id,
java.sql.Connection con)
Loads a PortfolioPortalRoleAccess identified by the given Id using the supplied connection. |
static PortfolioPass |
PortfolioPassManager.loadById(Id id,
java.sql.Connection con)
Loads a PortfolioPass identified by the given Id using the supplied connection. |
static PortfolioPageTemplate |
PortfolioPageTemplateManager.loadById(Id id,
java.sql.Connection con)
Loads a PortfolioPageTemplate identified by the given Id using the supplied connection. |
static Portfolio |
PortfolioManager.loadById(Id id,
java.sql.Connection con)
Loads a Portfolio identified by the given Id using the supplied connection. |
static PortfolioItem |
PortfolioItemManager.loadById(Id id,
java.sql.Connection con)
Loads a PortfolioItem identified by the given Id using the supplied connection. |
static PortfolioCourseAccess |
PortfolioCourseAccessManager.loadById(Id id,
java.sql.Connection con)
Loads a PortfolioCourseAccess identified by the given Id using the supplied connection. |
static PortfolioComment |
PortfolioCommentManager.loadById(Id id,
java.sql.Connection con)
Loads a PortfolioComment identified by the given Id using the supplied connection. |
static java.util.List<Portfolio> |
PortfolioManager.loadByOwnerId(Id id)
Loads a List of Portfolio objects identified by the given owner Id using the default connection. |
static java.util.List<Portfolio> |
PortfolioManager.loadByOwnerId(Id id,
java.sql.Connection con)
Loads a List of Portfolio objects identified by the given owner Id using the supplied connection. |
static java.util.List<blackboard.platform.portfolio.service.PortfolioView> |
PortfolioManager.loadByOwnerIdForModule(Id id)
|
static java.util.List<PortfolioPortalRoleAccess> |
PortfolioPortalRoleAccessManager.loadByPortalRoleId(Id id)
Loads a List of PortfolioPortalRoleAccess items identified by the given course Id using the default connection. |
static java.util.List<PortfolioPortalRoleAccess> |
PortfolioPortalRoleAccessManager.loadByPortalRoleId(Id id,
java.sql.Connection con)
Loads a List of PortfolioPortalRoleAccess items identified by the given course Id using the supplied connection. |
static PortfolioPortalRoleAccess |
PortfolioPortalRoleAccessManager.loadByPortalRoleIdandPortfolioId(Id prId,
Id pId)
Loads a PortfolioPortalRoleAccess item identified by the given course Id using the default connection. |
static PortfolioPortalRoleAccess |
PortfolioPortalRoleAccessManager.loadByPortalRoleIdandPortfolioId(Id prId,
Id pId,
java.sql.Connection con)
Loads a PortfolioPortalRoleAccess item identified by the given portal role Id
and portfolio Id using the default connection. |
static java.util.List<PortfolioUserAccess> |
PortfolioUserAccessManager.loadByPortfolioId(Id id)
Loads a List of PortfolioUserAccess objects identified by the given portfolio Id using the default connection. |
static java.util.List<PortfolioPortalRoleAccess> |
PortfolioPortalRoleAccessManager.loadByPortfolioId(Id id)
Loads a List of PortfolioPortalRoleAccess items identified by the given portfolio Id using the default connection. |
static java.util.List<PortfolioPass> |
PortfolioPassManager.loadByPortfolioId(Id id)
Loads a List of PortfolioPass objects identified by the given portfolio Id using the default connection. |
static java.util.List<PortfolioItem> |
PortfolioItemManager.loadByPortfolioId(Id id)
Loads a List of PortfolioItem items identified by the given portfolio Id using the default connection. |
static java.util.List<PortfolioCourseAccess> |
PortfolioCourseAccessManager.loadByPortfolioId(Id id)
Loads a List of PortfolioCourseAccess items identified by the given portfolio Id using the default connection. |
static java.util.List<PortfolioComment> |
PortfolioCommentManager.loadByPortfolioId(Id id)
Loads a PortfolioComment identified by the given the key using the default connection. |
static java.util.List<PortfolioUserAccess> |
PortfolioUserAccessManager.loadByPortfolioId(Id id,
java.sql.Connection con)
Loads a List of PortfolioUserAccess objects identified by the given portfolio Id using the supplied connection. |
static java.util.List<PortfolioPortalRoleAccess> |
PortfolioPortalRoleAccessManager.loadByPortfolioId(Id id,
java.sql.Connection con)
Loads a List PortfolioPortalRoleAccess items identified by the given portfolio Id using the supplied connection. |
static java.util.List<PortfolioPass> |
PortfolioPassManager.loadByPortfolioId(Id id,
java.sql.Connection con)
Loads a List of PortfolioPass objects identified by the given portfolio Id using the supplied connection. |
static java.util.List<PortfolioItem> |
PortfolioItemManager.loadByPortfolioId(Id id,
java.sql.Connection con)
Loads a List of PortfolioItem items identified by the given portfolio Id using the supplied connection. |
static java.util.List<PortfolioCourseAccess> |
PortfolioCourseAccessManager.loadByPortfolioId(Id id,
java.sql.Connection con)
Loads a List PortfolioCourseAccess items identified by the given portfolio Id using the supplied connection. |
static java.util.List<PortfolioComment> |
PortfolioCommentManager.loadByPortfolioId(Id id,
java.sql.Connection con)
Loads a PortfolioComment identified by the given the key using the supplied connection. |
static java.util.List<PortfolioUserAccess> |
PortfolioUserAccessManager.loadByUserId(Id id)
Loads a List of PortfolioUserAccess objects identified by the given user Id using the default connection. |
static java.util.List<PortfolioUserAccess> |
PortfolioUserAccessManager.loadByUserId(Id id,
java.sql.Connection con)
Loads a List of PortfolioUserAccess objects identified by the given user Id using the supplied connection. |
static blackboard.platform.portfolio.BasicPortfolioFolderAssociation |
PortfolioUserAccessManager.loadFolderAssociation(Id associationId)
|
static void |
PortfolioUserAccessManager.removeFolderAssociation(Id associationId)
|
static void |
PortfolioItemManager.reposition(Id piId,
int newPos)
Changes the position of a PortfolioItem identified by the given Id using the default connection. |
static void |
PortfolioItemManager.reposition(Id piId,
int newPos,
java.sql.Connection con)
Changes the position of a PortfolioItem identified by the given Id using the supplied connection. |
void |
Portfolio.setButtonStyleId(Id id)
Sets the button style Id for this Portfolio. |
void |
PortfolioCourseAccess.setCourseId(Id id)
Set a course id for the PortfolioCourseAccess. |
void |
Portfolio.setOwnerId(Id id)
Sets the owner Id for the Portfolio. |
void |
PortfolioPortalRoleAccess.setPortalRoleId(Id id)
Set a portal role id for the PortfolioPortalRoleAccess. |
void |
PortfolioUserAccess.setPortfolioId(Id id)
Sets the portfolio Id for the PortfolioUserAccess. |
void |
PortfolioPortalRoleAccess.setPortfolioId(Id id)
Set a portfolio id for the PortfolioPortalRoleAccess. |
void |
PortfolioPass.setPortfolioId(Id id)
Sets the Id for the PortfolioPass. |
void |
PortfolioItem.setPortfolioId(Id id)
Sets the Id for the PortfolioItem. |
void |
PortfolioCourseAccess.setPortfolioId(Id id)
Set a portfolio id for the PortfolioCourseAccess. |
void |
PortfolioComment.setPortfolioId(Id id)
Set the portfolio Id for the PortfolioComment. |
void |
PortfolioUserAccess.setUserId(Id id)
Sets the user Id for the PortfolioUserAccess. |
void |
PortfolioComment.setUserId(Id id)
Set the user Id for the PortfolioComment. |
| Uses of Id in blackboard.data |
|---|
| Fields in blackboard.data declared as Id | |
|---|---|
static Id |
BbAttributes.SAFE_ID
|
| Methods in blackboard.data that return Id | |
|---|---|
Id |
Identifiable.getId()
Returns the Id associated with this Identifiable object. |
Id |
BbObject.getId()
Returns the Id associated with this BbObject. |
Id |
BbAttributes.getId(java.lang.String strName)
Get the Id value associated with given attribute name. |
Id |
BbAttributes.getSafeId(java.lang.String strName)
Get the Id value associated with given attribute name. |
| Methods in blackboard.data with parameters of type Id | |
|---|---|
void |
Identifiable.setId(Id id)
Sets the Id value for this Identifiable object. |
void |
BbObject.setId(Id iId)
Sets the Id value for this BbObject. |
void |
BbAttributes.setId(java.lang.String strName,
Id val)
Sets the value of the attribute with the given name ("key") to the provided Id value. |
| Uses of Id in blackboard.data.announcement |
|---|
| Methods in blackboard.data.announcement that return Id | |
|---|---|
Id |
Announcement.getCourseId()
Returns the course Id to which this Announcement
was posted. |
Id |
Announcement.getCreatorUserId()
Returns the creator user Id associated with this Announcement
. |
| Methods in blackboard.data.announcement with parameters of type Id | |
|---|---|
static ListFilter |
Announcement.createCourseIdFilter(Id targetCourseId)
Factory method to create an instance of the ListFilter interface
capable of filtering a list of Announcement objects based upon
their course Id value. |
void |
Announcement.setCourseId(Id iCourseId)
Sets the course Id value for this Announcement. |
void |
Announcement.setCreatorUserId(Id iCreatorUserId)
Sets the creator user Id value for this Announcement. |
| Uses of Id in blackboard.data.calendar |
|---|
| Methods in blackboard.data.calendar that return Id | |
|---|---|
Id |
CalendarEntry.getCourseId()
Returns the course Id object to which this
CalendarEntry was posted. |
Id |
CalendarEntry.getCreatorUserId()
Returns the creator user Id associated with this
CalendarEntry. |
| Methods in blackboard.data.calendar with parameters of type Id | |
|---|---|
static ListFilter |
CalendarEntry.createCourseIdFilter(Id targetCourseId)
Factory method to create an instance of the ListFilter interface capable of filtering a list of
CalendarEntry objects based upon its associated course id values. |
void |
CalendarEntry.setCourseId(Id iCourseId)
Sets the course Id value for this CalendarEntry. |
void |
CalendarEntry.setCreatorUserId(Id iCreatorUserId)
Sets the creator user Id value for this CalendarEntry
. |
| Uses of Id in blackboard.data.content |
|---|
| Methods in blackboard.data.content that return Id | |
|---|---|
Id |
ContentStatus.getContentId()
Returns the content id that this status is attached to |
Id |
ContentFile.getContentId()
Returns the content Id to which this ContentFile
"belongs" (is part of). |
Id |
StaffInfo.getCourseId()
Gets the Id of the course associated with this StaffInfo object. |
Id |
Content.getCourseId()
Returns the course Id associated with this piece of
Content. |
Id |
AggregateReviewStatus.getCourseId()
Returns the course id that this status is attached to |
Id |
Upload.getCourseMembershipId()
Gets the id of the course membership record for the user that performed this upload in the course that contains it. |
Id |
Upload.getFileId()
Gets the id of the uploaded file record of the file referred to by this upload. |
Id |
GroupUpload.getGroupId()
Gets the id of the group that contains this group upload. |
Id |
UploadedFile.getParentId()
Method getParentId. |
Id |
StaffInfo.getParentId()
Returns the Id of the StaffInfoFolder that contains this object. |
Id |
Content.getParentId()
Returns the parent Id associated with this piece of
Content. |
Id |
ChildFile.getParentId()
Returns the parent object for this file. |
Id |
Link.getReferredToId()
Returns the referred to Id associated with this Link
. |
Id |
Link.getReferrerId()
Returns the referrer Id associated with this Link. |
Id |
ContentStatus.getUserId()
The id of the user this status is for. |
Id |
AggregateReviewStatus.getUserId()
The id of the user this status is for. |
| Methods in blackboard.data.content that return types with arguments of type Id | |
|---|---|
BbList<Id> |
ContentFolder.getRemoved()
|
BbList<Id> |
Content.getRemovedFiles()
|
| Methods in blackboard.data.content with parameters of type Id | |
|---|---|
Content |
ContentWrapper.loadAvailableContent(Id contentId,
Id userId)
|
Content |
ContentWrapper.loadAvailableContent(Id contentId,
Id userId,
java.sql.Connection con)
|
void |
Content.removeContentFile(Id id)
Removes the specified ContentFile object from this object. |
void |
ContentWrapper.removeContentFile(Id removeId,
java.sql.Connection con)
|
void |
ContentStatus.setContentId(Id contentId)
Method used by the framework when setting review status. |
void |
ContentFile.setContentId(Id iContentId)
Sets the content Id value for this ContentFile. |
void |
StaffInfo.setCourseId(Id courseId)
Sets the course id associated with this StaffInfo object. |
void |
Content.setCourseId(Id iCourseId)
Sets the course Id value for this piece of Content. |
void |
Upload.setCourseMembershipId(Id courseMembershipId)
Sets the id of the course membership record for the user that performed this upload in the course that contains it. |
void |
GroupUpload.setGroupId(Id groupId)
Sets the id of the group that contains this group upload. |
void |
UploadedFile.setParentId(Id parentId)
Method setParentId. |
void |
StaffInfo.setParentId(Id parentId)
Sets the parent id to the specified id. |
void |
Content.setParentId(Id iParentId)
Sets the parent Id value for this piece of Content. |
void |
ChildFile.setParentId(Id iParentId)
Sets the parent id of this object. |
void |
Link.setReferredToId(Id iReferredToId)
Sets the internal Blackboard id of the destination ("referred
to") object of this Link. |
void |
Link.setReferrerId(Id iReferrerId)
Sets the Internal blackboard id of the source (referrer) object
of this Link. |
void |
ContentStatus.setUserId(Id userId)
Method used by the framework when setting review status. |
| Uses of Id in blackboard.data.course |
|---|
| Methods in blackboard.data.course that return Id | |
|---|---|
Id |
Course.getButtonStyleId()
Returns the button style Id associated with this Course. |
Id |
Course.getCartridgeId()
Returns the cartridge Id associated with this Course. |
Id |
CourseMembership.getChildCourseId()
Returns the course Id for the course from which this CourseMembership inherits. |
Id |
CourseCourse.getChildCourseId()
Determines the Id of the child Course in the relationship. |
Id |
Course.getClassificationId()
Returns the classification Id associated with this Course. |
Id |
Group.getCourseId()
Returns the course Id associated with this Group |
Id |
CourseMembership.getCourseId()
Returns the course Id associated with this CourseMembership
. |
Id |
GroupMembership.getCourseMembershipId()
Returns the course membership Id associated with this
GroupMembership. |
Id |
CourseMembership.getDataSourceId()
Returns the data source Id of this CourseMembership. |
Id |
CourseCourse.getDataSourceId()
Determines the Id of the relationship's DataSource. |
Id |
Course.getDataSourceId()
Returns the data source Id associated with this Course. |
Id |
GroupMembership.getGroupId()
Returns the group Id associated with this GroupMembership. |
Id |
CourseCourse.getParentCourseId()
Determines the Id of the parent Course in the relationship. |
Id |
Group.getSetId()
Will be null if this group is not part of a set or is itself the owning set group. |
Id |
Group.getTabId()
|
Id |
Group.GroupMember.getUserId()
|
Id |
CourseMembership.getUserId()
Returns the user Id associated with this CourseMembership
. |
| Methods in blackboard.data.course with parameters of type Id | |
|---|---|
Course |
CourseManager.getCourse(Id id)
loads the Course for a given course Id |
static java.util.List<blackboard.data.navigation.SimpleCourseNavigationApplication> |
CourseToolUtil.getCourseToolsByTypeAndFilter(Id courseId,
blackboard.persist.navigation.NavigationApplicationDbLoader.Type type,
blackboard.persist.navigation.NavigationApplicationDbLoader.Filter filter,
boolean excludeInUseItems)
|
boolean |
CourseCourseManager.isCourseCrossListed(Id courseId)
Determines whether a course is part of a crosslisted set (either a parent or child course) |
boolean |
Group.isUserAMember(Id courseMembershipId)
Helper method that will return true if the given courseMembershipId is a member of this group, false otherwise. |
CourseCourse |
CourseCourseManager.loadParent(Id childCourseId)
Loads the CourseCourse for the given child course Id |
void |
CourseManager.remove(Id id)
Simpler version of CourseManager.remove(List, String) which does NOT
do entitlements checks and only works on a single course. |
void |
Course.setButtonStyleId(Id iButtonStyleId)
Sets the button style Id value for this Course. |
void |
Course.setCartridgeId(Id iCartridgeId)
Sets the cartridge Id value for this Course. |
void |
CourseMembership.setChildCourseId(Id courseId)
Sets the course Id value of the Course from which this CourseMembership inherits. |
void |
CourseCourse.setChildCourseId(Id childCourseId)
Sets the Id of the child Course in the relationship. |
void |
Course.setClassificationId(Id iClassificationId)
Sets the classification Id value for this Course. |
void |
Group.setCourseId(Id courseId)
Sets the course Id value for this Group |
void |
CourseMembership.setCourseId(Id iCourseId)
Sets the course Id value for this CourseMembership. |
void |
GroupMembership.setCourseMembershipId(Id courseMembershipId)
Sets the course membership Id value for this GroupMembership. |
void |
CourseMembership.setDataSourceId(Id iDataSourceId)
Sets the data source Id value for this CourseMembership. |
void |
CourseCourse.setDataSourceId(Id dataSourceId)
Sets the Id of the relationship's DataSource. |
void |
Course.setDataSourceId(Id iDataSourceId)
Sets the data source Id value for this Course. |
void |
GroupMembership.setGroupId(Id groupId)
Sets the group Id value for this GroupMembership. |
void |
CourseCourse.setParentCourseId(Id parentCourseId)
Sets the Id of the parent Course in the relationship. |
void |
Group.setSetId(Id setId)
It can be null. |
void |
Group.setTabId(Id tabId)
|
void |
CourseMembership.setUserId(Id iUserId)
Sets the user Id value for this CourseMembership. |
| Method parameters in blackboard.data.course with type arguments of type Id | |
|---|---|
java.util.List<Course> |
CourseManager.remove(java.util.List<Id> ids,
java.lang.String sourceType)
Deletes the Courses identified by the given Id
values using a connection from the associated persistence manager's database
container. |
| Constructors in blackboard.data.course with parameters of type Id | |
|---|---|
Group.GroupMember(Id userId,
java.lang.String firstName,
java.lang.String lastName,
java.lang.String userName)
|
|
| Uses of Id in blackboard.data.discussionboard |
|---|
| Methods in blackboard.data.discussionboard that return Id | |
|---|---|
Id |
Forum.getConferenceId()
Returns the parent conference Id associated with this
Forum |
Id |
Conference.getConferenceOwnerId()
Returns the ConferenceOwner Id associated with this piece of
Conference |
Id |
Conference.getCourseId()
Returns the course Id associated with this piece of
Conference |
Id |
UserForumSettings.getForumId()
Returns the Forum Id associated with this UserForumSettings. |
Id |
Message.getForumId()
Returns the forum Id to which this Message
was posted. |
Id |
ForumProperties.getForumId()
Returns the parent forum Id associated with this
ForumProperties |
Id |
Conference.getGroupId()
Returns the group Id associated with this Conference |
Id |
MessageTag.getMessageId()
|
Id |
UserMsgState.getMsgMainId()
Returns the Msg_Main Id to which this
UserMsgState was posted. |
Id |
ConferenceOwner.getOwnerId()
Returns the ConferenceOwner Id |
Id |
Message.getParentId()
Returns the parent Id associated with this Message
. |
Id |
MessageLabel.getParentMsgId()
Returns the parent message Id associated with this
MessageLabel. |
Id |
MessageAttachment.getParentMsgId()
Returns the parent message Id associated with this
MessageAttachment. |
Id |
MessageTag.getTagId()
|
Id |
UserMsgState.getUserId()
Returns the user Id associated with this
UserMsgState. |
Id |
UserForumSettings.getUserId()
Returns the user Id associated with this UserForumSettings. |
Id |
Message.getUserId()
Returns the user Id associated with this
Message. |
| Methods in blackboard.data.discussionboard with parameters of type Id | |
|---|---|
static ListFilter |
MessageLabel.createMessageIdFilter(Id parentMsgId)
Factory method to create an instance of the ListFilter interface
capable of filtering a list of MessageLabel objects based
upon their parent message's Id value. |
static ListFilter |
MessageAttachment.createMessageIdFilter(Id parentMsgId)
Factory method to create an instance of the ListFilter interface
capable of filtering a list of MessageAttachment objects based
upon their parent message's Id value. |
void |
Forum.setConferenceId(Id iConfId)
Sets the conference Id value for this Forum |
void |
Conference.setConferenceOwnerId(Id iOwnerId)
Sets the ConferenceOwner Id value for this Conference |
void |
Conference.setCourseId(Id iCourseId)
Sets the course Id value for this Conference |
void |
UserForumSettings.setForumId(Id id)
Sets the Forum Id value for this UserForumSettings. |
void |
Message.setForumId(Id iForumId)
Sets the forum Id value for this Message |
void |
ForumProperties.setForumId(Id forumId)
Sets the forum Id value for this ForumProperties |
void |
Conference.setGroupId(Id iGroupId)
Sets the group Id value for this Conference |
void |
MessageTag.setMessageId(Id messageId)
|
void |
UserMsgState.setMsgMainId(Id iMsgMainId)
Sets the Msg_Main Id value for this UserMsgState |
void |
ConferenceOwner.setOwnerId(Id iOwnerId)
Sets the ConferenceOwner Id |
void |
Message.setParentId(Id iParentId)
Sets the parent Id value for this Message. |
void |
MessageLabel.setParentMsgId(Id iParentMsgId)
Sets the parent message Id associated with this
MessageLabel. |
void |
MessageAttachment.setParentMsgId(Id iParentMsgId)
Sets the parent message Id associated with this
MessageAttachment. |
void |
MessageTag.setTagId(Id tagId)
|
void |
UserMsgState.setUserId(Id iUserId)
Sets the user Id value for this UserMsgState |
void |
UserForumSettings.setUserId(Id id)
Sets the user Id value for this UserForumSettings. |
void |
Message.setUserId(Id iUserId)
Sets the user Id value for this Message |
| Constructors in blackboard.data.discussionboard with parameters of type Id | |
|---|---|
MessageTag(Id messageId,
Id tagId)
|
|
| Uses of Id in blackboard.data.discussionboard.datamanager |
|---|
| Methods in blackboard.data.discussionboard.datamanager with parameters of type Id | |
|---|---|
java.util.List<Message> |
MessageManager.collectMessagesByThreadId(Id threadId)
Collect all child messages by the Id of the top-level topic message. |
java.util.List<Message> |
MessageManager.collectMessagesWithStatusByStringIds(java.lang.String[] messageIds,
Id currentUserInContext,
boolean loadTags)
Collect a list of message with message statuses by their string message identifiers. |
java.util.List<Message> |
MessageManager.collectMessagesWithStatusByThreadId(Id threadId,
Id currentUserIdInContext,
boolean loadTags)
Collect all child messages by the Id of the top-level topic message. |
java.util.List<Message> |
MessageManager.collectMessagesWithStatusByThreadIds(java.util.List<Id> threadIds,
Id forumId,
Id currentUserId,
boolean loadTags)
Collect all messages in the specified threads (including the thread messages themselves) |
java.util.List<Message> |
MessageManager.collectUnreadMessagesByUserIdAndForumId(Id userId,
Id forumId,
boolean loadTags)
Collect unread messages with message status only, by user id and forum id |
java.util.List<Message> |
MessageManager.collectUnreadMessagesByUserIdAndThreadId(Id userId,
Id threadId,
boolean loadTags)
Collect unread messages with message status only, by user id and thread id |
UserMsgState |
UserMsgStateManager.create(Id messageId,
Id userId)
Set the user's read state for the message |
void |
ConferenceManager.deleteById(Id id)
Remove a conference. |
void |
DiscussionBoardGradeManager.deleteOutcome(blackboard.data.gradebook.impl.OutcomeDefinition ocd,
CourseMembership cm,
Id messageId,
Id userId)
Delete outcome. |
float |
DiscussionBoardGradeManager.getForumPointsPossible(Id forum_id)
Given a forum Id, get the maximum score possible for a graded forum |
java.lang.String |
ForumManager.getForumProperty(java.lang.String key,
Id forumId)
Get an individual forum property by key. |
java.lang.Boolean |
ForumManager.getForumPropertyBoolean(java.lang.String key,
Id forumId)
Loads a boolean forum property. |
java.lang.String |
UserMsgStateManager.getSubscribedInd(Id messageId,
Id userId)
Get the indicator for whether the user is subscribed to the thread in which the message appears. |
float |
DiscussionBoardGradeManager.getThreadPointsPossible(Id thread_id)
Given a message Id for a top-level thread, get the maximum score possible for a graded thread |
java.util.List<Message> |
MessageManager.loadAllByForum(Id forum_id)
Load all messages from a forum. |
java.util.List<UserForumSettings> |
UserForumSettingsManager.loadAllByForumId(Id forum_id)
Load all the users' forum settings by forum_id |
java.util.List<UserMsgState> |
UserMsgStateManager.loadAllByMessageId(Id messageId)
load All UserMsgState objects for a given message |
MessageAttachment |
MessageManager.loadAttachment(Id message_id)
Load the message attachment object by its message id. |
java.util.List<Forum> |
ForumManager.loadByConferenceId(Id conferenceId)
get all the forums belong to the same conference by the conference id |
java.util.List<Forum> |
ForumManager.loadByCourseId(Id courseId)
get all the forums belonging to all the conferences in a course by the course id |
java.util.List<Conference> |
ConferenceManager.loadByCourseId(Id id)
Load all the conferences that belong to a course with a given course Id |
UserForumSettings |
UserForumSettingsManager.loadByForumAndUserId(Id forum_id,
Id user_id)
Load the UserForumSettings object for the given forum id (Identified by forum_id) and user id (Identified by user_id). |
java.util.List<Message> |
MessageManager.loadByForumIdAndLifecycle(Id forum_id,
Message.MessageLifecycle ml)
Load all messages in a given forum with a given Message.MessageLifecycle. |
Message |
MessageManager.loadById(Id message_id)
Load a message by Id. |
Forum |
ForumManager.loadById(Id forumId)
get the forum object by the forum id |
Conference |
ConferenceManager.loadById(Id id)
Given an Id, load the conference. |
UserMsgState |
UserMsgStateManager.loadByMessageIdAndUserId(Id messageId,
Id userId)
load UserMsgState of a particular message-user combination |
java.util.Map<java.lang.String,UserForumSettings.ForumRole> |
UserForumSettingsManager.loadForumRoleHashByForumId(Id forum_id)
Load all the users' forum roles in a hash for look up. |
java.util.Map<java.lang.Integer,java.util.List<java.lang.String>> |
DiscussionBoardGradeManager.loadGradeHashByForumId(Id forum_id)
Given a forum Id, get the user grades for a forum. |
java.util.Map<java.lang.Integer,java.util.List<java.lang.String>> |
DiscussionBoardGradeManager.loadGradeHashByForumId(Id forum_id,
Id course_id)
Given a forum Id, get the user grades for a forum. |
java.util.Map<java.lang.Integer,java.util.List<java.lang.String>> |
DiscussionBoardGradeManager.loadGradeHashByThreadId(Id thread_id)
Given a message Id for a top-level thread, get the user grades for a thread. |
blackboard.data.gradebook.impl.OutcomeDefinition |
DiscussionBoardGradeManager.loadOutcomeDefinitionByForumIdAndCourseId(Id forum_id,
Id course_id)
Loads the OutcomeDefinition by the forum id and course id. |
ForumProperties |
ForumManager.loadPropertiesById(Id forumId)
Get the forum property settings. |
Message |
MessageManager.loadTopThreadById(Id message_id)
Load a top level topic message by Id. |
java.util.List<Message> |
MessageManager.loadUnreadByForum(Id forum_id,
Id user_id)
Load unread messages from a forum for a given user |
java.util.List<CourseMembership> |
ConferenceManager.loadUsersByCourseId(Id id)
Load all the users in the course. |
java.util.List<CourseMembership> |
ConferenceManager.loadUsersByGroupId(Id id)
Load all the users in the group. |
Message |
MessageManager.loadWithStatus(Id msg_id,
Id user_id)
Load a message, including the status, by its Id. |
java.util.List<Conference> |
ConferenceManager.loadWithStatusByCourseId(Id id)
Load all the conferences that belong to a course with a given course Id. |
UserMsgState |
UserMsgStateManager.recordMessageReadStateAndReadCount(Id messageId,
Id userId)
Record the UserMsgState's read-state of a particular message-user combination |
void |
MessageManager.removeAttachment(Id messageAttach_id)
Remove a message attachment by its own Id (message object remains). |
void |
MessageManager.removeMessageById(Id id)
Remove a message with a given id. |
void |
ConferenceManager.reposition(Id conf_id,
int position)
Set the new position of a conference. |
void |
UserMsgStateManager.setFlag(Id messageId,
Id userId,
boolean isAdd)
Set user's Add/Clear flag for a given message |
void |
ForumManager.setForumProperty(java.lang.String key,
java.lang.String value,
Id forumId)
Set an individual forum property by key & value. |
void |
UserMsgStateManager.setRating(Id messageId,
Id userId,
int rating)
set the user's rating for the message |
void |
UserMsgStateManager.setSubscribedInd(Id messageId,
Id userId)
Flip the indicator for whether the the user is subscribed to the thread in which the message appears from true to false or false to true. |
void |
UserMsgStateManager.setUserReadStateForMessage(Id messageId,
Id userId,
boolean isRead)
Set the user's read state for the message |
void |
UserMsgStateManager.setUserReadStateForThread(Id threadId,
Id userId,
boolean isRead)
Set the user's read state for the thread |
void |
UserMsgStateManager.setUserReadStateToUnreadForAllUsers(Id messageId)
Marks the specified message as unread for all users |
java.util.List<Message> |
UserMsgStateManager.updateUserMessageReadCount(java.util.List<Message> messageList,
Id userId)
Updates the read count for the list of messages. |
| Method parameters in blackboard.data.discussionboard.datamanager with type arguments of type Id | |
|---|---|
java.util.List<Message> |
MessageManager.collectMessagesWithStatusByThreadIds(java.util.List<Id> threadIds,
Id forumId,
Id currentUserId,
boolean loadTags)
Collect all messages in the specified threads (including the thread messages themselves) |
| Uses of Id in blackboard.data.gradebook |
|---|
| Methods in blackboard.data.gradebook that return Id | |
|---|---|
Id |
Lineitem.getCourseId()
Returns the Id of the Course this Lineitem is associated with. |
Id |
Score.getCourseMembershipId()
Returns the Id of the CourseMembership for the user this Score is associated with. |
Id |
Score.getId()
|
Id |
Lineitem.getId()
|
Id |
Score.getLineitemId()
Returns the Id of the gradebook Lineitem this score is attached to. |
| Methods in blackboard.data.gradebook with parameters of type Id | |
|---|---|
void |
Lineitem.setCourseId(Id id)
Sets the Course Id associated with this Lineitem. |
void |
Score.setCourseMembershipId(Id id)
Sets the CourseMembership Id to be associated with this Score. |
protected void |
Lineitem.setInternalAssessmentId(Id id)
Sets the assessment Id to be used by an internal assessment handler. |
protected void |
Score.setInternalAttemptId(Id id)
Sets the attempt Id to be used by an internal attempt handler. |
void |
Score.setLineitemId(Id id)
Sets the Lineitem Id this Score is related to. |
| Uses of Id in blackboard.data.navigation |
|---|
| Methods in blackboard.data.navigation that return Id | |
|---|---|
Id |
CourseToc.getContentId()
Returns the content Id of this CourseToc. |
Id |
CourseToc.getCourseId()
Returns the course Id of this CourseToc. |
| Methods in blackboard.data.navigation with parameters of type Id | |
|---|---|
void |
CourseToc.setContentId(Id iContentId)
Sets the content Id value for this CourseToc. |
void |
CourseToc.setCourseId(Id iCourseId)
Sets the course Id value for this CourseToc. |
| Uses of Id in blackboard.data.role |
|---|
| Methods in blackboard.data.role that return Id | |
|---|---|
Id |
PortalRole.getDataSourceId()
gets the datasource id value for this PortalRole. |
| Methods in blackboard.data.role with parameters of type Id | |
|---|---|
void |
PortalRole.setDataSourceId(Id dataSourceId)
sets the datasource id value for this PortalRole |
| Uses of Id in blackboard.data.user |
|---|
| Methods in blackboard.data.user that return Id | |
|---|---|
Id |
User.getDataSourceId()
Returns the data source Id of this User. |
Id |
UserRole.getPortalRoleId()
Returns the portal role Id associated with this UserRole
. |
Id |
User.getPortalRoleId()
Returns the primary institution role Id of this User. |
Id |
UserRole.getUserId()
Returns the user Id associated with this UserRole
. |
static Id |
User.InstRole.mapToPortalRoleId(User.InstRole role)
Deprecated. |
| Methods in blackboard.data.user with parameters of type Id | |
|---|---|
static User.InstRole |
User.InstRole.mapToInstRole(Id portalRoleId)
Deprecated. |
void |
User.setDataSourceId(Id iDataSourceId)
Sets the data source Id value for this User. |
void |
UserRole.setPortalRoleId(Id id)
Sets the portal role Id value for this UserRole. |
void |
User.setPortalRoleId(Id iPortalRoleId)
Sets the primary institution role Id value for this User. |
void |
UserRole.setUserId(Id iUserId)
Sets the user Id value for this UserRole. |
| Uses of Id in blackboard.persist |
|---|
| Subclasses of Id in blackboard.persist | |
|---|---|
class |
PkId
The PkId class provides the means of describing an Id
within a Blackboard database container. |
class |
UnsetId
The UnsetId class represents an unset data object Id. |
| Fields in blackboard.persist declared as Id | |
|---|---|
static Id |
Id.UNSET_ID
|
| Methods in blackboard.persist that return Id | |
|---|---|
Id |
RemoteDbContainer.generateId(DataType dataType,
int nKey1)
Generates an Id instance specific to this DatabaseContainer
. |
static Id |
Id.generateId(DataType dataType,
int nKey1)
Generates an Id instance using the default database persistence
manager as given by context. |
Id |
DatabaseContainer.generateId(DataType dataType,
int nKey1)
Generates an Id instance specific to this DatabaseContainer
. |
Id |
Container.generateId(DataType dataType,
int nKey1)
Generates an Id instance specific to this Container. |
Id |
BbPersistenceManager.generateId(DataType dataType,
int nKey1)
Generates an Id instance specific to the Container associated with this persistence
manager. |
Id |
RemoteDbContainer.generateId(DataType dataType,
int nKey1,
int nKey2)
Generates an Id instance specific to this XmlContainer
. |
static Id |
Id.generateId(DataType dataType,
int nKey1,
int nKey2)
Generates an Id instance using the default database persistence
manager as given by context. |
Id |
DatabaseContainer.generateId(DataType dataType,
int nKey1,
int nKey2)
Generates an Id instance specific to this DatabaseContainer
. |
Id |
Container.generateId(DataType dataType,
int nKey1,
int nKey2)
Generates an Id instance specific to this Container. |
Id |
BbPersistenceManager.generateId(DataType dataType,
int nKey1,
int nKey2)
Generates an Id instance specific to the Container associated with this persistence
manager. |
Id |
RemoteDbContainer.generateId(DataType dataType,
java.lang.String strKey)
Generates an Id instance specific to this XmlContainer
. |
static Id |
Id.generateId(DataType dataType,
java.lang.String strKey)
Generates an Id instance using the default database persistence
manager as given by context. |
Id |
DatabaseContainer.generateId(DataType dataType,
java.lang.String strKey)
Generates an Id instance specific to this DatabaseContainer. |
Id |
Container.generateId(DataType dataType,
java.lang.String strKey)
Generates an Id instance specific to this Container. |
Id |
BbPersistenceManager.generateId(DataType dataType,
java.lang.String strKey)
Generates an Id instance specific to the Container associated with this persistence
manager. |
Id |
PersistenceContext.mapId(Id idInContainerA,
Container containerB)
Maps the given Id in the specified container space. |
static Id |
Id.newId(DataType dataType)
Returns a new Id instance, using a default implementation. |
| Methods in blackboard.persist that return types with arguments of type Id | |
|---|---|
static java.util.List<Id> |
Id.generateIds(DataType dataType,
java.util.List<java.lang.String> strKeys)
Generates a list of Id using the default database persistence
manager as given by context in the same order as the incoming list of ids. |
| Methods in blackboard.persist with parameters of type Id | |
|---|---|
int |
UnsetId.compareTo(Id obj)
The sole method of the Comparable interface. |
int |
PkId.compareTo(Id obj)
The sole method of the Comparable interface. |
abstract int |
Id.compareTo(Id obj)
The sole method of the Comparable interface. |
void |
IdentifiableDbPersister.deleteById(Id id)
Generically delete any Identifiable object by Id. |
void |
IdentifiableDbPersister.deleteById(Id id,
java.sql.Connection conn)
Generically delete any Identifiable object by Id. |
boolean |
PersistenceContext.hasMapping(Id id)
Returns whether or not a mapping exists for the given Id. |
boolean |
Id.hasSameContainer(Id id)
Returns true if the given Id has the same Container
as this Id instance. |
boolean |
Id.hasSameDataType(Id id)
Returns true if the given Id has the same DataType
as this Id instance. |
static boolean |
Id.isValid(Id id)
Determines if the given Id value is "valid". |
boolean |
RemoteDbContainer.isValidId(Id id)
Determines if the provided Id is a "valid" id for this
XmlContainer. |
boolean |
DatabaseContainer.isValidId(Id id)
Determines if the provided Id is a "valid" id for this
DatabaseContainer. |
boolean |
Container.isValidId(Id id)
Determines if the provided Id is a "valid" id for this
Container. |
boolean |
BbPersistenceManager.isValidId(Id id)
Convenience method to determines if the provided Id is a "valid" Id for this
BbPersistenceManager's Container
. |
static boolean |
Id.isValidPkId(Id id)
checks the given Id value is "valid" and an instance of PkId |
T |
IdentifiableDbLoader.loadById(Id id)
Generically load the object via Id. |
T |
IdentifiableDbLoader.loadById(Id id,
java.sql.Connection connection)
Generically load the object via Id. |
Id |
PersistenceContext.mapId(Id idInContainerA,
Container containerB)
Maps the given Id in the specified container space. |
void |
PersistenceContext.registerReference(Id idInContainerA,
Id idInContainerB)
Registers an Id mapping with the context. |
| Uses of Id in blackboard.persist.announcement |
|---|
| Methods in blackboard.persist.announcement with parameters of type Id | |
|---|---|
void |
AnnouncementDbPersister.deleteById(Id id)
Deletes the Announcement identified by the given Id
value using a connection from the associated persistence manager's
database container. |
void |
AnnouncementDbPersister.deleteById(Id id,
java.sql.Connection con)
Deletes the Announcement identified by the given Id
value using the supplied connection. |
BbList<Announcement> |
AnnouncementDbLoader.loadAvailableByCourseIdAndUserId(Id courseId,
Id userId,
int numDaysBack,
boolean showPerm)
loadAvailableByCourseIdAndUserId Loads the list of all available announcements that pertain to the user identified by the given user id, within the course specified by the given courseId, within a given time period. |
BbList<Announcement> |
AnnouncementDbLoader.loadAvailableByCourseIdAndUserId(Id courseId,
Id userId,
int numDaysBack,
boolean showPerm,
java.sql.Connection con)
loadAvailableByCourseIdAndUserId Loads the list of all available announcements that pertain to the user identified by the given user id, within the course specified by the given courseId, within a given time period using the supplied connection |
BbList<Announcement> |
AnnouncementDbLoader.loadAvailableByUserId(Id userId)
Loads the list of all available announcements (system, course and organization) that pertain to the user identified by the given user Id, using a connection obtained through this object's database context. |
BbList<Announcement> |
AnnouncementDbLoader.loadAvailableByUserId(Id userId,
java.sql.Connection con)
Loads the list of all available announcements (system, course and organization) that pertain to the user identified by the given user Id, using the supplied connection. |
BbList<Announcement> |
AnnouncementDbLoader.loadAvailableByUserId(Id userId,
int numDaysBack)
Loads the list of all available announcements (system, course and organization) that pertain to the user identified by the given user Id, within a given time period, using a connection obtained through this object's database context. |
BbList<Announcement> |
AnnouncementDbLoader.loadAvailableByUserId(Id userId,
int numDaysBack,
java.sql.Connection con)
Loads the list of all available announcements (system, course and organization) that pertain to the user identified by the given user Id, within a given time period, using the supplied connection. |
BbList<Announcement> |
AnnouncementDbLoader.loadByCourseId(Id courseId)
Load the list of Announcement objects that currently exist for the course identified by the given course Id using a connection obtained through this object's database context. |
BbList<Announcement> |
AnnouncementDbLoader.loadByCourseId(Id courseId,
java.sql.Connection con)
Load the list of Announcement objects that currently exist for the course identified by the given course Id using the supplied connection. |
java.util.List<Announcement> |
AnnouncementDbLoader.loadByCreatorUserId(Id creatorUserId)
Loads the list of announcements created by the user identified by the given user id using default connection |
java.util.List<Announcement> |
AnnouncementDbLoader.loadByCreatorUserId(Id creatorUserId,
java.util.Calendar startDate,
java.util.Calendar endDate)
Loads the list of announcements created by the user with the given creatorUerId and whose start dates are after the specified startDate and end dates are before the given endDate (i.e available between startDate and endDate) using default connection. |
java.util.List<Announcement> |
AnnouncementDbLoader.loadByCreatorUserId(Id creatorUserId,
java.util.Calendar startDate,
java.util.Calendar endDate,
java.sql.Connection con)
Loads the list of announcements created by the user with the given creatorUerId and whose start dates are after the specified startDate and end dates are before the given endDate (i.e available between startDate and endDate) using the supplied connection. |
java.util.List<Announcement> |
AnnouncementDbLoader.loadByCreatorUserId(Id creatorUserId,
java.sql.Connection con)
Loads the list of announcements created by the user identified by the given user id using the supplied connection |
Announcement |
AnnouncementDbLoader.loadById(Id id)
Load the Announcement with the given Id from the database using a connection obtained through this object's database context. |
Announcement |
AnnouncementDbLoader.loadById(Id id,
java.sql.Connection con)
Load the Announcement with the given Id from the database using the supplied connection. |
BbList<Announcement> |
AnnouncementDbLoader.loadUnavailableByUserId(Id userId)
Loads the list of all announcements of unavailabe course that pertain to the user identified by the given user Id |
BbList<Announcement> |
AnnouncementDbLoader.loadUnavailableByUserId(Id userId,
int numDaysBack)
Loads the list of all announcements of unavailalbe couser that pertain to the user identified by the given user Id, within a given time period, using the supplied connection. |
BbList<Announcement> |
AnnouncementDbLoader.loadUnavailableByUserId(Id userId,
int numDaysBack,
java.sql.Connection con)
Loads the list of all announcements of unavailalbe couser that pertain to the user identified by the given user Id, within a given time period, using the supplied connection. |
void |
AnnouncementDbPersister.reposition(Id announcementId,
int newPosition)
A utility class that provides quick access to the AnnouncementDbPersister
instance associated with the default instance of the database BbPersistenceManager. |
void |
AnnouncementDbPersister.reposition(Id announcementId,
int newPosition,
java.sql.Connection con)
A utility class that provides quick access to the AnnouncementDbPersister
instance from the database using the supplied connection. |
| Uses of Id in blackboard.persist.calendar |
|---|
| Methods in blackboard.persist.calendar with parameters of type Id | |
|---|---|
void |
CalendarEntryDbPersister.deleteById(Id id)
Deletes the CalendarEntry identified by the given Id
value using a connection from the associated persistence manager's
database container. |
void |
CalendarEntryDbPersister.deleteById(Id id,
java.sql.Connection con)
Deletes the CalendarEntry identified by the given Id
value using the supplied connection. |
BbList<CalendarEntry> |
CalendarEntryDbLoader.loadByCourseId(Id courseId)
Load the list of CalendarEntry objects for the given course Id using a connection obtained through this object's database context. |
BbList<CalendarEntry> |
CalendarEntryDbLoader.loadByCourseId(Id courseId,
java.util.Calendar startDate,
java.util.Calendar endDate)
|
BbList<CalendarEntry> |
CalendarEntryDbLoader.loadByCourseId(Id courseId,
java.util.Calendar startDate,
java.util.Calendar endDate,
java.sql.Connection con)
|
BbList<CalendarEntry> |
CalendarEntryDbLoader.loadByCourseId(Id courseId,
java.sql.Connection con)
Load the list of CalendarEntry objects for the given course Id using the supplied connection. |
BbList<CalendarEntry> |
CalendarEntryDbLoader.loadByCourseIdAndUserId(Id courseId,
Id userId,
java.util.Calendar startDate,
java.util.Calendar endDate)
loadByCourseIdAndUserId Loads the list of all calendar entries within a given date range (institution, course, and personal) that pertain to the user and course identified by the given user Id and course id. |
BbList<CalendarEntry> |
CalendarEntryDbLoader.loadByCourseIdAndUserId(Id courseId,
Id userId,
java.util.Calendar startDate,
java.util.Calendar endDate,
java.sql.Connection con)
loadByCourseIdAndUserId Loads the list of all calendar entries within a given date range (institution, course, and personal) that pertain to the user and course identified by the given user Id and course id using the supplied connection. |
BbList<CalendarEntry> |
CalendarEntryDbLoader.loadByCreatorUserId(Id userId)
Loads the list of all calendar entries created or owned by the given user id using a connection obtained through this object's database context. |
BbList<CalendarEntry> |
CalendarEntryDbLoader.loadByCreatorUserId(Id userId,
java.util.Calendar startDate,
java.util.Calendar endDate)
|
BbList<CalendarEntry> |
CalendarEntryDbLoader.loadByCreatorUserId(Id userId,
java.util.Calendar startDate,
java.util.Calendar endDate,
java.sql.Connection con)
|
CalendarEntry |
CalendarEntryDbLoader.loadById(Id id)
Load the CalendarEntry with the given Id from the database using a connection obtained through this object's database context. |
CalendarEntry |
CalendarEntryDbLoader.loadById(Id id,
java.sql.Connection con)
Load the CalendarEntry with the given Id from the database using the supplied connection. |
BbList<CalendarEntry> |
CalendarEntryDbLoader.loadByUserId(Id userId)
Loads the list of all calendar entries in courses, in which the user identified by the given user Id is enrolled using a connection obtained through this object's database context. |
BbList<CalendarEntry> |
CalendarEntryDbLoader.loadByUserId(Id userId,
java.util.Calendar startDate,
java.util.Calendar endDate)
Loads the list of all calendar entries within a given date range and courses, in which the user identified by the given user Id is enrolled using a connection obtained through this object's database context. |
BbList<CalendarEntry> |
CalendarEntryDbLoader.loadByUserId(Id userId,
java.util.Calendar startDate,
java.util.Calendar endDate,
java.sql.Connection con)
Loads the list of all calendar entries in courses, in which the user identified by the given user Id is enrolled using a connection connection. |
BbList<CalendarEntry> |
CalendarEntryDbLoader.loadByUserId(Id userId,
java.sql.Connection con)
Loads the list of all calendar entries within a given date range and courses, in which the user identified by the given user Id is enrolled using a connection. |
BbList<CalendarEntry> |
CalendarEntryDbLoader.loadPersonalByUserId(Id userId,
java.util.Calendar startDate,
java.util.Calendar endDate)
Loads the list of personal calendar entries within a given date range that pertain to the user identified by the given user Id using a connection obtained through this object's database context. |
BbList<CalendarEntry> |
CalendarEntryDbLoader.loadPersonalByUserId(Id userId,
java.util.Calendar startDate,
java.util.Calendar endDate,
java.sql.Connection con)
Loads the list of personal calendar entries that pertain to the user identified by the given user Id using the supplied connection. |
| Uses of Id in blackboard.persist.content |
|---|
| Methods in blackboard.persist.content that return Id | |
|---|---|
Id |
StaffInfoDbLoader.lookupTopFolderId(Id courseId)
Loads the Id of "Top" StaffInfoFolder for the given course
(identified by id) from the database using a connection obtained through
this object's database context. |
Id |
StaffInfoDbLoader.lookupTopFolderId(Id courseId,
java.sql.Connection con)
Loads the Id of "Top" StaffInfoFolder for the given course
(identified by id) from the database using the supplied connection. |
| Methods in blackboard.persist.content with parameters of type Id | |
|---|---|
void |
StaffInfoDbPersister.deleteById(Id id)
Deletes the StaffInfo identified by the given Id
value using a connection from the associated persistence manager's database
container. |
void |
LinkDbPersister.deleteById(Id id)
Deletes the Link identified by the given Id value
using a connection from the associated persistence manager's database
container. |
void |
ContentFileDbPersister.deleteById(Id id)
Deletes the Content identified by the given Id
value using a connection from the associated
persistence manager's database container. |
void |
ContentDbPersister.deleteById(Id id)
Deletes the Content identified by the given Id
value using a connection from the associated
persistence manager's database container. |
void |
StaffInfoDbPersister.deleteById(Id id,
java.sql.Connection con)
Deletes the StaffInfo identified by the given Id
value using the supplied connection. |
void |
LinkDbPersister.deleteById(Id id,
java.sql.Connection con)
Deletes the Link identified by the given Id value
using the supplied connection. |
void |
ContentFileDbPersister.deleteById(Id id,
java.sql.Connection con)
Deletes the Content identified by the given Id
value using the supplied connection. |
void |
ContentDbPersister.deleteById(Id id,
java.sql.Connection con)
Deletes the Content identified by the given Id
value using the supplied connection. |
java.util.List<Content> |
ContentDbLoader.loadAvailableChildren(Id id,
Id userId,
boolean heavy)
Loads all children of the specified folder, honoring availability settings as determined for the specified user. |
java.util.List<Content> |
ContentDbLoader.loadAvailableChildren(Id folderId,
Id userId,
boolean heavy,
java.sql.Connection con)
Loads all children of the specified folder, honoring availability settings as determined for the specified user. |
BbList<ContentFile> |
ContentFileDbLoader.loadByContentFolderId(Id folderId)
Load the list of ContentFile objects that are referenced by children of the specified ContentFolder (identified by Id) from the database
in a lightweight fashion using a connection obtained through this object's
database context. |
BbList<ContentFile> |
ContentFileDbLoader.loadByContentFolderId(Id folderId,
java.sql.Connection con)
Load the list of ContentFile objects that are referenced by children of the specified ContentFolder (identified by Id) from the database
in a lightweight fashion using the supplied connection. |
BbList<ContentFile> |
ContentFileDbLoader.loadByContentFolderId(Id folderId,
java.sql.Connection con,
boolean bHeavy)
Load the list of ContentFile objects that are referenced by children of the specified ContentFolder (identified by Id) in the specified
fashion (lightweight or heavyweight) using the supplied connection. |
java.util.List<ContentStatus> |
ContentStatusDbLoader.loadByContentId(Id contentId)
Loads a list of ContentStatus objects for a specific Content
object. |
BbList<ContentFile> |
ContentFileDbLoader.loadByContentId(Id id)
Load the list of ContentFile objects associated with the given piece of Content (identifed by Id) from the database in a lightweight
fashion using a connection obtained through this object's database context. |
java.util.List<ContentStatus> |
ContentStatusDbLoader.loadByContentId(Id contentId,
java.sql.Connection con)
Loads a list of ContentStatus objects for a specific Content
object. |
BbList<ContentFile> |
ContentFileDbLoader.loadByContentId(Id id,
java.sql.Connection con)
Load the list of ContentFile objects associated with the given piece of Content (identifed by Id) from the database in a lightweight
fashion using the supplied connection. |
BbList<ContentFile> |
ContentFileDbLoader.loadByContentId(Id id,
java.sql.Connection con,
boolean bHeavy,
boolean bDeep)
Load the list of ContentFile objects associated with the given piece of Content (identifed by Id) from the database in the specified
fashion (lightweight or heavyweight) using the supplied connection. |
ContentStatus |
ContentStatusDbLoader.loadByContentIdAndUserId(Id contentId,
Id userId)
Loads the ContentStatus for a particular content item and user
combination. |
ContentStatus |
ContentStatusDbLoader.loadByContentIdAndUserId(Id contentId,
Id userId,
java.sql.Connection con)
Loads the ContentStatus for a particular content item and user
combination. |
BbList<StaffInfo> |
StaffInfoDbLoader.loadByCourseId(Id courseId)
Loads the list of StaffInfo/StaffInfoFolder objects for the given course (identified by id) from the database using a connection obtained through this object's database context. |
BbList<Link> |
LinkDbLoader.loadByCourseId(Id courseId)
Load the Links defined within the given course (identified by id) from the database using a connection obtained through this object's database context. |
java.util.List<ContentStatus> |
ContentStatusDbLoader.loadByCourseId(Id courseId)
Loads a list of ContentStatus objects for a specific Course
object. |
java.util.List<AggregateReviewStatus> |
AggregateReviewStatusDbLoader.loadByCourseId(Id courseId)
Loads a list of AggregateReviewStatus objects for all users for the give Course Id |
BbList<StaffInfo> |
StaffInfoDbLoader.loadByCourseId(Id courseId,
java.sql.Connection con)
Loads the list of StaffInfo/StaffInfoFolder objects for the given course (identified by id) from the database using the supplied connection. |
BbList<Link> |
LinkDbLoader.loadByCourseId(Id courseId,
java.sql.Connection con)
Load the Links defined within the given course (identified by id) from the database using the supplied connection. |
BbList<GroupUpload> |
GroupUploadDbLoader.loadByCourseId(Id courseId,
java.sql.Connection con)
Load the list of GroupUpload objects associated with the given CourseId (identifed by Id) from the database
using the supplied connection. |
BbList<CourseUpload> |
CourseUploadDbLoader.loadByCourseId(Id courseId,
java.sql.Connection con)
Load the list of CourseUpload objects associated with the given CourseId (identified by Id) from the database
using the supplied connection. |
java.util.List<ContentStatus> |
ContentStatusDbLoader.loadByCourseId(Id courseId,
java.sql.Connection con)
Loads a list of ContentStatus objects for a specific Course
object. |
java.util.List<AggregateReviewStatus> |
AggregateReviewStatusDbLoader.loadByCourseId(Id courseId,
java.sql.Connection con)
Loads a list of AggregateReviewStatus objects for all users for the give Course Id |
java.util.List<StaffInfo> |
StaffInfoDbLoader.loadByCourseId(Id courseId,
java.sql.Connection con,
boolean heavy)
Loads the list of StaffInfo/StaffInfoFolder objects for the given course (identified by id) from the database using the supplied connection. |
BbList<ContentFile> |
ContentFileDbLoader.loadByCourseIdAndContentHandler(Id courseId,
blackboard.platform.plugin.ContentHandlerInfo contentHandler)
Loads the list of ContentFile objects associated with a given course id and ContentHandlerInfo. |
java.util.List<Content> |
ContentDbLoader.loadByCourseIdAndTitle(Id courseId,
java.lang.String title)
Loads the contents by course id and title |
java.util.List<Content> |
ContentDbLoader.loadByCourseIdAndTitle(Id courseId,
java.lang.String title,
java.sql.Connection con)
Loads the contents by course id and title |
java.util.List<ContentStatus> |
ContentStatusDbLoader.loadByCourseIdAndUserId(Id courseId,
Id userId)
Loads a list of ContentStatus objects for the content in a specific course for a specific user. |
java.util.List<ContentStatus> |
ContentStatusDbLoader.loadByCourseIdAndUserId(Id courseId,
Id userId,
java.sql.Connection con)
Loads a list of ContentStatus objects for the content in a specific course for a specific user. |
java.util.List<CourseUpload> |
CourseUploadDbLoader.loadByCourseMembershipId(Id courseMemId,
java.sql.Connection con)
|
CourseUpload |
CourseUploadDbLoader.loadByFileIdAndCourseMembershipId(Id fileId,
Id coursemembershipId,
java.sql.Connection con)
Load CourseUpload object associated with the given File (identified by FileId) and courseMembershipIdfrom the database
using the supplied connection. |
StaffInfo |
StaffInfoDbLoader.loadById(Id id)
Load the StaffInfo or StaffInfoFolder with the given Id from the database using a connection obtained through this object's database context. |
Link |
LinkDbLoader.loadById(Id id)
Load the Link with the given Id from the database using a connection obtained through this object's database context. |
ContentFile |
ContentFileDbLoader.loadById(Id id)
Load the ContentFile with the given Id from the database in a lightweight fashion using a connection obtained through this object's database context. |
Content |
ContentDbLoader.loadById(Id id)
Load the Content with the given Id from the database in a lightweight fashion using a connection obtained through this object's database context. |
UploadedFile |
UploadedFileDbLoader.loadById(Id id,
java.sql.Connection con)
Method loadById. |
StaffInfo |
StaffInfoDbLoader.loadById(Id id,
java.sql.Connection con)
Load the StaffInfo or StaffInfoFolder with the given Id from the database using the supplied connection. |
Link |
LinkDbLoader.loadById(Id id,
java.sql.Connection con)
Load the Link with the given Id from the database using the supplied connection. |
CourseUpload |
CourseUploadDbLoader.loadById(Id id,
java.sql.Connection con)
Load the CourseUpload object with the given Id from the database using the supplied connection. |
ContentFile |
ContentFileDbLoader.loadById(Id id,
java.sql.Connection con)
Load the ContentFile with the given Id from the database in a lightweight fashion using the supplied connection. |
Content |
ContentDbLoader.loadById(Id id,
java.sql.Connection con)
Load the Content with the given Id from the database in a lightweight fashion using the supplied connection. |
ContentFile |
ContentFileDbLoader.loadById(Id id,
java.sql.Connection con,
boolean bHeavy)
Load the ContentFile with the given Id from the database in the specified fashion (lightweight or heavyweight) using the supplied connection. |
Content |
ContentDbLoader.loadById(Id id,
java.sql.Connection con,
boolean bDeep,
boolean bHeavy)
Loads the Content with the given Id from the database in the specified fashion (lightweight or heavyweight) using the supplied connection. |
java.util.List<Link> |
LinkDbLoader.loadByLinkIdsAndCourseId(java.util.List<Id> linkId,
Id courseId)
|
java.util.List<Link> |
LinkDbLoader.loadByLinkIdsAndCourseId(java.util.List<Id> linkIds,
Id courseId,
java.sql.Connection con)
|
BbList<StaffInfo> |
StaffInfoDbLoader.loadByParentId(Id parentId)
Loads the list of StaffInfo/StaffInfoFolder objects that are the children of the object with the given Id from the database using a connection obtained through this object's database context. |
BbList<StaffInfo> |
StaffInfoDbLoader.loadByParentId(Id parentId,
java.sql.Connection con)
Loads the list of StaffInfo/StaffInfoFolder objects that are the children of the object with the given Id from the database using the supplied connection. |
BbList<Link> |
LinkDbLoader.loadByReferredToIdAndType(Id id,
Link.ReferredToType eReferredToType)
Load the Link with the given referred to id and type from the database using a connection obtained through this object's database context. |
BbList<Link> |
LinkDbLoader.loadByReferredToIdAndType(Id id,
Link.ReferredToType eReferredToType,
java.sql.Connection con)
Load the Links with the given referred to id and type from the database using the supplied connection. |
java.util.List<Link> |
LinkDbLoader.loadByReferredToTypeAndCourseId(Id courseId,
Link.ReferredToType eReferredToType)
|
java.util.List<Link> |
LinkDbLoader.loadByReferredToTypeAndCourseId(Id courseId,
Link.ReferredToType eReferredToType,
java.sql.Connection con)
|
Link |
LinkDbLoader.loadByReferrerIdAndType(Id id,
Link.ReferrerType eReferrerType)
Load the Link with the given referrer id and type from the database using a connection obtained through this object's database context. |
Link |
LinkDbLoader.loadByReferrerIdAndType(Id id,
Link.ReferrerType eReferrerType,
java.sql.Connection con)
Load the Link with the given referrer id and type from the database using the supplied connection. |
java.util.List<Link> |
LinkDbLoader.loadByReferrerTypeAndCourseId(Id courseId,
Link.ReferrerType eReferrerType)
|
java.util.List<Link> |
LinkDbLoader.loadByReferrerTypeAndCourseId(Id courseId,
Link.ReferrerType eReferrerType,
java.sql.Connection con)
|
Content |
ContentDbLoader.loadByTocId(Id tocId)
Load the Content item that is the "Top" folder for the specified CourseToc (identified by Id) in a lightweight
fashion using a connection obtained through this object's database context. |
Content |
ContentDbLoader.loadByTocId(Id tocId,
java.sql.Connection con)
Load the Content item that is the "Top" folder for the specified CourseToc (identified by Id) in a lightweight
fashion using the supplied connection. |
Content |
ContentDbLoader.loadByTocId(Id tocId,
java.sql.Connection con,
boolean bDeep)
Load the Content item that is the "Top" folder for the specified CourseToc (identified by Id) in a lightweight
fashion using the supplied connection. |
BbList<Content> |
ContentDbLoader.loadChildren(Id id)
Loads a list containing the immediate children of the specified Content item (identified by Id) from the database in a lightweight fashion using a connection obtained through this object's database context. |
java.util.List<Content> |
ContentDbLoader.loadChildren(Id id,
boolean heavy,
java.sql.Connection con)
Loads a list containing the immediate children of the specified Content item (identified by Id) from the database using a connection obtained using the supplied Connection. |
BbList<Content> |
ContentDbLoader.loadChildren(Id id,
java.sql.Connection con)
Loads a list containing the immediate children of the specified Content item (identified by Id) from the database in a lightweight fashion using a connection obtained using the supplied Connection. |
BbList<Content> |
ContentDbLoader.loadContentPath(Id id)
Loads a list of content items containing the specified Content item (identified by Id) along with all of its ancestors from the database in a lightweight fashion using a connection obtained through this object's database context. |
BbList<Content> |
ContentDbLoader.loadContentPath(Id id,
java.sql.Connection con)
Loads a list of content items containing the specified Content item (identified by Id) along with all of its ancestors from the database in a lightweight fashion using a connection obtained using the supplied Connection. |
StaffInfoFolder |
StaffInfoDbLoader.loadFolderByCourseId(Id courseId)
Loads the folder of StaffInfo/StaffInfoFolder objects for the given course (identified by id) from the database using a connection obtained through this object's database context. |
StaffInfoFolder |
StaffInfoDbLoader.loadFolderByCourseId(Id courseId,
java.sql.Connection con)
Loads the folder of StaffInfo/StaffInfoFolder objects for the given course (identified by id) from the database using the supplied connection. |
StaffInfoFolder |
StaffInfoDbLoader.loadFolderByCourseId(Id courseId,
java.sql.Connection con,
boolean heavy)
Loads the folder of StaffInfo/StaffInfoFolder objects for the given course (identified by id) from the database using the supplied connection. |
BbList<Content> |
ContentDbLoader.loadListById(Id id)
Loads a list of Content by performing a deep load rooted at the content item with the given Id. |
BbList<Content> |
ContentDbLoader.loadListById(Id id,
java.sql.Connection con)
Loads a list of Content by performing a deep load rooted at the content item with the given Id. |
BbList<Content> |
ContentDbLoader.loadListById(Id id,
java.sql.Connection con,
boolean bHeavy)
Loads a list of Content by performing a deep load rooted at the content item with the given Id. |
java.util.List<Content> |
ContentDbLoader.loadMapView(Id courseId,
java.sql.Connection con)
Returns a list of items representing the top-level content items in the course. |
java.util.List<Content> |
ContentDbLoader.loadMapView(Id userId,
Id courseId,
java.sql.Connection con)
Returns a list of items representing the top-level content items in the course. |
java.util.List<Content> |
ContentDbLoader.loadPathAndStatus(Id id,
Id userId,
java.sql.Connection con)
Method to return a path to a given item. |
java.util.List<Content> |
ContentDbLoader.loadReviewableByCourseId(Id id)
Loads a list containing the all the Content items in the given course which have reviewable flag set to true. |
java.util.List<Content> |
ContentDbLoader.loadReviewableByCourseId(Id id,
java.sql.Connection con)
Loads a list containing the all the Content items in the given course which have reviewable flag set to true. |
Id |
StaffInfoDbLoader.lookupTopFolderId(Id courseId)
Loads the Id of "Top" StaffInfoFolder for the given course
(identified by id) from the database using a connection obtained through
this object's database context. |
Id |
StaffInfoDbLoader.lookupTopFolderId(Id courseId,
java.sql.Connection con)
Loads the Id of "Top" StaffInfoFolder for the given course
(identified by id) from the database using the supplied connection. |
void |
ContentDbPersister.markReviewed(Id contentId,
Id userId)
Marks the Content identified by the given contentId
value using a connection from the associated
persistence manager's database container as status "Reviewed" by the user identified by userId. |
void |
ContentDbPersister.markReviewed(Id contentId,
Id userId,
java.util.Calendar reviewDate)
Marks the Content identified by the given contentId
value using a connection from the associated
persistence manager's database container as status "Reviewed" by the user identified by userId. |
void |
ContentDbPersister.markReviewed(Id contentId,
Id userId,
java.util.Calendar reviewDate,
java.sql.Connection con)
Marks the Content identified by the given contentId
value using a connection from the associated
persistence manager's database container as status "Reviewed" by the user identified by userId. |
void |
ContentDbPersister.markReviewed(Id contentId,
Id userId,
java.sql.Connection con)
Marks the Content identified by the given contentId
value using the supplied connection as status
"Reviewed" by the user identified by userId. |
void |
ContentDbPersister.markUnreviewed(Id contentId,
Id userId)
Marks the Content identified by the given contentId
value using the supplied connection as status
"Not Reviewed" by the user identified by userId. |
void |
ContentDbPersister.markUnreviewed(Id contentId,
Id userId,
java.sql.Connection con)
Marks the Content identified by the given contentId
value using the supplied connection as status
"Not Reviewed" by the user identified by userId. |
void |
ContentDbPersister.reposition(Id id,
int newPosition)
Used to dictate the new position that the Content item should have using a connection from the
associated persistence manager's database container. |
void |
ContentDbPersister.reposition(Id id,
int newPosition,
java.sql.Connection con)
Used to dictate the new position that the Content item should have using the supplied connection. |
| Method parameters in blackboard.persist.content with type arguments of type Id | |
|---|---|
java.util.List<Link> |
LinkDbLoader.loadByLinkIdsAndCourseId(java.util.List<Id> linkId,
Id courseId)
|
java.util.List<Link> |
LinkDbLoader.loadByLinkIdsAndCourseId(java.util.List<Id> linkIds,
Id courseId,
java.sql.Connection con)
|
| Uses of Id in blackboard.persist.course |
|---|
| Methods in blackboard.persist.course that return types with arguments of type Id | |
|---|---|
java.util.Map<Id,java.util.List<User>> |
CourseMembershipDbLoader.loadInstructorsByUser(Id userId)
Load a Map of courseId to List of full Instructor names as a String for all courses in which the specified user is a member from the database using a connection obtained through this object's database context. |
java.util.Map<Id,java.util.List<User>> |
CourseMembershipDbLoader.loadInstructorsByUser(Id userId,
java.sql.Connection con)
Load a Map of courseId to List of full Instructor names as a String for all courses in which the specified user is a member from the database using the supplied connection. |
| Methods in blackboard.persist.course with parameters of type Id | |
|---|---|
void |
CourseMembershipDbPersister.deleteByCourseId(Id courseId)
Deletes the CourseMembership identified by the given Course Id
value using a connection from the associated persistence manager's
database container. |
void |
CourseMembershipDbPersister.deleteByCourseId(Id courseId,
java.sql.Connection con)
Deletes the CourseMembership identified by the given Course Id
value using the supplied connection. |
void |
GroupMembershipDbPersister.deleteById(Id id)
Deletes the GroupMembership identified by the given Id
value using a connection from the associated persistence manager's
database container. |
void |
GroupDbPersister.deleteById(Id id)
Deletes the Group identified by the given Id
value using a connection from the associated persistence manager's database
container. |
void |
CourseMembershipDbPersister.deleteById(Id id)
Deletes the CourseMembership identified by the given Id
value using a connection from the associated persistence manager's
database container. |
void |
CourseDbPersister.deleteById(Id id)
Deletes the Course identified by the given Id
value using a connection from the associated persistence manager's database
container. |
void |
CartridgeDbPersister.deleteById(Id id)
Deletes the Cartridge identified by the given Id
value using a connection from the associated persistence manager's database
container. |
void |
GroupMembershipDbPersister.deleteById(Id id,
java.sql.Connection con)
Deletes the GroupMembership identified by the given Id
value using the supplied connection. |
void |
GroupDbPersister.deleteById(Id id,
java.sql.Connection con)
Deletes the Group identified by the given Id
value using the supplied connection. |
void |
CourseMembershipDbPersister.deleteById(Id id,
java.sql.Connection con)
Deletes the CourseMembership identified by the given Id
value using the supplied connection. |
void |
CourseDbPersister.deleteById(Id id,
java.sql.Connection con)
Deletes the Course identified by the given Id
value using the supplied connection. |
void |
CartridgeDbPersister.deleteById(Id id,
java.sql.Connection con)
Deletes the Cartridge identified by the given Id
value using the supplied connection. |
static CourseSearch |
CourseSearch.getViewCatalogSearch(CourseSearch.SearchKey key,
SearchOperator op,
java.lang.String value,
SearchOperator dateOp,
java.util.Date createdDate,
Id categoryId,
Course.ServiceLevel serviceLevel)
Returns a course search object appropriate for use when rendering a course list with the course catalog as viewed by user (i.e., non-admin panel) Since this is not used from the admin panel, the entitlement clause is not added. |
boolean |
CourseMembershipDbLoader.isCourseUserEntrollmentAvailable(Id courseId,
Id userId)
Check to see if the given user's membership in the given course is available. |
boolean |
CourseMembershipDbLoader.isCourseUserExplicitlyDisabled(Id courseId,
Id userId)
Check to see if the given user's membership in the given course is explicitly disabled. |
java.util.List<Group> |
GroupDbLoader.loadAvailableByCourseId(Id courseId)
Load the list of available Groups contained with the course (identified by Id) |
java.util.List<Group> |
GroupDbLoader.loadAvailableByCourseId(Id courseId,
java.sql.Connection con)
Load the list of available Groups contained with the course (identified by Id) from the database using the supplied connection. |
java.util.List<CourseMembership> |
CourseMembershipDbLoader.loadByCourseAndGroupId(Id courseId,
Id groupId)
Load the CourseMembership with the given group and course id from the database using a connection obtained through this object's database context. |
java.util.List<CourseMembership> |
CourseMembershipDbLoader.loadByCourseAndGroupId(Id courseId,
Id groupId,
java.sql.Connection con)
Load the CourseMembership with the given group and course id from the database using the supplied connection. |
CourseMembership |
CourseMembershipDbLoader.loadByCourseAndUserId(Id courseId,
Id userId)
Load the CourseMembership with the given user and course id from the database using a connection obtained through this object's database context. |
CourseMembership |
CourseMembershipDbLoader.loadByCourseAndUserId(Id courseId,
Id userId,
java.sql.Connection con)
Load the CourseMembership with the given user and course id from the database using the supplied connection. |
CourseMembership |
CourseMembershipDbLoader.loadByCourseAndUserId(Id courseId,
Id userId,
java.sql.Connection con,
boolean withUser)
Load the CourseMembership with the given user and course id from the database using the supplied connection. |
CourseMembership |
CourseMembershipDbLoader.loadByCourseAndUserId(Id courseId,
Id userId,
java.sql.Connection con,
boolean withUser,
boolean onlyAvailable)
Load the CourseMembership with the given user and course id from the database using the supplied connection. |
BbList<Course> |
CourseDbLoader.loadByCourseCategoryId(Id id)
Load all course objects in the system that are defined to be within the given category (identified by id) in a light-weight fashion using a connection obtained through this object's database context. |
BbList<Course> |
CourseDbLoader.loadByCourseCategoryId(Id id,
java.sql.Connection con)
Load all course objects in the system that are defined to be within the given category (identified by id) in a light-weight fashion using the supplied connection. |
BbList<GroupMembership> |
GroupMembershipDbLoader.loadByCourseId(Id courseId)
Load the list of GroupMembership objects belonging to all groups defined within the given course (identified by id) using a connection obtained through this object's database context. |
BbList<Group> |
GroupDbLoader.loadByCourseId(Id courseId)
Load the list of Groups contained with the course (identified by Id) from the database using a connection obtained through this object's database context. |
BbList<CourseMembership> |
CourseMembershipDbLoader.loadByCourseId(Id courseId)
Load the list of CourseMembership objects belonging to the given course (identified by id) using a connection obtained through this object's database context. |
BbList<GroupMembership> |
GroupMembershipDbLoader.loadByCourseId(Id courseId,
java.sql.Connection con)
Load the list of GroupMembership objects belonging to all groups defined within the given course (identified by id) using the supplied connection. |
BbList<Group> |
GroupDbLoader.loadByCourseId(Id courseId,
java.sql.Connection con)
Load the list of Groups contained with the course (identified by Id) from the database using the supplied connection. |
BbList<CourseMembership> |
CourseMembershipDbLoader.loadByCourseId(Id courseId,
java.sql.Connection con)
Load the list of CourseMembership objects belonging to the given course (identified by id) using the supplied connection. |
BbList<CourseMembership> |
CourseMembershipDbLoader.loadByCourseId(Id courseId,
java.sql.Connection con,
boolean withUser)
Load the list of CourseMembership objects belonging to the given course (identified by id) using the supplied connection. |
BbList<CourseMembership> |
CourseMembershipDbLoader.loadByCourseIdAndInstructorFlag(Id courseId)
Load the list of CourseMembership objects which have the act_as_instructor_ind = "Y" within the specified course (identified by id) using a connection obtained through this object's database context. |
BbList<CourseMembership> |
CourseMembershipDbLoader.loadByCourseIdAndInstructorFlag(Id courseId,
java.sql.Connection con)
Load the list of CourseMembership objects which have the act_as_instructor_ind = "Y" within the specified course (identified by id) using the supplied connection. |
BbList<CourseMembership> |
CourseMembershipDbLoader.loadByCourseIdAndInstructorFlag(Id courseId,
java.sql.Connection con,
boolean withUser)
Load the list of CourseMembership objects which have the act_as_instructor_ind = "Y" within the specified course (identified by id) using the supplied connection. |
BbList<CourseMembership> |
CourseMembershipDbLoader.loadByCourseIdAndRole(Id courseId,
CourseMembership.Role role)
Load the list of CourseMembership objects which have the given role within the specified course (identified by id) using a connection obtained through this object's database context. |
BbList<CourseMembership> |
CourseMembershipDbLoader.loadByCourseIdAndRole(Id courseId,
CourseMembership.Role role,
java.sql.Connection con)
Load the list of CourseMembership objects which have the given role within the specified course (identified by id) using the supplied connection. |
BbList<CourseMembership> |
CourseMembershipDbLoader.loadByCourseIdAndRole(Id courseId,
CourseMembership.Role role,
java.sql.Connection con,
boolean withUser)
Load the list of CourseMembership objects which have the given role within the specified course (identified by id) using the supplied connection. |
java.util.List<CourseMembership> |
CourseMembershipDbLoader.loadByCourseIdAndRoles(Id courseId,
java.util.List<CourseMembership.Role> roles)
Gets a list of members by course id and roles. |
java.util.List<CourseMembership> |
CourseMembershipDbLoader.loadByCourseIdAndRoles(Id courseId,
java.util.List<CourseMembership.Role> roles,
java.sql.Connection con)
Gets a list of members by course id and roles. |
BbList<CourseMembership> |
CourseMembershipDbLoader.loadByCourseIdWithUserInfo(Id courseId)
Load the list of CourseMembership objects belonging to the given course (identified by id) using a connection obtained through this object's database context. |
BbList<CourseMembership> |
CourseMembershipDbLoader.loadByCourseIdWithUserInfo(Id courseId,
java.sql.Connection con)
Load the list of CourseMembership objects belonging to the given course (identified by id) using the supplied connection. |
java.util.List<GroupMembership> |
GroupMembershipDbLoader.loadByGroupAndRole(Id groupId,
CourseMembership.Role role)
Load the GroupMembership with the given course role and group id from the database using a connection obtained through this object's database context. |
java.util.List<GroupMembership> |
GroupMembershipDbLoader.loadByGroupAndRole(Id groupId,
CourseMembership.Role role,
java.sql.Connection con)
Load the GroupMembership with the given course role and group id from the database using the supplied connection. |
GroupMembership |
GroupMembershipDbLoader.loadByGroupAndUserId(Id groupId,
Id userId)
Load the GroupMembership with the given user and group id from the database using a connection obtained through this object's database context. |
GroupMembership |
GroupMembershipDbLoader.loadByGroupAndUserId(Id groupId,
Id userId,
java.sql.Connection con)
Load the GroupMembership with the given user and group id from the database using the supplied connection. |
BbList<GroupMembership> |
GroupMembershipDbLoader.loadByGroupId(Id groupId)
Load the list of GroupMembership objects belonging to the given group (identified by id) using a connection obtained through this object's database context. |
BbList<GroupMembership> |
GroupMembershipDbLoader.loadByGroupId(Id groupId,
java.sql.Connection con)
Load the list of GroupMembership objects belonging to the given group (identified by id) using the supplied connection. |
GroupMembership |
GroupMembershipDbLoader.loadById(Id id)
Load the GroupMembership with the given Id from the database using a connection obtained through this object's database context. |
Group |
GroupDbLoader.loadById(Id id)
Load the Group with the given Id from the database using a connection obtained through this object's database context. |
CourseMembership |
CourseMembershipDbLoader.loadById(Id id)
Load the CourseMembership with the given Id from the database using a connection obtained through this object's database context. |
Course |
CourseDbLoader.loadById(Id id)
Load the Course with the given Id from the database in a lightweight fashion using a connection obtained through this object's database context. |
Cartridge |
CartridgeDbLoader.loadById(Id id)
Load the Cartridge with the given Id from the database using a connection obtained through this object's database context. |
GroupMembership |
GroupMembershipDbLoader.loadById(Id id,
java.sql.Connection con)
Load the GroupMembership with the given Id from the database using the supplied connection. |
Group |
GroupDbLoader.loadById(Id id,
java.sql.Connection con)
Load the Group with the given Id from the database using the supplied connection. |
CourseMembership |
CourseMembershipDbLoader.loadById(Id id,
java.sql.Connection con)
Load the CourseMembership with the given Id from the database using the supplied connection. |
Course |
CourseDbLoader.loadById(Id id,
java.sql.Connection con)
Load the Course with the given Id from the database in a lightweight fashion using the supplied connection. |
Cartridge |
CartridgeDbLoader.loadById(Id id,
java.sql.Connection con)
Load the Cartridge with the given Id from the database using the supplied connection. |
CourseMembership |
CourseMembershipDbLoader.loadById(Id id,
java.sql.Connection con,
boolean withUser)
Load the CourseMembership with the given Id from the database using the supplied connection. |
Course |
CourseDbLoader.loadById(Id id,
java.sql.Connection con,
boolean bHeavy)
Load the Course with the given Id from the database in the specified fashion (lightweight or heavyweight) using the supplied connection. |
BbList<Course> |
CourseDbLoader.loadByOrgCategoryId(Id id)
Load all organization objects in the system that are defined to be within the given category (identified by id) in a light-weight fashion using a connection obtained through this object's database context. |
BbList<Course> |
CourseDbLoader.loadByOrgCategoryId(Id id,
java.sql.Connection con)
Load all organization objects in the system that are defined to be within the given category (identified by id) in a light-weight fashion using the supplied connection. |
CourseCourse |
CourseCourseDbLoader.loadByParentChildIds(Id parentCourseId,
Id childCourseId)
Loads relationship based on both the parent Id and one of the child's Ids |
CourseCourse |
CourseCourseDbLoader.loadByParentChildIds(Id parentCourseId,
Id childCourseId,
java.sql.Connection con)
Loads relationship based on both the parent Id and one of the child's Ids |
java.util.List<CourseCourse> |
CourseCourseDbLoader.loadByParentId(Id parentCourseId)
Loads relationships based on the parent Id |
java.util.List<CourseCourse> |
CourseCourseDbLoader.loadByParentId(Id parentCourseId,
java.sql.Connection con)
Loads relationships based on the parent Id |
BbList<Course> |
CourseDbLoader.loadByServiceLevelAndRoles(Id userId,
Course.ServiceLevel serviceLevel,
java.util.List<CourseMembership.Role> roles)
Returns all courses of the given service level, in which the given user is enrolled with one of the given set of roles. |
BbList<CourseMembership> |
CourseMembershipDbLoader.loadByUserId(Id userId)
Load the list of CourseMembership objects belonging to the given user (identified by id) using a connection obtained through this object's database context. |
BbList<Course> |
CourseDbLoader.loadByUserId(Id userId)
Load the list of Course objects in a lightweight fashion in which the given user (identified by id) is enrolled using a connection obtained through this object's database context. |
BbList<CourseMembership> |
CourseMembershipDbLoader.loadByUserId(Id userId,
java.sql.Connection con)
Load the list of CourseMembership objects belonging to the given user (identified by id) using the supplied connection. |
BbList<Course> |
CourseDbLoader.loadByUserId(Id userId,
java.sql.Connection con)
Load the list of Course objects in a lightweight fashion in which the given user (identified by id) is enrolled using the supplied connection. |
BbList<Course> |
CourseDbLoader.loadByUserId(Id userid,
java.sql.Connection con,
boolean bHeavy)
Load the list of Course objects in the specified fashion (lightweight or heavyweight) in which the given user (identified by id) is enrolled using the supplied connection. |
BbList<CourseMembership> |
CourseMembershipDbLoader.loadByUserId(Id userId,
java.sql.Connection con,
boolean withUser,
boolean onlyAvailable)
Load the list of CourseMembership objects belonging to the given user (identified by id) using the supplied connection. |
BbList<Course> |
CourseDbLoader.loadByUserIdAndCourseMembershipRole(Id userId,
CourseMembership.Role role)
Load the list of Course objects in a lightweight fashion in which the given user (identified by id) is enrolled with a specific course based role using a connection obtained through this object's database context. |
BbList<Course> |
CourseDbLoader.loadByUserIdAndCourseMembershipRole(Id userId,
CourseMembership.Role role,
java.sql.Connection con)
Load the list of Course objects in a lightweight fashion in which the given user (identified by id) is enrolled with a specific course based role using the supplied connection. |
BbList<Course> |
CourseDbLoader.loadByUserIdAndCourseMembershipRole(Id userid,
CourseMembership.Role role,
java.sql.Connection con,
boolean bHeavy)
Load the list of Course objects in the specified fashion (lightweight or heavyweight) in which the given user (identified by id) with a specific course based role is enrolled using the supplied connection. |
BbList<Course> |
CourseDbLoader.loadByUserIdAndDirectEnrollments(Id userId)
Load the list of Course objects in which the given user (identified by id) is directly enrolled |
BbList<Course> |
CourseDbLoader.loadByUserIdAndDirectEnrollments(Id userId,
java.sql.Connection con)
Load the list of Course objects in which the given user (identified by id) is directly enrolled using the supplied connection. |
BbList<CourseMembership> |
CourseMembershipDbLoader.loadByUserIdAndRoles(Id userId,
Course.ServiceLevel serviceLevel,
java.util.List<CourseMembership.Role> roles)
Returns all of the givens user's enrollments to courses of the given service level, where the user is enrolled with one of the given set of roles. |
BbList<Course> |
CourseDbLoader.loadByUserIdAndSortColumns(Id userId,
java.util.List<java.lang.String> sortColumns,
Course.ServiceLevel serviceLevel)
Load the list of Course objects in a lightweight fashion in which the given user (identified by id) is enrolled using a connection obtained through this object's database context. |
BbList<Course> |
CourseDbLoader.loadByUserIdAndSortColumns(Id userId,
java.util.List<java.lang.String> sortColumns,
Course.ServiceLevel serviceLevel,
java.sql.Connection con)
Load the list of Course objects in a lightweight fashion in which the given user (identified by id) is enrolled using a connection obtained through this object's database context. |
BbList<Course> |
CourseDbLoader.loadByUserIdForLearners(Id userId)
Load the list of Course objects in a lightweight fashion in which the given user (identified by id) is enrolled with a specific course based learner role using a connection obtained through this object's database context. |
BbList<Course> |
CourseDbLoader.loadByUserIdForLearners(Id userId,
java.sql.Connection con)
Load the list of Course objects in a lightweight fashion in which the given user (identified by id) is enrolled with a specific course based learner role using the supplied connection. |
BbList<Course> |
CourseDbLoader.loadByUserIdForLearners(Id userid,
java.sql.Connection con,
boolean bHeavy)
Load the list of Course objects in the specified fashion (lightweight or heavyweight) in which the given user (identified by id) with a specific course based learner role is enrolled using the supplied connection. |
java.util.Map<Id,java.util.List<User>> |
CourseMembershipDbLoader.loadInstructorsByUser(Id userId)
Load a Map of courseId to List of full Instructor names as a String for all courses in which the specified user is a member from the database using a connection obtained through this object's database context. |
java.util.Map<Id,java.util.List<User>> |
CourseMembershipDbLoader.loadInstructorsByUser(Id userId,
java.sql.Connection con)
Load a Map of courseId to List of full Instructor names as a String for all courses in which the specified user is a member from the database using the supplied connection. |
CourseCourse |
CourseCourseDbLoader.loadParent(Id childCourseId)
Loads relationship based on one of the child's Ids |
CourseCourse |
CourseCourseDbLoader.loadParent(Id childCourseId,
java.sql.Connection con)
Loads relationship based on one of the child's Ids |
java.util.List<CourseCourse> |
CourseCourseDbLoader.loadParents(Id childCourseId)
Deprecated. Since 9.0. A child course cannot have more than one parent. Use CourseCourseDbLoader.loadParent(blackboard.persist.Id) |
java.util.List<CourseCourse> |
CourseCourseDbLoader.loadParents(Id childCourseId,
java.sql.Connection con)
Deprecated. Since 9.0. A child course cannot have more than one parent. Use CourseCourseDbLoader.loadParent(blackboard.persist.Id,java.sql.Connection) |
void |
CourseSearch.setNodeParameter(Id nodeId)
|
| Method parameters in blackboard.persist.course with type arguments of type Id | |
|---|---|
java.util.List<CourseMembership> |
CourseMembershipDbLoader.loadByIdsAndCourseIdsAndUserIdsAndRoleIds(java.util.List<Id> ids,
java.util.List<Id> courseIds,
java.util.List<Id> userIds,
java.util.List<CourseMembership.Role> roles)
Load the list of CourseMembership records with the given Ids from the database using the supplied connection. |
java.util.List<CourseMembership> |
CourseMembershipDbLoader.loadByIdsAndCourseIdsAndUserIdsAndRoleIds(java.util.List<Id> ids,
java.util.List<Id> courseIds,
java.util.List<Id> userIds,
java.util.List<CourseMembership.Role> roles)
Load the list of CourseMembership records with the given Ids from the database using the supplied connection. |
java.util.List<CourseMembership> |
CourseMembershipDbLoader.loadByIdsAndCourseIdsAndUserIdsAndRoleIds(java.util.List<Id> ids,
java.util.List<Id> courseIds,
java.util.List<Id> userIds,
java.util.List<CourseMembership.Role> roles)
Load the list of CourseMembership records with the given Ids from the database using the supplied connection. |
java.util.List<CourseMembership> |
CourseMembershipDbLoader.loadByIdsAndCourseIdsAndUserIdsAndRoleIds(java.util.List<Id> ids,
java.util.List<Id> courseIds,
java.util.List<Id> userIds,
java.util.List<CourseMembership.Role> roles,
java.sql.Connection con)
Load the list of CourseMembership records with the given Ids from the database using the supplied connection. |
java.util.List<CourseMembership> |
CourseMembershipDbLoader.loadByIdsAndCourseIdsAndUserIdsAndRoleIds(java.util.List<Id> ids,
java.util.List<Id> courseIds,
java.util.List<Id> userIds,
java.util.List<CourseMembership.Role> roles,
java.sql.Connection con)
Load the list of CourseMembership records with the given Ids from the database using the supplied connection. |
java.util.List<CourseMembership> |
CourseMembershipDbLoader.loadByIdsAndCourseIdsAndUserIdsAndRoleIds(java.util.List<Id> ids,
java.util.List<Id> courseIds,
java.util.List<Id> userIds,
java.util.List<CourseMembership.Role> roles,
java.sql.Connection con)
Load the list of CourseMembership records with the given Ids from the database using the supplied connection. |
| Constructors in blackboard.persist.course with parameters of type Id | |
|---|---|
CourseSearch.CourseSearchQuery(boolean heavyLoad,
Id userId)
This constructor initializes the map with CourseDbMap.MAP if heavyLoad is required. |
|
CourseSearch.CourseSearchQuery(Id userId)
Default constructor |
|
| Uses of Id in blackboard.persist.discussionboard |
|---|
| Methods in blackboard.persist.discussionboard that return Id | |
|---|---|
Id[] |
MessageDbLoader.findPreviousAndNextThreadIdsInForum(Id forumId,
Id threadId,
Id userId)
Given the id of a thread in a forum, loads the previous and next thread ids for threads in the same forum. |
Id[] |
MessageDbLoader.findPreviousAndNextThreadIdsInForum(Id forumId,
Id threadId,
Id userId,
java.sql.Connection con)
Given the id of a thread in a forum, loads the previous and next thread ids for threads in the same forum. |
Id |
ForumDbLoader.forumSingleCopy(Id s_forum_id,
Id t_conference_id,
boolean ifCopyAll,
boolean copyAlignments,
java.lang.String session_id,
java.lang.String forum_name)
Copies a selected forum to a conference. |
Id |
ForumDbLoader.forumSingleCopy(Id s_forum_id,
Id t_conference_id,
boolean ifCopyAll,
java.lang.String session_id,
java.lang.String forum_name)
Deprecated. Since 9.1. Use ForumDbLoader.forumSingleCopy(Id, Id, boolean, boolean, String, String) |
Id |
ForumDbLoader.loadIdByForumOrThreadLinkRefId(Id courseId,
java.lang.String linkrefid)
Load the Forum Id for which the linkrefid belongs, either directly or to one of its threads if the forum is actually set to be graded by thread |
Id |
ForumDbLoader.loadIdByForumOrThreadLinkRefId(Id courseId,
java.lang.String linkrefid,
java.sql.Connection con)
Load the Forum Id for which the linkrefid belongs, either directly or to one of its threads if the forum is actually set to be graded by thread |
| Methods in blackboard.persist.discussionboard with parameters of type Id | |
|---|---|
java.util.List<Message> |
MessageDbLoader.collectMessagesBySearch(Id user_id,
java.lang.String key_word,
java.lang.String start_date,
java.lang.String end_date,
java.lang.String scope_level,
Id scope_pk1)
Deprecated. Since 7.3. This loader does not load message status objects with the messages. Use MessageDbLoader.loadMessagesBySearchWithStatus(Id, String, Id, String, String, String, boolean, boolean, boolean, Connection) |
java.util.List<Message> |
MessageDbLoader.collectMessagesBySearch(Id user_id,
java.lang.String key_word,
java.lang.String start_date,
java.lang.String end_date,
java.lang.String scope_level,
Id scope_pk1,
java.sql.Connection con)
Deprecated. Since 7.3. This loader does not load message status objects with the messages. Use MessageDbLoader.loadMessagesBySearchWithStatus(Id, String, Id, String, String, String, boolean, boolean, boolean) instead. |
java.util.List<Message> |
MessageDbLoader.collectMessagesByThreadId(Id thread_id)
Deprecated. Since 7.3. This loader does not load message status objects with the messages. Use MessageDbLoader.loadMessageThreadWithStatus(Id, Id, boolean, boolean, boolean) instead. |
java.util.List<Message> |
MessageDbLoader.collectMessagesByThreadId(Id thread_id,
java.sql.Connection con)
Deprecated. Since 7.3. This loader does not load message status objects with the messages. Use MessageDbLoader.loadMessageThreadWithStatus(Id, Id, boolean, boolean, boolean, Connection) instead. |
java.util.List<Message> |
MessageDbLoader.collectMessagesByUserIdAndForumId(Id user_id,
Id forum_id)
Deprecated. Since 7.3. This loader does not load message status objects with the messages. Use MessageDbLoader.loadMessagesByForumIdAndAuthorIdWithStatus(Id, Id, Id, boolean, boolean, boolean) instead. |
java.util.List<Message> |
MessageDbLoader.collectMessagesByUserIdAndForumId(Id user_id,
Id forum_id,
java.sql.Connection con)
Deprecated. Since 7.3. This loader does not load message status objects with the messages. Use MessageDbLoader.loadMessagesByForumIdAndAuthorIdWithStatus(Id, Id, Id, boolean, boolean, boolean, Connection) instead. |
java.util.List<Message> |
MessageDbLoader.collectMessagesByUserIdAndThreadId(Id user_id,
Id thread_id)
Deprecated. Since 7.3. This loader does not load message status objects with the messages. Use MessageDbLoader.loadMessagesByThreadIdAndAuthorIdWithStatus(Id, Id, Id, boolean, boolean, boolean) instead. |
java.util.List<Message> |
MessageDbLoader.collectMessagesByUserIdAndThreadId(Id user_id,
Id thread_id,
java.sql.Connection con)
Deprecated. Since 7.3. This loader does not load message status objects with the messages. Use MessageDbLoader.loadMessagesByThreadIdAndAuthorIdWithStatus(Id, Id, Id, boolean, boolean, boolean) instead. |
Forum |
ForumDbLoader.copySingleForum(Id conferenceId,
java.lang.Boolean ifCopyAll)
Deprecated. Since 9.0 |
void |
ForumDbPersister.deleteByConferenceId(Id confId)
Deletes the Forums in the Conference with the
given Id value using a connection from the associated
persistence manager's database container. |
void |
ForumDbPersister.deleteByConferenceId(Id confId,
java.sql.Connection con)
Deletes the Forums in the Conference with the
given Id value using the supplied connection. |
void |
ConferenceOwnerDbPersister.deleteByCourseId(Id id)
Deletes the ConferenceOwner identified by the given Id
value using a connection from the associated persistence manager's
database container. |
void |
ConferenceDbPersister.deleteByCourseId(Id id)
Deletes the Conferences in a Course with the given Id
value using a connection from the associated persistence manager's
database container. |
void |
ConferenceOwnerDbPersister.deleteByCourseId(Id id,
java.sql.Connection con)
Deletes the ConferenceOwner identified by the given Id
value using the supplied connection. |
void |
ConferenceDbPersister.deleteByCourseId(Id id,
java.sql.Connection con)
Deletes the Conferences in a Course with the given Id
value using the supplied connection. |
void |
MessageDbPersister.deleteByForumId(Id forumId)
Deletes the Messages in the Forum with the given
Id value using a connection from the associated persistence
manager's database container. |
void |
MessageDbPersister.deleteByForumId(Id forumId,
java.sql.Connection con)
Deletes the Messages in the Forum with the given
Id value using the supplied connection. |
void |
ConferenceOwnerDbPersister.deleteByGroupId(Id id)
Deletes the ConferenceOwner identified by the given Id
value using a connection from the associated persistence manager's
database container. |
void |
ConferenceDbPersister.deleteByGroupId(Id id)
Deletes the Conferences in a Group with the given Id
value using a connection from the associated persistence manager's
database container. |
void |
ConferenceOwnerDbPersister.deleteByGroupId(Id id,
java.sql.Connection con)
Deletes the ConferenceOwner identified by the given Id
value using the supplied connection. |
void |
ConferenceDbPersister.deleteByGroupId(Id id,
java.sql.Connection con)
Deletes the Conferences in a Group with the given Id
value using the supplied connection. |
void |
UserMsgStateDbPersister.deleteById(Id id)
Deletes the UserMsgState identified by the given Id
value using a connection from the associated persistence manager's
database container. |
void |
UserForumSettingsDbPersister.deleteById(Id id)
Deletes the UserForumSettings identified by the given Id
value using a connection from the associated persistence manager's
database container. |
void |
MessageLabelDbPersister.deleteById(Id id)
Deletes the MessageLabel identified by the given Id
value using a connection from the associated
persistence manager's database container. |
void |
MessageDbPersister.deleteById(Id id)
Deletes the Message identified by the given Id
value using a connection from the associated persistence manager's
database container. |
void |
MessageAttachmentDbPersister.deleteById(Id id)
Deletes the MessageAttachment identified by the given Id
value using a connection from the associated persistence manager's
database container. |
void |
ForumDbPersister.deleteById(Id id)
Deletes the Forum identified by the given Id
value using a connection from the associated persistence manager's
database container. |
void |
ConferenceOwnerDbPersister.deleteById(Id id)
Deletes the ConferenceOwner identified by the given Id
value using a connection from the associated persistence manager's
database container. |
void |
ConferenceDbPersister.deleteById(Id id)
Deletes the Conference identified by the given Id
value using a connection from the associated persistence manager's
database container. |
void |
UserMsgStateDbPersister.deleteById(Id id,
java.sql.Connection con)
Deletes the UserMsgState identified by the given Id
value using the supplied connection. |
void |
UserForumSettingsDbPersister.deleteById(Id id,
java.sql.Connection con)
Deletes the UserForumSettings identified by the given Id
value using the supplied connection. |
void |
MessageLabelDbPersister.deleteById(Id id,
java.sql.Connection con)
Deletes the MessageLabel identified by the given Id
value using the supplied connection. |
void |
MessageDbPersister.deleteById(Id id,
java.sql.Connection con)
Deletes the Message identified by the given Id
value using the supplied connection. |
void |
MessageAttachmentDbPersister.deleteById(Id id,
java.sql.Connection con)
Deletes the MessageAttachment identified by the given Id
value using the supplied connection. |
void |
ForumDbPersister.deleteById(Id id,
java.sql.Connection con)
Deletes the Forum identified by the given Id
value using the supplied connection. |
void |
ConferenceOwnerDbPersister.deleteById(Id id,
java.sql.Connection con)
Deletes the ConferenceOwner identified by the given Id
value using the supplied connection. |
void |
ConferenceDbPersister.deleteById(Id id,
java.sql.Connection con)
Deletes the Conference identified by the given Id
value using the supplied connection. |
void |
MessageLabelDbPersister.deleteByMessageId(Id messageId)
Deletes the MessageLabel that belongs to the Message
identified by the given Id value using a connection from the associated persistence manager's database
container. |
void |
MessageAttachmentDbPersister.deleteByMessageId(Id messageId)
Deletes the MessageAttachment that belongs to the Message
identified by the given Id value using a connection from the
associated persistence manager's database container. |
void |
MessageLabelDbPersister.deleteByMessageId(Id messageId,
java.sql.Connection con)
Deletes the MessageLabel that belongs to the Message
identified by the given Id value using the supplied connection. |
void |
MessageAttachmentDbPersister.deleteByMessageId(Id messageId,
java.sql.Connection con)
Deletes the MessageAttachment that belongs to the Message
identified by the given Id value using the supplied connection. |
void |
UserMsgStateDbPersister.deleteByMsgMainId(Id id)
Deletes the UserMsgState identified by the given message id
value using a connection from the associated persistence manager's
database container. |
void |
UserMsgStateDbPersister.deleteByMsgMainId(Id id,
java.sql.Connection con)
Deletes the UserMsgState identified by the given message id
value using a supplied connection. |
void |
ConferenceDbPersister.deleteByOwnerId(Id id)
Deletes the Conferences in a Course with the given
Conference Owner Id value using a connection from the associated persistence manager's
database container. |
void |
ConferenceDbPersister.deleteByOwnerId(Id id,
java.sql.Connection con)
Deletes the Conferences in a Course with the given
Conference Owner Id value using the supplied connection. |
void |
UserMsgStateDbPersister.deleteByUserId(Id id)
Deletes the UserMsgState identified by the given user id
value using a connection from the associated persistence manager's
database container. |
void |
UserMsgStateDbPersister.deleteByUserId(Id id,
java.sql.Connection con)
Deletes the UserMsgState identified by the given user id
value using a supplied connection. |
Id[] |
MessageDbLoader.findPreviousAndNextThreadIdsInForum(Id forumId,
Id threadId,
Id userId)
Given the id of a thread in a forum, loads the previous and next thread ids for threads in the same forum. |
Id[] |
MessageDbLoader.findPreviousAndNextThreadIdsInForum(Id forumId,
Id threadId,
Id userId,
java.sql.Connection con)
Given the id of a thread in a forum, loads the previous and next thread ids for threads in the same forum. |
Id |
ForumDbLoader.forumSingleCopy(Id s_forum_id,
Id t_conference_id,
boolean ifCopyAll,
boolean copyAlignments,
java.lang.String session_id,
java.lang.String forum_name)
Copies a selected forum to a conference. |
Id |
ForumDbLoader.forumSingleCopy(Id s_forum_id,
Id t_conference_id,
boolean ifCopyAll,
java.lang.String session_id,
java.lang.String forum_name)
Deprecated. Since 9.1. Use ForumDbLoader.forumSingleCopy(Id, Id, boolean, boolean, String, String) |
void |
UserMsgStateDbPersister.incrementMessagesReadCount(java.util.List<Id> messageIds,
Id userId)
Increments the read count for the specified messages and user id using a connection from the associated persistence manager's database container. |
void |
UserMsgStateDbPersister.incrementMessagesReadCount(java.util.List<Id> messageIds,
Id userId,
java.sql.Connection con)
Increments the read count for the specified messages and user id using the specified database connection. |
BbList<Conference> |
ConferenceDbLoader.loadAllByCourseId(Id courseId)
Loads all of the Conferences for the given course (identified
by id) from the database using a connection obtained through this object's
database context. |
blackboard.persist.DataList<UserForumSettings> |
UserForumSettingsDbLoader.loadAllByCourseId(Id courseId,
boolean includeGroups,
java.sql.Connection con)
Loads the UserForumSettingss for the given course (identified by id) from the database using the supplied connection. |
blackboard.persist.DataList<Forum> |
ForumDbLoader.loadAllByCourseId(Id courseId,
boolean includeGroups,
java.sql.Connection con)
Loads the Forums for the given course (identified by id) from the database using the supplied connection. |
blackboard.persist.DataList<UserMsgState> |
UserMsgStateDbLoader.loadAllByCourseId(Id courseMainId,
java.sql.Connection con)
Load the UserMsgStates for the given course (identified by id)
from the database using the supplied connection. |
BbList<Conference> |
ConferenceDbLoader.loadAllByCourseId(Id courseId,
java.sql.Connection con)
Load the Conferences for the given course (identified by id)
from the database using the supplied connection. |
BbList<Message> |
MessageDbLoader.loadAllByForumId(Id forumId)
Loads the list of top level Messages with the given parent forum Id from the database in a lightweight fashion using a connection obtained through this object's database context. |
BbList<Message> |
MessageDbLoader.loadAllByForumId(Id forumId,
java.sql.Connection con)
Loads the list of all Messages with the given parent forum Id from the database in a lightweight fashion using the supplied connection. |
java.util.List<UserMsgState> |
UserMsgStateDbLoader.loadAllByMsgMainIdAndUserId(Id msgMainId,
Id userId)
Load a List |
java.util.List<UserMsgState> |
UserMsgStateDbLoader.loadAllByMsgMainIdAndUserId(Id msgMainId,
Id userId,
java.sql.Connection con)
Load a List |
BbList<Forum> |
ForumDbLoader.loadByConferenceId(Id confId)
Load a blackboard.base.BbList containing the Forums in the Conference with the given Id from the database using a connection obtained through this object's database context. |
BbList<Forum> |
ForumDbLoader.loadByConferenceId(Id confId,
java.sql.Connection con)
Load a Forum with the given Id, and load top level messages contained in the forum from the database using the supplied connection. |
ConferenceOwner |
ConferenceOwnerDbLoader.loadByCourseId(Id id)
Load the ConferenceOwner for the given course (identified by
id) from the database using a connection obtained through this object's
database context. |
Conference |
ConferenceDbLoader.loadByCourseId(Id courseId)
Load the Conference for the given course (identified by id)
from the database using a connection obtained through this object's database
context. |
blackboard.persist.DataList<UserMsgState> |
UserMsgStateDbLoader.loadByCourseId(Id courseMainId,
java.sql.Connection con)
Load the UserMsgStates for the given course (identified by id)
from the database using the supplied connection. |
ConferenceOwner |
ConferenceOwnerDbLoader.loadByCourseId(Id id,
java.sql.Connection con)
Load the ConferenceOwner for the given course (identified by
id) from the database using the supplied connection. |
Conference |
ConferenceDbLoader.loadByCourseId(Id courseId,
java.sql.Connection con)
Load the Conference for the given course (identified by id)
from the database using the supplied connection. |
BbList<UserForumSettings> |
UserForumSettingsDbLoader.loadByForumId(Id forumId)
Load the UserForumSettings object for the given Forum Id (identified by forumId) using a connection obtained through this object's database context. |
BbList<MessageLabel> |
MessageLabelDbLoader.loadByForumId(Id forumId)
Loads the list of Message labels that belong to messages located within the given forum (identified by Id) using a connection obtained through this object's database context. |
BbList<Message> |
MessageDbLoader.loadByForumId(Id forumId)
Loads the list of all Messages with the given parent forum Id from the database in a lightweight fashion using a connection obtained through this object's database context. |
BbList<MessageAttachment> |
MessageAttachmentDbLoader.loadByForumId(Id forumId)
Loads the list of Message attachments that belong to messages located within the given forum (identified by Id) using a connection obtained through this object's database context. |
BbList<UserForumSettings> |
UserForumSettingsDbLoader.loadByForumId(Id forumId,
java.sql.Connection con)
Load the UserForumSettings object for the given Forum Id (identified by forumId) using the supplied connection. |
BbList<MessageLabel> |
MessageLabelDbLoader.loadByForumId(Id forumId,
java.sql.Connection con)
Loads the list of Message labels that belong to messages located within the given forum (identified by Id) using the supplied connection. |
BbList<Message> |
MessageDbLoader.loadByForumId(Id forumId,
java.sql.Connection con)
Loads the list of top level Messages with the given parent forum Id from the database in a lightweight fashion using the supplied connection. |
BbList<MessageAttachment> |
MessageAttachmentDbLoader.loadByForumId(Id forumId,
java.sql.Connection con)
Loads the list of Message attachments that belong to messages located within the given forum (identified by Id) using the supplied connection. |
BbList<Message> |
MessageDbLoader.loadByForumId(Id forumId,
java.sql.Connection con,
boolean bDeep,
boolean bHeavy)
Loads a list of Messages with the given parent forum Id from the database in the specified fashion (lightweight or heavyweight) using the supplied connection. |
java.util.List<Message> |
MessageDbLoader.loadByForumIdAndGradeColumnDeletedStatus(Id forumId,
boolean deleted)
Load the list of threads/messages under a specified forum which have associated GradableItem with specified deleted flag. |
Forum |
ForumDbLoader.loadByForumIdAndGradedForumDeletedStatus(Id forumId,
boolean deleted)
Load the forum by id and the deleted status of the associated GradableItem. |
Forum |
ForumDbLoader.loadByForumIdAndGradedThreadDeletedStatus(Id forumId,
boolean deleted)
Loads the forum which has threads with the specified deleted status for the associated GradableItem. |
BbList<Message> |
MessageDbLoader.loadByForumIdAndLifeCycle(Id forumId,
Message.MessageLifecycle ml)
Loads the list of top level Messages with the given parent forum Id and the message's lifecycle from the database in a lightweight fashion using a connection obtained through this object's database context. |
BbList<Message> |
MessageDbLoader.loadByForumIdAndLifeCycle(Id forumId,
Message.MessageLifecycle ml,
java.sql.Connection con)
Loads the list of top level Messages with the given parent forum Id and the message's lifecycle from the database in a lightweight fashion using a supplied connection . |
Message |
MessageDbLoader.loadByForumIdAndLinkRefId(Id forumId,
java.lang.String linkRefId)
Load the thread/message with the specified forum id and link ref id. |
UserForumSettings |
UserForumSettingsDbLoader.loadByForumIdAndUserId(Id forumId,
Id userId)
Load the UserForumSettings object for the given Forum Id (identified by forumId) using a connection obtained through this object's database context. |
UserForumSettings |
UserForumSettingsDbLoader.loadByForumIdAndUserId(Id forumId,
Id userId,
java.sql.Connection conn)
Load the UserForumSettings object for the given Forum Id (identified by forumId) using the supplied connection. |
java.util.List<Forum> |
ForumDbLoader.loadByForumIdsAndGradedForumDeletedStatus(Id courseId,
Id[] forumIds,
boolean deleted)
Loads a list of forums which has the specified deleted status for the associated GradableItem. |
java.util.List<Forum> |
ForumDbLoader.loadByForumIdsAndGradedForumDeletedStatus(Id courseId,
Id[] forumIds,
boolean deleted)
Loads a list of forums which has the specified deleted status for the associated GradableItem. |
java.util.List<Forum> |
ForumDbLoader.loadByForumIdsAndGradedThreadDeletedStatus(Id[] forumIds,
boolean deleted)
Loads the list of forums which has threads with the specified deleted status for the associated GradableItem. |
ConferenceOwner |
ConferenceOwnerDbLoader.loadByGroupId(Id id)
Load the ConferenceOwner for the given group (identified by
id) from the database using a connection obtained through this object's
database context. |
Conference |
ConferenceDbLoader.loadByGroupId(Id groupId)
Load the Conference for the given group (identified by id) from
the database using a connection obtained through this object's database
context. |
ConferenceOwner |
ConferenceOwnerDbLoader.loadByGroupId(Id id,
java.sql.Connection con)
Load the ConferenceOwner for the given group (identified by
id) from the database using the supplied connection. |
Conference |
ConferenceDbLoader.loadByGroupId(Id groupId,
java.sql.Connection con)
Load the Conference for the given group (identified by id) from
the database using the supplied connection. |
java.util.List<Forum> |
ForumDbLoader.loadByGroupIdAndGradedForumStatus(Id courseId,
Id groupId,
boolean deleted)
Load the list of forums which belongs to a group and have associated GradableItem with specified deleted flag. |
java.util.List<Forum> |
ForumDbLoader.loadByGroupIdAndGradedThreadStatus(Id courseId,
Id groupId,
boolean deleted)
Load the list of forums which belongs to a group and has threads that have associated GradableItem with specified deleted flag. |
UserMsgState |
UserMsgStateDbLoader.loadById(Id id)
Load a UserMsgState with the given Id from the database using a connection obtained through this object's database context. |
UserForumSettings |
UserForumSettingsDbLoader.loadById(Id id)
Load the UserForumSettings with the given Id from the database using a connection obtained through this object's database context. |
MessageLabel |
MessageLabelDbLoader.loadById(Id id)
Load the Message label with the given Id from the database using a connection obtained through this object's database context. |
Message |
MessageDbLoader.loadById(Id id)
Load the Message with the given Id from the database in a lightweight fashion using a connection obtained through this object's database context. |
MessageAttachment |
MessageAttachmentDbLoader.loadById(Id id)
Load the Message attachment with the given Id from the database using a connection obtained through this object's database context. |
Forum |
ForumDbLoader.loadById(Id id)
Load the Forum with the given Id from the database using a connection obtained through this object's database context. |
ConferenceOwner |
ConferenceOwnerDbLoader.loadById(Id id)
Load the ConferenceOwner with the given Id from the database using a connection obtained through this object's database context. |
Conference |
ConferenceDbLoader.loadById(Id id)
Load the Conference with the given Id from the database using a connection obtained through this object's database context. |
UserMsgState |
UserMsgStateDbLoader.loadById(Id id,
java.sql.Connection con)
Load a UserMsgState with the given Id from the database using the supplied connection. |
UserForumSettings |
UserForumSettingsDbLoader.loadById(Id id,
java.sql.Connection con)
Load the UserForumSettings with the given Id from the database using the supplied connection. |
MessageLabel |
MessageLabelDbLoader.loadById(Id id,
java.sql.Connection con)
Load the Message label with the given Id from the database using the supplied connection. |
Message |
MessageDbLoader.loadById(Id id,
java.sql.Connection con)
Load the Message with the given Id from the database in a lightweight fashion using the supplied connection. |
MessageAttachment |
MessageAttachmentDbLoader.loadById(Id id,
java.sql.Connection con)
Load the Message attachment with the given Id from the database using the supplied connection. |
Forum |
ForumDbLoader.loadById(Id id,
java.sql.Connection con)
Load the Forum with the given Id from the database using the supplied connection. |
ConferenceOwner |
ConferenceOwnerDbLoader.loadById(Id id,
java.sql.Connection con)
Load the ConferenceOwner with the given Id from the database using the supplied connection. |
Conference |
ConferenceDbLoader.loadById(Id id,
java.sql.Connection con)
Load the Conference with the given Id from the database using the supplied connection. |
Message |
MessageDbLoader.loadById(Id id,
java.sql.Connection con,
boolean bHeavy)
Load the Message with the given Id from the database in the specified fashion (lightweight or heavyweight) using the supplied connection. |
Message |
MessageDbLoader.loadById(Id id,
java.sql.Connection con,
boolean bHeavy,
boolean bDeep)
Load the Message with the given Id from the database in the specified fashion (lightweight or heavyweight) using the supplied connection. |
MessageLabel |
MessageLabelDbLoader.loadByMessageId(Id messageId)
Load the Message label with the given parent message Id from the database using a connection obtained through this object's database context. |
MessageAttachment |
MessageAttachmentDbLoader.loadByMessageId(Id messageId)
Load the Message attachment with the given parent message Id from the database using a connection obtained through this object's database context. |
MessageLabel |
MessageLabelDbLoader.loadByMessageId(Id messageId,
java.sql.Connection con)
Load the Message label with the given parent message Id from the database using the supplied connection. |
MessageAttachment |
MessageAttachmentDbLoader.loadByMessageId(Id messageId,
java.sql.Connection con)
Load the Message attachment with the given parent message Id from the database using the supplied connection. |
java.util.List<Message> |
MessageDbLoader.loadByMessageIdsAndGradeColumnDeletedStatus(Id courseId,
Id[] messageIds,
boolean deleted)
Loads the list of threads/messages which have active GradableItem associated. |
java.util.List<Message> |
MessageDbLoader.loadByMessageIdsAndGradeColumnDeletedStatus(Id courseId,
Id[] messageIds,
boolean deleted)
Loads the list of threads/messages which have active GradableItem associated. |
BbList<UserMsgState> |
UserMsgStateDbLoader.loadByMsgMainId(Id msgMainId)
Load a List |
BbList<UserMsgState> |
UserMsgStateDbLoader.loadByMsgMainId(Id msgMainId,
java.sql.Connection con)
Load a List |
UserMsgState |
UserMsgStateDbLoader.loadByMsgMainIdAndUserId(Id msgMainId,
Id userId)
Load a UserMsgState with the given Id, and load top level item contained in the UserMsgState from the database using the supplied connection. |
UserMsgState |
UserMsgStateDbLoader.loadByMsgMainIdAndUserId(Id msgMainId,
Id userId,
java.sql.Connection con)
Load a UserMsgState with the given Id, and load top level item contained in the UserMsgState from the database using the supplied connection. |
BbList<UserMsgState> |
UserMsgStateDbLoader.loadByUserId(Id userId)
Load a List |
BbList<UserMsgState> |
UserMsgStateDbLoader.loadByUserId(Id userId,
java.sql.Connection con)
Load a List |
java.util.List<Conference> |
ConferenceDbLoader.loadConferenceWithStatusByCourseId(Id courseId)
Load the Conference for the given course (identified by id)
from the database using a connection obtained through this object's database
context. |
java.util.List<Conference> |
ConferenceDbLoader.loadConferenceWithStatusByCourseId(Id courseId,
java.sql.Connection con)
Load the Conference for the given course (identified by id)
from the database using the supplied connection. |
java.util.List<Forum> |
ConferenceDbLoader.loadDashboardDetails(Id courseId,
Id userId)
Load the Conference for the given course (identified by id) and
user (identified by id) from the database using a connection obtained
through this object's database
context. |
java.util.List<Forum> |
ConferenceDbLoader.loadDashboardDetails(Id courseId,
Id userId,
java.sql.Connection con)
Load the Conference for the given course (identified by id) and
user (identified by id) from the database using a connection obtained
through this object's database
context. |
BbList<Forum> |
ForumDbLoader.loadEnabledByCourseIdAndUserId(Id courseId,
Id userId)
Load a list of Forums within the given course and enabled for the given user Ids, from the database using the supplied connection obtained through this object's database context. |
BbList<Forum> |
ForumDbLoader.loadEnabledByCourseIdAndUserId(Id courseId,
Id userId,
java.sql.Connection con)
Load a list of Forums within the given course and enabled for the given user Ids, from the database using the supplied connection. |
ForumStatus |
ConferenceDbLoader.loadForumDashboardDetails(Id forumId,
Id userId)
|
java.util.List<Forum> |
ConferenceDbLoader.loadForumNumberByCourseIdDash(Id courseId)
Load all the course membership with Course attribute |
java.util.List<Forum> |
ConferenceDbLoader.loadForumNumberByCourseIdDash(Id courseId,
java.sql.Connection con)
Load all the course membership with Course attribute from the database using the supplied connection. |
java.util.List<Forum> |
ForumDbLoader.loadForumsByConferenceIdWithStatus(Id conferenceId,
Id userId)
Loads a list of forums on the given conferenec id and user id from the database using a connection obtained through this object's database context. |
java.util.List<Forum> |
ForumDbLoader.loadForumsByConferenceIdWithStatus(Id conferenceId,
Id userId,
java.sql.Connection con)
Loads a list of forums on the given conference id and user id from the database using the specified connection. |
java.util.List<Forum> |
ForumDbLoader.loadForumsWithGradableThreadsByGroupId(Id courseId,
Id groupId)
Load the list of forums which belongs to a group and has threads that have associated GradableItem |
java.util.List<Forum> |
ForumDbLoader.loadForumsWithStatus(Id conferenceId,
Id userId)
Deprecated. Since 7.3. Use loadForumsByConferenceId instead |
java.util.List<Forum> |
ForumDbLoader.loadForumsWithStatus(Id conferenceId,
Id userId,
java.sql.Connection con)
Deprecated. Since 7.3. Use loadForumsByConferenceId instead |
java.util.List<Forum> |
ForumDbLoader.loadGradableForumsByGroupId(Id courseId,
Id groupId)
Load the list of forums which belongs to a group and have associated GradableItem |
Id |
ForumDbLoader.loadIdByForumOrThreadLinkRefId(Id courseId,
java.lang.String linkrefid)
Load the Forum Id for which the linkrefid belongs, either directly or to one of its threads if the forum is actually set to be graded by thread |
Id |
ForumDbLoader.loadIdByForumOrThreadLinkRefId(Id courseId,
java.lang.String linkrefid,
java.sql.Connection con)
Load the Forum Id for which the linkrefid belongs, either directly or to one of its threads if the forum is actually set to be graded by thread |
java.util.List<Message> |
MessageDbLoader.loadImmediateChildrenByMessageId(Id parentId)
Loads a list of all immediate child messages of the given parent message WITHOUT MessageStatus objects or other heavy objects. |
java.util.List<Message> |
MessageDbLoader.loadImmediateChildrenByMessageId(Id parentId,
java.sql.Connection con)
Loads a list of all immediate child messages of the given parent message WITHOUT MessageStatus objects or other heavy objects,
using the supplied connection. |
java.util.List<Message> |
MessageDbLoader.loadImmediateChildrenWithStatusAndCountsByMessageId(Id messageId,
Id forumId,
Id userId)
Loads the immediate childen of the specified message using a connection obtained through this object's database context |
java.util.List<Message> |
MessageDbLoader.loadImmediateChildrenWithStatusAndCountsByMessageId(Id messageId,
Id forumId,
Id userId,
java.sql.Connection con)
Loads the immediate childen of the specified message using the specified database connection |
MessageCounts |
MessageDbLoader.loadMessageCountsByConferenceId(Id conferenceId,
Id userId)
Loads the count of total / read messages in a conference using a connection obtained through this object's database context |
MessageCounts |
MessageDbLoader.loadMessageCountsByConferenceId(Id conferenceId,
Id userId,
java.sql.Connection con)
Loads the count of total / read messages in a conference using the specified database connection |
MessageCounts |
MessageDbLoader.loadMessageCountsByForumId(Id forumId,
Id userId)
Loads the count of total / read messages in a forum using a connection obtained through this object's database context |
MessageCounts |
MessageDbLoader.loadMessageCountsByForumId(Id forumId,
Id userId,
java.sql.Connection con)
Loads the count of total / read messages in a forum using the specified database connection |
MessageCounts |
MessageDbLoader.loadMessageCountsByMsgIds(java.util.List<Id> msgIds,
Id userId)
Loads the count of total / read messages in the specified messages using a connection obtained through this object's database context. |
MessageCounts |
MessageDbLoader.loadMessageCountsByMsgIds(java.util.List<Id> msgIds,
Id userId,
java.sql.Connection con)
Loads the count of total / read messages in the specified messages using the specified database connection |
MessageCounts |
MessageDbLoader.loadMessageCountsByMsgIds(java.lang.String msgIds,
Id userId)
Deprecated. Since 9.1. Use MessageDbLoader.loadMessageCountsByMsgIds(List, Id) instead. |
MessageCounts |
MessageDbLoader.loadMessageCountsByMsgIds(java.lang.String msgIds,
Id userId,
java.sql.Connection con)
Deprecated. Since 9.1. Use MessageDbLoader.loadMessageCountsByMsgIds(List, Id, Connection) instead. |
MessageCounts |
MessageDbLoader.loadMessageCountsByThreadId(Id threadId,
Id userId)
Loads the count of total / read messages in a thread using a connection obtained through this object's database context Does *NOT* include the top-level message itself in the counts |
MessageCounts |
MessageDbLoader.loadMessageCountsByThreadId(Id threadId,
Id userId,
java.sql.Connection con)
Loads the count of total / read messages in a thread using the specified database connection Does *NOT* include the top-level message itself in the counts |
ForumStatus |
ConferenceDbLoader.loadMessageDashboardDetails(Id messageId,
Id userId)
|
java.util.List<Message> |
MessageDbLoader.loadMessagesByForumIdAndAuthorIdWithStatus(Id forumId,
Id userId,
Id authorId,
boolean heavyAttachment,
boolean includeTopic,
boolean loadTags)
Loads a list of messages (PUBLISHED only) in the given forum authored by the specified user using a connection obtained through this object's database context The returned messages are "heavy" in that they have the message body in them Any Tags associated with the messages are also loaded. |
java.util.List<Message> |
MessageDbLoader.loadMessagesByForumIdAndAuthorIdWithStatus(Id forumId,
Id userId,
Id authorId,
boolean heavyAttachment,
boolean includeTopic,
boolean loadTags,
java.sql.Connection con)
Loads a list of messages (PUBLISHED only) in the given forum authored by the specified user using the specified database connection The returned messages are "heavy" in that they have the message body in them Any Tags associated with the messages are also loaded. |
java.util.List<Message> |
MessageDbLoader.loadMessagesByForumIdAndTagIdWithStatus(Id forumId,
Id userId,
Id tagId,
boolean heavyAttachment,
boolean includeTopic,
boolean loadTags)
Loads a list of messages in the given forum having the specified tag using the specified database connection The returned messages are "heavy" in that they have the message body in them Any Tags associated with the messages are also loaded. |
java.util.List<Message> |
MessageDbLoader.loadMessagesByForumIdAndTagIdWithStatus(Id forumId,
Id userId,
Id tagId,
boolean heavyAttachment,
boolean includeTopic,
boolean loadTags,
java.sql.Connection con)
Loads a list of messages in the given forum having the specified tag using a connection obtained through this object's database context. |
java.util.List<Message> |
MessageDbLoader.loadMessagesByForumIdWithStatus(Id forumId,
Id userId,
boolean unreadOnly,
boolean heavyAttachment,
boolean includeTopic,
boolean loadTags)
Loads a list of messages in the given forum using a connection obtained through this object's database context The returned messages are "heavy" in that they have the message body in them Any Tags associated with the messages are also loaded. |
java.util.List<Message> |
MessageDbLoader.loadMessagesByForumIdWithStatus(Id forumId,
Id userId,
boolean unreadOnly,
boolean heavyAttachment,
boolean includeTopic,
boolean loadTags,
java.sql.Connection con)
Loads a list of messages in the given forum using the specified database connection The returned messages are "heavy" in that they have the message body in them Any Tags associated with the messages are also loaded. |
java.util.List<Message> |
MessageDbLoader.loadMessagesByMsgIdsWithStatus(java.util.List<Id> msgIds,
Id userId,
boolean heavyAttachment,
boolean includeTopic,
boolean loadTags)
Loads the specified messages with status information using the specified database connection. |
java.util.List<Message> |
MessageDbLoader.loadMessagesByMsgIdsWithStatus(java.util.List<Id> msgIds,
Id userId,
boolean heavyAttachment,
boolean includeTopic,
boolean loadTags,
java.sql.Connection con)
Loads the specified messages with status information using a connection obtained through this object's database context. |
java.util.List<Message> |
MessageDbLoader.loadMessagesBySearchWithStatus(Id userId,
java.lang.String scopeType,
Id scopeId,
java.lang.String keyword,
java.lang.String startDate,
java.lang.String endDate,
boolean heavyAttachment,
boolean includeTopic,
boolean loadTags)
Returns the result of searching messages by keyword, in a date range, and in a specific scope using a connection obtained through this object's database context. |
java.util.List<Message> |
MessageDbLoader.loadMessagesBySearchWithStatus(Id userId,
java.lang.String scopeType,
Id scopeId,
java.lang.String keyword,
java.lang.String startDate,
java.lang.String endDate,
boolean heavyAttachment,
boolean includeTopic,
boolean loadTags,
java.sql.Connection con)
Returns the result of searching messages by keyword, in a date range, and in a specific scope using the specified connection. |
java.util.List<Message> |
MessageDbLoader.loadMessagesByThreadIdAndAuthorIdWithStatus(Id topMsgId,
Id userId,
Id authorId,
boolean heavyAttachment,
boolean includeTopic,
boolean loadTags)
Loads a list of messages (PUBLISHED only) in the given thread authored by the specified user using a connection obtained through this object's database context. |
java.util.List<Message> |
MessageDbLoader.loadMessagesByThreadIdAndAuthorIdWithStatus(Id topMsgId,
Id userId,
Id authorId,
boolean heavyAttachment,
boolean includeTopic,
boolean loadTags,
java.sql.Connection con)
Loads a list of messages (PUBLISHED only) in the given thread authored by the specified user using the specified database connection. |
java.util.List<Message> |
MessageDbLoader.loadMessagesByThreadIdsWithStatus(java.util.List<Id> threadIds,
Id forumId,
Id userId,
boolean heavyAttachment,
boolean includeTopic,
boolean loadTags)
Loads a list of messsages in the specified threads using a connection obtained through this object's database context. |
java.util.List<Message> |
MessageDbLoader.loadMessagesByThreadIdsWithStatus(java.util.List<Id> threadIds,
Id forumId,
Id userId,
boolean heavyAttachment,
boolean includeTopic,
boolean loadTags,
java.sql.Connection con)
Loads a list of messsages in the specified threads using the specified database connection. |
java.util.List<Message> |
MessageDbLoader.loadMessagesByThreadIdWithStatus(Id topMsgId,
Id userId,
boolean unreadOnly,
boolean heavyAttachment,
boolean includeTopic,
boolean loadTags)
Loads a list of messages in the given thread using a connection obtained through this object's database context. |
java.util.List<Message> |
MessageDbLoader.loadMessagesByThreadIdWithStatus(Id topMsgId,
Id userId,
boolean unreadOnly,
boolean heavyAttachment,
boolean includeTopic,
boolean loadTags,
java.sql.Connection con)
Loads a list of messages in the given thread using the specified database connection. |
java.util.List<Message> |
MessageDbLoader.loadMessagesWithStatusAndCountsByForumId(Id forumId,
Id userId)
Loads all the messages in a forum using a connection obtained through this object's database context |
java.util.List<Message> |
MessageDbLoader.loadMessagesWithStatusAndCountsByForumId(Id forumId,
Id userId,
java.sql.Connection con)
Loads all the messages in a forum using the specified database connection |
java.util.List<Message> |
MessageDbLoader.loadMessageThreadWithStatus(Id msgId,
Id userId,
boolean heavyAttachment,
boolean loadBody,
boolean includeTopic)
Loads the messages in the specified thread using a connection obtained through this object's database context |
java.util.List<Message> |
MessageDbLoader.loadMessageThreadWithStatus(Id msgId,
Id userId,
boolean heavyAttachment,
boolean loadBody,
boolean includeTopic,
java.sql.Connection con)
Loads the messages in the specified thread using the specified database connection |
java.util.List<Message> |
MessageDbLoader.loadMessageThreadWithStatusAndTags(Id msgId,
Id userId,
boolean heavyAttachment,
boolean loadBody,
boolean includeTopic)
Loads the messages and accompanying Tags in the specified thread using a connection obtained through this object's database context |
blackboard.persist.DataList<Message> |
MessageDbLoader.loadMessageTreeByForumId(Id forumId,
java.sql.Connection con)
This function is for Course Archive |
BbList<UserForumSettings> |
UserForumSettingsDbLoader.loadSubscribedByForumId(Id forumId)
Load the UserForumSettings object for the given Forum Id (identified by forumId) using a connection obtained through this object's database context. |
BbList<UserForumSettings> |
UserForumSettingsDbLoader.loadSubscribedByForumId(Id forumId,
java.sql.Connection con)
Load the UserForumSettings object for subscribed users the given Forum Id (identified by forumId) using the supplied connection. |
BbList<UserMsgState> |
UserMsgStateDbLoader.loadSubscribedByMsgMainId(Id msgMainId)
Load a subscribed List |
BbList<UserMsgState> |
UserMsgStateDbLoader.loadSubscribedByMsgMainId(Id msgMainId,
java.sql.Connection con)
Load a subscribed List |
Message |
MessageDbLoader.loadThreadByLinkRefId(Id courseId,
java.lang.String linkRefId)
Load the top thread with the given linkRefId from the database in a lightweight fashion using a connection obtained through this object's database context. |
java.util.List<?> |
MessageDbLoader.loadThreadWithStatus(Id forumId,
Id userId)
Deprecated. Since 7.3. This loader does not load message status objects with the messages. Use MessageDbLoader.loadTopThreadsWithStatusAndCountsByForumId(Id, Id, boolean, boolean, boolean) instead. |
java.util.List<?> |
MessageDbLoader.loadThreadWithStatus(Id forumId,
Id userId,
java.sql.Connection con)
Deprecated. Since 7.3. This loader does not load message status objects with the messages. Use MessageDbLoader.loadTopThreadsWithStatusAndCountsByForumId(Id, Id, boolean, boolean, boolean, Connection) instead. |
Message |
MessageDbLoader.loadTopThreadById(Id id)
Load the top thread with the given Id from the database in a lightweight fashion using a connection obtained through this object's database context. |
Message |
MessageDbLoader.loadTopThreadById(Id id,
java.sql.Connection con)
Load the top thread with the given Id from the database in a lightweight fashion using the supplied connection. |
blackboard.persist.DataList<Message> |
MessageDbLoader.loadTopThreadsByForumId(Id forumId,
java.sql.Connection con)
This function is for Course Export |
java.util.List<Message> |
MessageDbLoader.loadTopThreadsWithStatusAndCountsByForumId(Id forumId,
Id userId,
boolean loadAttachments,
boolean loadTags,
boolean flagRollup)
Loads the top threads in a forum using a connection obtained through this object's database context |
java.util.List<Message> |
MessageDbLoader.loadTopThreadsWithStatusAndCountsByForumId(Id forumId,
Id userId,
boolean loadAttachment,
boolean loadTags,
boolean flagRollup,
java.sql.Connection con)
Loads the top threads in a forum using the specified database connection |
java.util.List<Message> |
MessageDbLoader.loadTreeWithStatus(Id messageId,
Id userId)
Deprecated. Since 7.3. This loader does not load message status objects with the messages. Use MessageDbLoader.loadMessageThreadWithStatus(Id, Id, boolean, boolean, boolean) using a thread id instead. |
java.util.List<Message> |
MessageDbLoader.loadTreeWithStatus(Id messageId,
Id userId,
java.sql.Connection con)
Deprecated. Since 7.3. This loader does not load message status objects with the messages. Use MessageDbLoader.loadMessageThreadWithStatus(Id, Id, boolean, boolean, boolean, Connection) using a thread id instead. |
java.util.List<CourseMembership> |
ConferenceDbLoader.loadUserMembershipsByGroupId(Id groupId)
Load all the course membership for the given group (identified by id) |
java.util.List<CourseMembership> |
ConferenceDbLoader.loadUserMembershipsByGroupId(Id groupId,
java.sql.Connection con)
Load all the course membership for the given group (identified by id) from the database using a connection obtained through this object's database context. |
Message |
MessageDbLoader.loadWithStatusByIdAndUserId(Id messageId,
Id userId)
load messageId and userId from the database in the specified fashion (lightweight or heavyweight) using the supplied connection. |
Message |
MessageDbLoader.loadWithStatusByIdAndUserId(Id messageId,
Id userId,
java.sql.Connection con)
load messageId and userId from the database in the specified fashion (lightweight or heavyweight) using a connection obtained through this object's database context. |
java.util.List<Conference> |
ForumDbLoader.MsgCountByForumIdOrThreadId(Id forum_id,
Id thread_id)
Calculate number of message per forum or thread in a course on the given Id from the database using a connection obtained through this object's database context. |
java.util.List<Conference> |
ForumDbLoader.MsgCountByForumIdOrThreadId(Id forum_id,
Id thread_id,
java.sql.Connection con)
Calculate number of message per forum or thread in a course on the given Id using the specified connection. |
void |
ForumDbPersister.reposition(Id forumId,
int newPosition)
A utility class that provides quick access to the ForumDbPersister
instance associated with the default instance of the database BbPersistenceManager. |
void |
ConferenceDbPersister.reposition(Id confId,
int newPosition)
A utility class that provides quick access to the ConferenceDbPersister
instance associated with the default instance of the database BbPersistenceManager. |
void |
ForumDbPersister.reposition(Id fourmId,
int newPosition,
java.sql.Connection con)
A utility class that provides quick access to the ForumDbPersister
instance from the database using the supplied connection. |
void |
ConferenceDbPersister.reposition(Id confId,
int newPosition,
java.sql.Connection con)
|
void |
ForumDbPersister.syncGroupName(Id groupId,
java.lang.String groupName)
Update/sync the group name of the Forum when corresponding Group is updated |
void |
ConferenceDbPersister.syncGroupName(Id groupId,
java.lang.String groupName)
Update/sync the group name of the Conference when corresponding Group is updated |
void |
UserMsgStateDbPersister.updateReadStatusByMsgId(boolean read,
Id msgId,
Id userId)
Updates the read status of the specified message for the specified user using a connection from the associated persistence manager's database container. |
void |
UserMsgStateDbPersister.updateReadStatusByMsgId(boolean read,
Id msgId,
Id userId,
java.sql.Connection con)
Updates the read status of the specified message for the specified user using the specified database connection. |
void |
UserMsgStateDbPersister.updateReadStatusToUnreadForAllUsers(Id msgId)
Updates the read status to unread for all users for the specified message using a connection from the associated persistence manager's database connection. |
void |
UserMsgStateDbPersister.updateReadStatusToUnreadForAllUsers(Id msgId,
java.sql.Connection con)
Updates the read status to unread for all users for the specified message using the specified database connection. |
void |
UserMsgStateDbPersister.updateThreadReadStatusByTopMsgId(boolean read,
Id topMsgId,
Id userId)
Updates the read status for every message in the specified thread using a connection from the associated persistence manager's database container. |
void |
UserMsgStateDbPersister.updateThreadReadStatusByTopMsgId(boolean read,
Id topMsgId,
Id userId,
java.sql.Connection con)
Updates the read status for every message in the specified thread using the specified database connection If no UserMsgState records exist for the messages/user mapping, and the read status is being set to "true" new records will be created. |
| Method parameters in blackboard.persist.discussionboard with type arguments of type Id | |
|---|---|
void |
UserMsgStateDbPersister.incrementMessagesReadCount(java.util.List<Id> messageIds,
Id userId)
Increments the read count for the specified messages and user id using a connection from the associated persistence manager's database container. |
void |
UserMsgStateDbPersister.incrementMessagesReadCount(java.util.List<Id> messageIds,
Id userId,
java.sql.Connection con)
Increments the read count for the specified messages and user id using the specified database connection. |
MessageCounts |
MessageDbLoader.loadMessageCountsByMsgIds(java.util.List<Id> msgIds,
Id userId)
Loads the count of total / read messages in the specified messages using a connection obtained through this object's database context. |
MessageCounts |
MessageDbLoader.loadMessageCountsByMsgIds(java.util.List<Id> msgIds,
Id userId,
java.sql.Connection con)
Loads the count of total / read messages in the specified messages using the specified database connection |
java.util.List<Message> |
MessageDbLoader.loadMessagesByMsgIdsWithStatus(java.util.List<Id> msgIds,
Id userId,
boolean heavyAttachment,
boolean includeTopic,
boolean loadTags)
Loads the specified messages with status information using the specified database connection. |
java.util.List<Message> |
MessageDbLoader.loadMessagesByMsgIdsWithStatus(java.util.List<Id> msgIds,
Id userId,
boolean heavyAttachment,
boolean includeTopic,
boolean loadTags,
java.sql.Connection con)
Loads the specified messages with status information using a connection obtained through this object's database context. |
java.util.List<Message> |
MessageDbLoader.loadMessagesByThreadIdsWithStatus(java.util.List<Id> threadIds,
Id forumId,
Id userId,
boolean heavyAttachment,
boolean includeTopic,
boolean loadTags)
Loads a list of messsages in the specified threads using a connection obtained through this object's database context. |
java.util.List<Message> |
MessageDbLoader.loadMessagesByThreadIdsWithStatus(java.util.List<Id> threadIds,
Id forumId,
Id userId,
boolean heavyAttachment,
boolean includeTopic,
boolean loadTags,
java.sql.Connection con)
Loads a list of messsages in the specified threads using the specified database connection. |
java.util.List<Conference> |
ConferenceDbLoader.loadSystemConferencesByIds(java.util.List<Id> confIds,
blackboard.persist.impl.mapping.DbObjectMap map)
Loads available system discussion boards by Conference Id, ordered by position. |
java.util.List<Conference> |
ConferenceDbLoader.loadSystemConferencesByIds(java.util.List<Id> confIds,
blackboard.persist.impl.mapping.DbObjectMap map,
java.sql.Connection con)
Loads available system discussion boards by Conference Id, ordered by position. |
| Uses of Id in blackboard.persist.gradebook |
|---|
| Methods in blackboard.persist.gradebook with parameters of type Id | |
|---|---|
void |
ScoreDbPersister.deleteById(Id id)
Deletes the Score identified by the given Id
value using a connection from the associated persistence manager's database
container. |
void |
LineitemDbPersister.deleteById(Id id)
Deletes the Lineitem with the given Id from the database using a connection obtained through this object's database context. |
void |
ScoreDbPersister.deleteById(Id id,
java.sql.Connection con)
Deletes the Score identified by the given Id
value using the supplied connection. |
void |
LineitemDbPersister.deleteById(Id id,
java.sql.Connection con)
Deletes the Lineitem with the given Id from the database using the supplied connection. |
BbList<Lineitem> |
LineitemDbLoader.loadByCourseId(Id courseId)
Loads a list of Lineitem objects associated with the Course whose Id is provided, using a connection obtained through this object's database context. |
BbList<Lineitem> |
LineitemDbLoader.loadByCourseId(Id courseId,
java.sql.Connection con)
Loads a list of Lineitem objects associated with the Course whose Id is provided, using the supplied connection. |
BbList<Lineitem> |
LineitemDbLoader.loadByCourseIdAndLineitemName(Id courseId,
java.lang.String name)
Loads a list of Lineitem objects associated with the Course whose Id is provided and whose name matches the name provided, using a connection obtained through this object's database context. |
BbList<Lineitem> |
LineitemDbLoader.loadByCourseIdAndLineitemName(Id courseId,
java.lang.String name,
java.sql.Connection con)
Loads a list of Lineitem objects associated with the Course whose Id is provided and whose name matches the name provided, using the supplied connection. |
BbList<Score> |
ScoreDbLoader.loadByCourseMembershipId(Id id)
Loads a list of Score objects associated with the CourseMembership record whose Id is provided, using a connection obtained through this object's database context. |
BbList<Score> |
ScoreDbLoader.loadByCourseMembershipId(Id id,
java.sql.Connection con)
Loads a list of Score objects associated with the CourseMembership record whose Id is provided, using the provided connection. |
Score |
ScoreDbLoader.loadByCourseMembershipIdAndLineitemId(Id cmId,
Id liId)
Loads the Score for a given Lineitem and CourseMembership combination using a connection obtained through this object's database context. |
Score |
ScoreDbLoader.loadByCourseMembershipIdAndLineitemId(Id cmId,
Id liId,
java.sql.Connection con)
Loads the Score for a given Lineitem and CourseMembership combination using the provided connection. |
Score |
ScoreDbLoader.loadById(Id id)
Loads the Score with the given Id from the database using a connection obtained through this object's database context. |
Lineitem |
LineitemDbLoader.loadById(Id id)
Loads the Lineitem with the given Id from the database using a connection obtained through this object's database context. |
Score |
ScoreDbLoader.loadById(Id id,
java.sql.Connection con)
Loads the Score with the given Id from the database using the provided connection. |
Lineitem |
LineitemDbLoader.loadById(Id id,
java.sql.Connection con)
Loads the Lineitem with the given Id from the database using the supplied connection. |
BbList<Score> |
ScoreDbLoader.loadByLineitemId(Id id)
Loads a list of Score objects associated with the lineitem whose Id is provided, using a connection obtained through this object's database context. |
BbList<Score> |
ScoreDbLoader.loadByLineitemId(Id id,
java.sql.Connection con)
Loads a list of Score objects associated with the Lineitem whose Id is provided, using the provided connection. |
| Uses of Id in blackboard.persist.navigation |
|---|
| Methods in blackboard.persist.navigation with parameters of type Id | |
|---|---|
java.util.List<CourseToc> |
CourseTocDbLoader.loadAvailableByCourseId(Id courseId,
Id userId,
java.sql.Connection con)
Load the list of CourseToc objects that currently exist for the course identified by the given course Id using the supplied connection. |
CourseToc |
CourseTocDbLoader.loadByContentId(Id id)
Load the CourseToc with the given content Id from the database using a connection obtained through this object's database context. |
CourseToc |
CourseTocDbLoader.loadByContentId(Id id,
java.sql.Connection con)
Load the CourseToc with the given content Id from the database using the supplied connection. |
BbList<CourseToc> |
CourseTocDbLoader.loadByCourseId(Id courseId)
Load the list of CourseToc objects that currently exist for the course identified by the given course Id using a connection obtained through this object's database context. |
BbList<CourseToc> |
CourseTocDbLoader.loadByCourseId(Id courseId,
java.sql.Connection con)
Load the list of CourseToc objects that currently exist for the course identified by the given course Id using the supplied connection. |
java.util.List<CourseToc> |
CourseTocDbLoader.loadByCourseIdAndInternalHandle(Id courseId,
java.lang.String internalHandle)
Load the list of CourseToc objects from the given course (identified by id) with the given internalHandle using a connection obtained through this object's database context. |
java.util.List<CourseToc> |
CourseTocDbLoader.loadByCourseIdAndInternalHandle(Id courseId,
java.lang.String internalHandle,
java.sql.Connection con)
Load the list of CourseToc objects from the given course (identified by id) with the given internalHandle using the supplied connection. |
CourseToc |
CourseTocDbLoader.loadByCourseIdAndLabel(Id courseId,
java.lang.String strLabel)
Load the CourseToc from the given course (identified by id) with the given label using a connection obtained through this object's database context. |
CourseToc |
CourseTocDbLoader.loadByCourseIdAndLabel(Id courseId,
java.lang.String strLabel,
java.sql.Connection con)
Load the CourseToc from the given course (identified by id) with the given label using the supplied connection. |
CourseToc |
CourseTocDbLoader.loadById(Id id)
Load the CourseToc with the given Id from the database using a connection obtained through this object's database context. |
CourseToc |
CourseTocDbLoader.loadById(Id id,
java.sql.Connection con)
Load the CourseToc with the given Id from the database using the supplied connection. |
CourseToc |
CourseTocDbLoader.loadEntryPointByCourseId(Id courseId)
Load the CourseToc that represents the entry point for the given course (identified by id) using a connection obtained through this object's database context. |
CourseToc |
CourseTocDbLoader.loadEntryPointByCourseId(Id courseId,
java.sql.Connection con)
Load the CourseToc that represents the entry point for the given course (identified by id) using the supplied connection. |
| Uses of Id in blackboard.persist.registry |
|---|
| Methods in blackboard.persist.registry with parameters of type Id | |
|---|---|
void |
UserRegistryEntryDbPersister.deleteById(Id id)
Deletes the UserRegistryEntry identified by the given Id
value using a connection from the associated persistence manager's
database container. |
void |
UserRegistryEntryDbPersister.deleteById(Id id,
java.sql.Connection con)
Deletes the UserRegistryEntry identified by the given Id
value using the supplied connection. |
void |
UserRegistryEntryDbPersister.deleteByKeyAndUserId(java.lang.String strKey,
Id userId)
Deletes the UserRegistryEntry identified by the given key
value and userId using a connection from the associated persistence manager's database
container. |
void |
UserRegistryEntryDbPersister.deleteByKeyAndUserId(java.lang.String strKey,
Id userId,
java.sql.Connection con)
Deletes the UserRegistryEntry identified by the given key
value and userId using the supplied connection. |
blackboard.data.registry.UserRegistryEntry |
UserRegistryEntryDbLoader.loadById(Id id)
Load the UserRegistryEntry with the given Id from the database using a connection obtained through this object's database context. |
blackboard.data.registry.UserRegistryEntry |
UserRegistryEntryDbLoader.loadById(Id id,
java.sql.Connection con)
Load the UserRegistryEntry with the given Id from the database using the supplied connection. |
blackboard.data.registry.UserRegistryEntry |
UserRegistryEntryDbLoader.loadByKeyAndUserId(java.lang.String strKey,
Id userId)
Load the UserRegistryEntry with the given key value and userId from the database using a connection obtained through this object's database context. |
blackboard.data.registry.UserRegistryEntry |
UserRegistryEntryDbLoader.loadByKeyAndUserId(java.lang.String strKey,
Id userId,
java.sql.Connection con)
Load the UserRegistryEntry with the given key value and userId from the database using the supplied connection. |
blackboard.data.registry.Registry |
UserRegistryEntryDbLoader.loadRegistryByUserId(Id userId)
Load the entire Registry of UserRegistryEntry objects for the user (identified by id) using a connection obtained through this object's database context. |
blackboard.data.registry.Registry |
UserRegistryEntryDbLoader.loadRegistryByUserId(Id userId,
java.sql.Connection con)
Load the entire Registry of UserRegistryEntry objects for the user (identified by id) using the supplied connection. |
| Uses of Id in blackboard.persist.role |
|---|
| Methods in blackboard.persist.role with parameters of type Id | |
|---|---|
void |
PortalRoleDbPersister.deleteById(Id id)
Deletes the PortalRole identified by the given Id value
using a connection from the associated persistence manager's database
container. |
void |
PortalRoleDbPersister.deleteById(Id id,
java.sql.Connection con)
Deletes the PortalRole identified by the given Id value
using the supplied connection. |
BbList<PortalRole> |
PortalRoleDbLoader.loadAllByUserId(Id userId)
Load the list of PortalRole objects that represent the primary and secondary institution roles for the given user from the database in a lightweight fashion using a connection obtained through this object's database context. |
BbList<PortalRole> |
PortalRoleDbLoader.loadAllByUserId(Id userId,
java.sql.Connection con)
Load the list of PortalRole objects that represent the primary and secondary institution roles for the given user from the database in a lightweight fashion using the supplied connection. |
PortalRole |
PortalRoleDbLoader.loadById(Id id)
Load the PortalRole with the given Id from the database in a lightweight fashion using a connection obtained through this object's database context. |
PortalRole |
PortalRoleDbLoader.loadById(Id id,
java.sql.Connection con)
Load the PortalRole with the given Id from the database in a lightweight fashion using the supplied connection. |
PortalRole |
PortalRoleDbLoader.loadPrimaryRoleByUserId(Id userId)
Load the PortalRole that is the primary institution role for the given user from the database in a lightweight fashion using a connection obtained through this object's database context. |
PortalRole |
PortalRoleDbLoader.loadPrimaryRoleByUserId(Id userId,
java.sql.Connection con)
Load the PortalRole that is the primary institution role for the given user from the database in a lightweight fashion using the supplied connection. |
BbList<PortalRole> |
PortalRoleDbLoader.loadSecondaryRolesByUserId(Id userId)
Load the list of PortalRole objects that represent the secondary institution roles for the given user from the database in a lightweight fashion using a connection obtained through this object's database context. |
BbList<PortalRole> |
PortalRoleDbLoader.loadSecondaryRolesByUserId(Id userId,
boolean disableSecondaryRolesFlag)
Load the list of PortalRole objects that represent the secondary portal roles for the given user from the database in a lightweight fashion using a connection obtained through this object's database context. |
BbList<PortalRole> |
PortalRoleDbLoader.loadSecondaryRolesByUserId(Id userId,
boolean disableSecondaryRolesFlag,
java.sql.Connection con)
Load the list of PortalRole objects that represent the secondary portal roles for the given user from the database in a lightweight fashion using the supplied connection. |
BbList<PortalRole> |
PortalRoleDbLoader.loadSecondaryRolesByUserId(Id userId,
java.sql.Connection con)
Load the list of PortalRole objects that represent the secondary institution roles for the given user from the database in a lightweight fashion using the supplied connection. |
| Uses of Id in blackboard.persist.user |
|---|
| Methods in blackboard.persist.user with parameters of type Id | |
|---|---|
void |
UserRoleDbPersister.deleteAllByUserId(Id userId)
Deletes the UserRoles associated with the given user Id value
using a connection from the associated persistence manager's database
container. |
void |
UserRoleDbPersister.deleteAllByUserId(Id userId,
java.sql.Connection con)
Deletes the UserRoles identified by the given user value
using the supplied connection. |
void |
UserRoleDbPersister.deleteAllByUserIdAndDataSourceId(Id userId,
Id dataSourceId)
Deletes all roles for a given user created with the given data source id |
void |
UserRoleDbPersister.deleteAllByUserIdAndDataSourceId(Id userId,
Id dataSourceId,
java.sql.Connection con)
Deletes all roles for a given user created with the given data source id |
void |
UserRoleDbPersister.deleteById(Id id)
Deletes the UserRole identified by the given Id value
using a connection from the associated persistence manager's database
container. |
void |
UserDbPersister.deleteById(Id id)
Deletes the User identified by the given Id value
using a connection from the associated persistence manager's database
container. |
void |
UserRoleDbPersister.deleteById(Id id,
boolean cacheFlushed)
|
void |
UserRoleDbPersister.deleteById(Id id,
java.sql.Connection con)
Deletes the UserRole identified by the given Id value
using the supplied connection. |
void |
UserDbPersister.deleteById(Id id,
java.sql.Connection con)
Deletes the User identified by the given Id value
using the supplied connection. |
void |
UserRoleDbPersister.deleteById(Id id,
java.sql.Connection con,
boolean cacheFlushed)
|
void |
UserRoleDbPersister.deleteByUserIdAndInstitutionRoleId(Id userId,
Id instRoleId)
|
void |
UserRoleDbPersister.deleteByUserIdAndInstitutionRoleId(Id userId,
Id instRoleId,
java.sql.Connection con)
|
BbList<User> |
UserDbLoader.loadByCourseId(Id courseId)
Load all users that are enrolled in the given course from the database in a lightweight fashion using a connection obtained through this object's database context. |
BbList<User> |
UserDbLoader.loadByCourseId(Id courseId,
java.sql.Connection con)
Load all users that are enrolled in the given course from the database in a lightweight fashion using the supplied connection. |
BbList<User> |
UserDbLoader.loadByCourseId(Id courseId,
java.sql.Connection con,
boolean bHeavy)
Load all users that are enrolled in the given course from the database in the specified fashion (lightweight or heavyweight) using the supplied connection. |
BbList<User> |
UserDbLoader.loadByGroupId(Id groupId)
Load all users that are enrolled in the given group from the database in a lightweight fashion using a connection obtained through this object's database context. |
BbList<User> |
UserDbLoader.loadByGroupId(Id groupId,
java.sql.Connection con)
Load all users that are enrolled in the given group from the database in a lightweight fashion using the supplied connection. |
BbList<User> |
UserDbLoader.loadByGroupId(Id groupId,
java.sql.Connection con,
boolean bHeavy)
Load all users that are enrolled in the given group from the database in the specified fashion (lightweight or heavyweight) using the supplied connection. |
UserRole |
UserRoleDbLoader.loadById(Id id)
Load the UserRole with the given Id from the database in a lightweight fashion using a connection obtained through this object's database context. |
User |
UserDbLoader.loadById(Id id)
Load the User with the given Id from the database in a lightweight fashion using a connection obtained through this object's database context. |
UserRole |
UserRoleDbLoader.loadById(Id id,
java.sql.Connection con)
Load the UserRole with the given Id from the database in a lightweight fashion using the supplied connection. |
User |
UserDbLoader.loadById(Id id,
java.sql.Connection con)
Load the User with the given Id from the database in a lightweight fashion using the supplied connection. |
User |
UserDbLoader.loadById(Id id,
java.sql.Connection con,
boolean bHeavy)
Load the User with the given Id from the database in the specified fashion (lightweight or heavyweight) using the supplied connection. |
User |
UserDbLoader.loadById(Id id,
java.sql.Connection con,
boolean bHeavy,
blackboard.persist.impl.mapping.DbObjectMap map)
Load the User with the given Id from the database in the specified fashion (lightweight or heavyweight) using the supplied connection, and with the supplied map. |
BbList<UserRole> |
UserRoleDbLoader.loadByPortalRoleId(Id portalRoleId)
Load all UserRole objects with the given portal role from the database in a lightweight fashion using a connection obtained through this object's database context. |
java.util.List<User> |
UserDbLoader.loadByPortalRoleId(Id portalRoleId)
Load all users by the given portalRole id in a lightweight fashion using a connection obtained through this object's database context. |
BbList<UserRole> |
UserRoleDbLoader.loadByPortalRoleId(Id portalRoleId,
java.sql.Connection con)
Load all UserRole objects with the given portal role from the database in a lightweight fashion using the supplied connection. |
BbList<User> |
UserDbLoader.loadByPrimaryPortalRoleId(Id portalRoleId)
Load all users by the given portalRole id in a lightweight fashion using a connection obtained through this object's database context. |
BbList<User> |
UserDbLoader.loadByPrimaryPortalRoleId(Id portalRoleId,
java.sql.Connection con)
Load all users by the given portalRole id in a lightweight fashion using the supplied connection. |
BbList<User> |
UserDbLoader.loadByPrimaryPortalRoleId(Id portalRoleId,
java.sql.Connection con,
boolean bHeavy)
Load all users by the given portalRole id in the specified fashion using the supplied connection. |
BbList<UserRole> |
UserRoleDbLoader.loadByUserId(Id userId)
Load the list of UserRole objects belonging to the given user (identified by id) using a connection obtained through this object's database context. |
BbList<UserRole> |
UserRoleDbLoader.loadByUserId(Id userId,
java.sql.Connection con)
Load the list of UserRole objects belonging to the given user (identified by id) using the supplied connection. |
UserRole |
UserRoleDbLoader.loadByUserIdAndPortalRoleId(Id userId,
Id portalRoleId)
Load the UserRole object with the given user id and institution role from the database in a lightweight fashion using a connection obtained through this object's database context. |
UserRole |
UserRoleDbLoader.loadByUserIdAndPortalRoleId(Id userId,
Id portalRoleId,
java.sql.Connection con)
Load the UserRole object with the given user id and institution role from the database in a lightweight fashion using the supplied connection. |
BbList<User> |
UserDbLoader.loadObservedByObserverId(Id observerId)
Load all users that are/can be observed by the given observer (identified by their user id) in a lightweight fashion using a connection obtained through this object's database context. |
BbList<User> |
UserDbLoader.loadObservedByObserverId(Id observerId,
java.sql.Connection con)
Load all users that are/can be observed by the given observer (identified by their user id) in a lightweight fashion using the supplied connection. |
BbList<User> |
UserDbLoader.loadObservedByObserverId(Id observerId,
java.sql.Connection con,
boolean bHeavy)
Load all users that are/can be observed by the given observer (identified by their user id) in the specified fashion using the supplied connection. |
User |
UserDbLoader.loadUserByCourseMembership(Id courseMembershipId)
Load user by given user course membership id in a lightweight fashion using a connection obtained through this object's database context. |
User |
UserDbLoader.loadUserByUserRole(Id userPortalRoleId)
Load user by given user role id in a lightweight fashion using a connection obtained through this object's database context. |
void |
UserSearch.setNodeParameter(Id nodeId)
|
| Constructors in blackboard.persist.user with parameters of type Id | |
|---|---|
UserSearch.UserSearchQuery(Id userId)
|
|
| Uses of Id in blackboard.platform.context |
|---|
| Methods in blackboard.platform.context with parameters of type Id | |
|---|---|
void |
ContextManager.refreshContext(Id workContextId)
Resets active context with provided Id components allowing overlays of existing data |
Context |
ContextManager.setContext(Id virtualHostId,
Id courseId,
Id userId,
Id groupId,
Id contentId)
|
| Uses of Id in blackboard.platform.dataintegration |
|---|
| Methods in blackboard.platform.dataintegration with parameters of type Id | |
|---|---|
void |
DataIntegrationManager.deleteDataIntegrationById(Id id)
Delete the DataIntegration of the given Id |
DataIntegration |
DataIntegrationManager.loadById(Id dataIntegrationId)
Load a DataIntegration by its Id |
| Uses of Id in blackboard.platform.dataintegration.mapping |
|---|
| Methods in blackboard.platform.dataintegration.mapping that return Id | |
|---|---|
Id |
DataIntegrationObjectMappingView.getDataIntegrationId()
|
Id |
DataIntegrationObjectMapping.getDataIntegrationId()
|
Id |
DataIntegrationAttributeMapping.getDataIntegrationObjectId()
Get the Id of the DataIntegrationObjectMapping that this attribute mapping
belongs to. |
Id |
DataIntegrationObjectMappingView.getId()
|
| Methods in blackboard.platform.dataintegration.mapping with parameters of type Id | |
|---|---|
DataIntegrationObjectMapping |
DataIntegrationObjectMappingManager.loadMappingById(Id id)
Load a specific DataIntegrationObjectMapping |
java.util.List<DataIntegrationObjectMapping> |
DataIntegrationObjectMappingManager.loadMappingsForIntegration(Id diId)
Loads all the mappings for the specified data integration. |
java.util.List<DataIntegrationObjectMapping> |
DataIntegrationObjectMappingManager.loadMappingsForIntegrationAndSISObjectType(Id diId,
java.lang.String sisObjectType)
Loads all mappings for a given data integration for the specified SIS object type |
void |
DataIntegrationObjectMapping.setDataIntegrationId(Id dataIntegrationId)
Set the data integration that this object mapping is for. |
void |
DataIntegrationAttributeMapping.setDataIntegrationObjectId(Id dataIntegrationObjectId)
Set the Id of the DataIntegrationObjectMapping that this attribute mapping
belongs to. |
| Uses of Id in blackboard.platform.filesystem |
|---|
| Methods in blackboard.platform.filesystem with parameters of type Id | |
|---|---|
java.io.File |
FileSystemService.getAttemptDirectory(Course course,
Id attemptId,
blackboard.data.gradebook.impl.AttemptFile.FileType fileType)
Deprecated. Since 9.0. Now handled by GradebookFileManager |
java.io.File |
FileSystemService.getAttemptDirectory(java.lang.String courseId,
Id attemptId,
blackboard.data.gradebook.impl.AttemptFile.FileType fileType)
Deprecated. Since 9.0. Now handled by GradebookFileManager |
java.io.File |
FileSystemService.getBrandingDirectory(Id portalBrandingId)
Deprecated. Since 9.0. Now handled by BrandingFileManager |
java.io.File |
FileSystemService.getContentDirectory(Course course,
Id contentId)
Deprecated. Since 9.0. Now handled by CourseContentFileManager |
java.io.File |
FileSystemService.getContentDirectory(java.lang.String courseId,
Id contentId)
Deprecated. Since 9.0. Now handled by CourseContentFileManager |
java.io.File |
FileSystemService.getDbDirectory(Course course,
Id msgId)
Deprecated. Since 9.0. |
java.io.File |
FileSystemService.getDbDirectory(java.lang.String courseId,
Id msgId)
Deprecated. Since 9.0. Now handled by DiscussionBoardFileManager |
java.io.File |
FileSystemService.getMessagingDirectory(Id courseId)
Deprecated. Since 9.0. Now handled by CourseFileManager |
java.io.File |
FileSystemService.getModuleDirectory(Id moduleId)
Deprecated. Since 9.0. Now handled by ModuleFileManager |
java.io.File |
FileManager.getRootDirectory(Id entityId)
Returns the root directory relative to the associated entity Id. |
java.io.File |
FileSystemService.getSponsorsDirectory(Id sponsorsId)
Deprecated. Since 9.0. Now handled by SponsorshipFileManager |
java.io.File |
FileManager.getUnprotectedRootDirectory(Id entityId)
Returns the root directory relative to the associated entity Id. |
java.lang.String |
FileManager.getUnprotectedWebRootDirectory(Id entityId)
Returns the web-root based directory path to the associated entity Id. |
java.lang.String |
FileSystemService.getWebAttemptDirectory(Course course,
Id attemptId,
blackboard.data.gradebook.impl.AttemptFile.FileType fileType)
Deprecated. Since 9.0. Now handled by GradebookFileManager |
java.lang.String |
FileSystemService.getWebAttemptDirectory(java.lang.String courseId,
Id attemptId,
blackboard.data.gradebook.impl.AttemptFile.FileType fileType)
Deprecated. Since 9.0. Now handled by GradebookFileManager |
java.lang.String |
FileSystemService.getWebBrandingDirectory(Id portalBrandingId)
Deprecated. Since 9.0. Now handled by BrandingFileManager |
java.lang.String |
FileSystemService.getWebContentDirectory(Course course,
Id contentId)
Deprecated. Since 9.0. Now handled by CourseContentFileManager |
java.lang.String |
FileSystemService.getWebContentDirectory(java.lang.String courseId,
Id contentId)
Deprecated. Since 9.0. Now handled by CourseContentFileManager |
java.lang.String |
FileSystemService.getWebDbDirectory(Course course,
Id msgId)
Deprecated. Since 9.0. Now handled by DiscussionBoardFileManager |
java.lang.String |
FileSystemService.getWebDbDirectory(java.lang.String courseId,
Id msgId)
Deprecated. Since 9.0. Now handled by DiscussionBoardFileManager |
java.lang.String |
FileSystemService.getWebMessagingDirectory(Id courseId)
Deprecated. Since 9.0. Now handled by CourseFileManager |
java.lang.String |
FileSystemService.getWebModuleDirectory(Id moduleId)
Deprecated. Since 9.0. Now handled by ModuleFileManager |
java.lang.String |
FileManager.getWebRootDirectory(Id entityId)
Returns the web-root based directory path to the associated entity Id. |
java.lang.String |
FileSystemService.getWebSponsorsDirectory(Id sponsorsId)
Deprecated. Since 9.0. Now handled by SponsorshipFileManager |
| Uses of Id in blackboard.platform.filesystem.manager |
|---|
| Methods in blackboard.platform.filesystem.manager with parameters of type Id | |
|---|---|
java.io.File |
GradebookFileManager.getAttemptDirectory(Course crs,
Id attemptId,
blackboard.data.gradebook.impl.AttemptFile.FileType fileType)
Returns the root directory relative to the course. |
java.io.File |
GradebookFileManager.getAttemptDirectory(Id courseId,
Id attemptId,
blackboard.data.gradebook.impl.AttemptFile.FileType fileType)
Returns the root directory relative to the course. |
java.io.File |
GradebookFileManager.getAttemptDirectory(Id courseId,
Id attemptId,
blackboard.platform.gradebook2.AttemptFileType fileType)
Returns the root directory relative to the course and attempt id. |
java.io.File |
GradebookFileManager.getAttemptDirectory(java.lang.String courseId,
Id attemptId,
blackboard.data.gradebook.impl.AttemptFile.FileType fileType)
Returns the root directory relative to the course. |
java.io.File |
GradebookFileManager.getCacheDirectory(Id courseId)
The cache directory is the location used to store temporary cache data used to display the grade center. |
protected Course |
DiscussionBoardFileManager.getCourseObject(Id crsId)
|
java.io.File |
GradebookFileManager.getGradebookDirectory(Id courseId)
Returns the directory that stores content for a gradebook for a given Course in the system. |
java.io.File |
GradebookFileManager.getGradebookDirectory(Id courseId,
Id attemptId)
Returns the directory that stores all content for a given Attempt in a given Course. |
java.io.File |
GradebookFileManager.getGradebookInstructorDirectory(Id courseId,
Id attemptId,
java.lang.String fileGuid)
Returns the directory that stores a comment file for a given Attempt in a given Course. |
java.io.File |
GradebookFileManager.getGradebookStudentDirectory(Id courseId,
Id attemptId,
java.lang.String fileGuid)
Returns the directory that stores a comment file for a given Attempt in a given Course. |
java.io.File |
CourseFileManager.getMessagingDirectory(Id crs)
Returns the root directory relative to the course. |
java.io.File |
CourseFileManager.getPageBannerDirectory(Id course,
Id id)
Returns page banner directory relative to the course, data type and id. |
java.io.File |
CourseFileManager.getRecycleDirectory(Id course)
Returns the root directory of the "recycle bin" for a specific course. |
java.io.File |
CourseContentFileManager.getRootDirectory(Course crs,
Id contentId)
Returns the directory that stores the given piece of content for the given Course. |
java.io.File |
SponsorshipFileManager.getRootDirectory(Id sponsorsId)
Returns the root directory relative to the branding for given host. |
java.io.File |
SessionFileManager.getRootDirectory(Id session)
Returns the root of the session directory registered for the application. |
java.io.File |
ModuleFileManager.getRootDirectory(Id moduleId)
Returns the root directory relative to the module for given host. |
java.io.File |
CourseFileManager.getRootDirectory(Id entityId)
Returns the root directory relative to the associated entity Id. |
java.io.File |
BrandingFileManager.getRootDirectory(Id portalBrandingId)
Returns the root directory relative to the branding for given host. |
java.io.File |
DiscussionBoardFileManager.getRootDirectory(Id crsId,
Id msgId)
Returns the root directory relative to the course. |
java.io.File |
CourseContentFileManager.getRootDirectory(Id crs,
Id contentId)
Returns the directory that stores the given piece of content for the given Course. |
java.io.File |
CourseContentFileManager.getRootDirectory(java.lang.String courseId,
Id contentId)
Returns the directory that stores the given piece of content for the given Course. |
java.io.File |
CourseContentFileManager.getStaffInfoDirectory(Id courseId,
Id staffInfoId)
Return the StaffInfo directory |
java.lang.String |
GradebookFileManager.getWebAttemptDirectory(Id courseId,
Id attemptId,
blackboard.data.gradebook.impl.AttemptFile.FileType fileType)
Returns the web based root directory relative to the course and attempt id. |
java.lang.String |
GradebookFileManager.getWebAttemptDirectory(Id courseId,
Id attemptId,
blackboard.platform.gradebook2.AttemptFileType fileType)
Returns the web based root directory relative to the course and attempt id. |
java.lang.String |
GradebookFileManager.getWebAttemptDirectory(Id crsId,
java.lang.String attemptId,
blackboard.data.gradebook.impl.AttemptFile.FileType fileType)
Returns the web based root directory relative to the course and attempt id. |
java.lang.String |
GradebookFileManager.getWebContentDirectory(Id crsId)
Returns the web based directory where content and course document items are stored. |
java.lang.String |
GradebookFileManager.getWebContentDirectory(Id crsId,
Id contentId)
Returns the web based directory where content and course document items are stored. |
java.lang.String |
CourseFileManager.getWebMessagingDirectory(Id crs)
Returns the url to messages directory relative to the course. |
java.lang.String |
CourseFileManager.getWebPageBannerDirectory(Id course,
Id id)
Returns the url to page banner directory relative to the course, data type and id. |
java.lang.String |
CourseContentFileManager.getWebRootDirectory(Course crs,
Id contentId)
Returns the web based directory where content and course document items are stored. |
java.lang.String |
SponsorshipFileManager.getWebRootDirectory(Id sponsorsId)
Returns the web based root directory relative to the branding for given host. |
java.lang.String |
SessionFileManager.getWebRootDirectory(Id session)
Returns the web based root directory relative to the session. |
java.lang.String |
ModuleFileManager.getWebRootDirectory(Id moduleId)
Returns the web based root directory relative to the module for given host. |
java.lang.String |
CourseFileManager.getWebRootDirectory(Id entityId)
Returns the web-root based directory path to the associated entity Id. |
java.lang.String |
BrandingFileManager.getWebRootDirectory(Id portalBrandingId)
Returns the web based root directory relative to the branding for given host. |
java.lang.String |
DiscussionBoardFileManager.getWebRootDirectory(Id crsId,
Id msgId)
Returns the web based root directory relative to the course and message id. |
java.lang.String |
CourseContentFileManager.getWebRootDirectory(Id crsId,
Id contentId)
Returns the web based directory where content and course document items are stored. |
java.lang.String |
CourseContentFileManager.getWebRootDirectory(java.lang.String courseId,
Id contentId)
Returns the web based directory where content and course document items are stored. |
java.lang.String |
CourseContentFileManager.getWebStaffInfoDirectory(Id courseId,
Id staffInfoId)
Returns the web based root directory relative to the course and staffinformation id. |
boolean |
SessionFileManager.isSessionDirExist(Id session)
|
| Uses of Id in blackboard.platform.integration |
|---|
| Methods in blackboard.platform.integration that return Id | |
|---|---|
Id |
CourseLmsIntegration.getCourseId()
Returns the Id of the relationship's Course |
Id |
LmsIntegration.getDataSourceId()
Returns the Id of the integration's BbDataSource |
Id |
UserLmsIntegration.getLmsIntegrationId()
Returns the Id of the relationship's LmsIntegration |
Id |
CourseLmsIntegration.getLmsIntegrationId()
Returns the Id of the relationship's LmsIntegration |
Id |
LmsIntegration.getRoleId()
Returns the Id of the integration's PortalRole |
Id |
LmsIntegration.getTabId()
Returns the Id of the integration's Tab |
Id |
UserLmsIntegration.getUserId()
Returns the Id of the relationship's User |
| Methods in blackboard.platform.integration with parameters of type Id | |
|---|---|
void |
CourseLmsIntegration.setCourseId(Id courseId)
Set the Id of the relationship's Course |
void |
LmsIntegration.setDataSourceId(Id dataSourceId)
Sets the Id of the integration's BbDataSource |
void |
UserLmsIntegration.setLmsIntegrationId(Id integrationId)
Set the Id of the relationship's LmsIntegration |
void |
CourseLmsIntegration.setLmsIntegrationId(Id integrationId)
Set the Id of the relationship's LmsIntegration |
void |
LmsIntegration.setRoleId(Id roleId)
Sets the Id of the integration's PortalRole |
void |
LmsIntegration.setTabId(Id tabId)
Sets the Id of the integration's Tab |
void |
UserLmsIntegration.setUserId(Id userId)
Sets the Id of the relationship's User |
| Uses of Id in blackboard.platform.integration.exchange |
|---|
| Methods in blackboard.platform.integration.exchange that return Id | |
|---|---|
Id |
AnnouncementXO.getExtCourseId()
Returns the Id of the Academic Suite Course that
this announcement should be associated with. |
| Methods in blackboard.platform.integration.exchange with parameters of type Id | |
|---|---|
void |
AnnouncementXO.setExtCourseId(Id extCourseId)
Store the Id of the Academic Suite Course that
this announcement should be associated with. |
| Uses of Id in blackboard.platform.integration.extension |
|---|
| Methods in blackboard.platform.integration.extension that return Id | |
|---|---|
protected Id |
AbstractIntegrationProvider.getIntegrationId()
Retrieves the Id of the current integration. |
| Methods in blackboard.platform.integration.extension that return types with arguments of type Id | |
|---|---|
java.util.Set<Id> |
AbstractAuthenticationProvider.checkActivity(java.util.Set<Id> userIds)
|
| Methods in blackboard.platform.integration.extension with parameters of type Id | |
|---|---|
void |
AbstractAuthenticationProvider.flushCachedCredentials(Id userId)
|
java.util.Set<javax.servlet.http.Cookie> |
AbstractAuthenticationProvider.getCookies(Id userId)
|
java.util.Set<javax.servlet.http.Cookie> |
AbstractAuthenticationProvider.getCookies(Id userId,
java.lang.String baseUrl)
|
java.lang.String |
AbstractAuthenticationProvider.getSharedCookieDomain(Id userId)
|
void |
AbstractIntegrationEventListener.integrationDeleted(Id integrationId)
|
boolean |
AbstractAuthenticationProvider.login(Id userId,
java.lang.String password)
|
void |
AbstractAuthenticationProvider.logout(Id userId)
|
void |
AbstractAuthenticationProvider.setCookies(Id userId,
java.util.Set<javax.servlet.http.Cookie> cookies)
|
void |
AbstractIntegrationEventListener.userDeintegrated(Id userId)
|
| Method parameters in blackboard.platform.integration.extension with type arguments of type Id | |
|---|---|
java.util.Set<Id> |
AbstractAuthenticationProvider.checkActivity(java.util.Set<Id> userIds)
|
| Uses of Id in blackboard.platform.integration.provider |
|---|
| Methods in blackboard.platform.integration.provider that return types with arguments of type Id | |
|---|---|
java.util.Set<Id> |
AuthenticationProvider.checkActivity(java.util.Set<Id> userIds)
Used to confirm which user sessions have had recent activity on the external LMS. |
| Methods in blackboard.platform.integration.provider with parameters of type Id | |
|---|---|
void |
AuthenticationProvider.flushCachedCredentials(Id userId)
When this is called, the provider should clear any internally cached information about the specified user's session. |
java.util.Set<javax.servlet.http.Cookie> |
AuthenticationProvider.getCookies(Id userId)
Deprecated. Since 9.1. Please implement the alternate getCookies(Id, String) method. It is recommended that the provider maintain an internal cache of these cookies, as this method is called relatively often. |
java.util.Set<javax.servlet.http.Cookie> |
AuthenticationProvider.getCookies(Id userId,
java.lang.String baseUrl)
Requests updated cookies for the user's external LMS session. |
java.lang.String |
AuthenticationProvider.getSharedCookieDomain(Id userId)
Determines the cookie domain shared by Academic Suite and the external LMS. |
boolean |
AuthenticationProvider.login(Id userId,
java.lang.String password)
Pass the user's password to the external LMS for validation. |
void |
AuthenticationProvider.logout(Id userId)
Notifies the external LMS that a user has logged out of Academic Suite. |
void |
AuthenticationProvider.setCookies(Id userId,
java.util.Set<javax.servlet.http.Cookie> cookies)
Invoked by the integration framework when it detects any new cookies on the browser for the current integration. |
| Method parameters in blackboard.platform.integration.provider with type arguments of type Id | |
|---|---|
java.util.Set<Id> |
AuthenticationProvider.checkActivity(java.util.Set<Id> userIds)
Used to confirm which user sessions have had recent activity on the external LMS. |
| Uses of Id in blackboard.platform.integration.service |
|---|
| Methods in blackboard.platform.integration.service that return Id | |
|---|---|
Id |
IntegrationContext.getIntegrationId()
Gets the Id of the current LmsIntegration instance. |
Id |
IntegrationContext.getUserId()
Gets the Id of the current User. |
| Methods in blackboard.platform.integration.service with parameters of type Id | |
|---|---|
boolean |
UserIntegrationManager.doesUserHaveIntegrations(Id userId)
Determines if a user is a member of any integrations |
java.util.List<UserLmsIntegration> |
UserIntegrationManager.getAllIntegrationsByUserId(Id userId)
Gets a list of all integration records for a user. |
static AnnouncementProvider |
LmsProviderFactory.getAnnouncementProvider(Id integrationId)
Get the AnnouncementProvider for the specified integration |
static AuthenticationProvider |
LmsProviderFactory.getAuthenticationProvider(Id integrationId)
Get the AuthenticationProvider for the specified integration |
static ContentSystemProvider |
LmsProviderFactory.getContentSystemProvider(Id integrationId)
Get the ContentSystemProvider for the specified integration Note that this is an optional provider. |
CourseLmsIntegration |
CourseIntegrationManager.getCourseIntegration(Id courseId)
Retrieves a course-integration mapping based on the provided courseId if the integration is active. |
LmsIntegration |
LmsIntegrationManager.getIntegrationById(Id id)
Gets an LmsIntegration record by its Id. |
static MigrationProvider |
LmsProviderFactory.getMigrationProvider(Id integrationId)
Get the MigrationProvider for the specified integration Note that this is an optional provider. |
static NavigationProvider |
LmsProviderFactory.getNavigationProvider(Id integrationId)
Get the NavigationProvider for the specified integration |
static PortletProvider |
LmsProviderFactory.getPortletProvider(Id integrationId)
Get the PortletProvider for the specified integration |
static SupportProvider |
LmsProviderFactory.getSupportProvider(Id integrationId)
Get the SupportProvider for the specified integration |
UserLmsIntegration |
IntegrationContext.getUserIntegration(Id userId)
Gets the UserLmsIntegration for a current user/integration instance. |
UserLmsIntegration |
UserIntegrationManager.getUserLmsIntegrationBySourcedid(Id integrationId,
java.lang.String sourcedidSource,
java.lang.String sourcedidId)
Gets a user's integration record for a single integration based on their LMS IMS SourcedId. |
UserLmsIntegration |
UserIntegrationManager.getUserLmsIntegrationByUserId(Id integrationId,
Id userId)
Gets a user's integration record for a single integration based on their User Id. |
void |
IntegrationEventListener.integrationDeleted(Id integrationId)
Indicates that an integration has been deleted. |
boolean |
CourseIntegrationManager.isCourseIntegrated(Id courseId)
Determines if a course is integrated (i.e hosted within an external LMS) Note: Do not use this function if you're going to load the course integration afterwards. |
boolean |
CourseIntegrationManager.isCourseOwnedByIntegration(Id courseId)
Determines if a course is owned by the integration. |
boolean |
UserIntegrationManager.isUserOwnedByIntegration(Id userId)
Determines if a user is owned by the integration. |
void |
UserIntegrationManager.removeUserFromLmsIntegration(Id userId,
Id lmsIntegrationId,
boolean heavy)
Removes a user from an integration. |
void |
IntegrationEventListener.userDeintegrated(Id userId)
Indicates that a user has been removed from an integration At the time that this event is triggered, the UserLmsIntegration
record will have already been removed. |
| Uses of Id in blackboard.platform.monitor |
|---|
| Methods in blackboard.platform.monitor that return Id | |
|---|---|
Id |
MonitorEvent.getUserId()
Returns the id of the context user at the creation time of the event. |
| Uses of Id in blackboard.platform.monitor.session |
|---|
| Methods in blackboard.platform.monitor.session that return Id | |
|---|---|
Id |
SessionInfo.getUserId()
Returns the user id associated with the session. |
| Uses of Id in blackboard.platform.plugin |
|---|
| Methods in blackboard.platform.plugin that return Id | |
|---|---|
static Id |
PlugInUtil.getCourseId()
Returns the CourseId based on the current context. |
static Id |
PlugInUtil.getCourseId(javax.servlet.http.HttpServletRequest request)
Deprecated. Since 9.1. Use getCourseId() |
| Methods in blackboard.platform.plugin with parameters of type Id | |
|---|---|
void |
PlugInManager.clearForUpdate(Id id)
Removes applications, content handlers, links, channels but NOT the module, module type, or plugin. |
void |
PlugInManager.deactivatePlugIn(Id id)
Sets plugins status to inactive and unregisters the webapp |
void |
PlugInManager.disablePlugIn(Id id)
Disables the plugin specified by Id. |
void |
PlugInManager.enablePlugIn(Id id)
Enables the specified plugin. |
java.io.File |
PlugInManager.getBundleFile(Id plugInId,
BbLocale locale)
getBundleFile |
java.lang.String |
PlugInManager.getBundleName(Id plugInId)
|
static java.lang.String |
PlugInUtil.getContentReturnURL(Id contentId,
Id courseId)
Returns the URL for the Content page, retaining the current edit mode |
static java.lang.String |
PlugInUtil.getDisplayContentReturnURL(Id contentId,
Id courseId)
Returns the return URL for jsps going back to the Editable Content page. |
static java.lang.String |
PlugInUtil.getEditableContentReturnURL(Id contentId,
Id courseId)
Returns the return URL for jsps going back to the Editable Content page. |
blackboard.platform.plugin.PlugIn |
PlugInManager.getPlugIn(Id id)
Returns the PlugIn identified by the specified Id. |
protected blackboard.platform.plugin.PlugIn |
PlugInManager.getPlugIn(Id id,
blackboard.platform.vxi.data.VirtualInstallation vi)
Simply returns the identified plugin for the specified virtual installation |
java.util.List<java.lang.String> |
PlugInManager.getPlugInLocales(Id plugInId)
getPlugInLocales |
boolean |
PlugInManager.hasDisabledAndNoModuleGroupModules(Id pluginId)
Returns true if there are disabled modules that also are not associated with any module group associated with the plugin |
boolean |
PlugInManager.isPlugInLocalized(Id plugInId)
Indicates whether the identified plugin is a "localized" plugin -- contains locale specifics resources. |
void |
PlugInManager.removePlugIn(Id id)
Deletes the specified plugin. |
void |
PlugInManager.setDataIntegrationsInactive(Id plugInId)
Set any DataIntegrations associated with this PlugIn to 'inactive' |
void |
PlugInManager.setDefaultOnState(Id id,
blackboard.platform.plugin.PlugIn.DefaultOn newDefaultOn)
Update the "default on in courses" setting on the plugin id |
| Uses of Id in blackboard.platform.security |
|---|
| Methods in blackboard.platform.security that return Id | |
|---|---|
Id |
Entitlement.getId()
|
Id |
Entitlement.getPlugInId()
|
| Methods in blackboard.platform.security that return types with arguments of type Id | |
|---|---|
static java.util.Set<Id> |
SecurityUtil.getCourseIdsWithEntitlement(Id userId,
Entitlement entitlement)
Returns a Set of course ids in which the user has the specified entitlement. |
| Methods in blackboard.platform.security with parameters of type Id | |
|---|---|
static void |
SecurityUtil.checkEntitlementInContext(java.lang.String uid,
Id context)
Checks if the current user in the specified context has the specified entitlement. |
static java.util.Set<Id> |
SecurityUtil.getCourseIdsWithEntitlement(Id userId,
Entitlement entitlement)
Returns a Set of course ids in which the user has the specified entitlement. |
void |
Entitlement.setId(Id id)
|
void |
Entitlement.setPlugInId(Id plugInId)
|
static boolean |
SecurityUtil.userHasEntitlement(Id userId,
Id courseId,
Entitlement entitlement)
Returns whether the user in a particular course has the specified entitlement. |
static boolean |
SecurityUtil.userHasEntitlementInContext(Entitlement entitlement,
Id targetContextId)
Wrapper method for AccessManagerService.userHasEntitlementInContext(Entitlement, Id ). |
static boolean |
SecurityUtil.userHasEntitlementInContext(java.lang.String entitlementUid,
Id targetContextId)
Wrapper method for AccessManagerService.userHasEntitlementInContext(String, Id ). |
| Uses of Id in blackboard.platform.session |
|---|
| Methods in blackboard.platform.session that return Id | |
|---|---|
Id |
BbSession.getUserId()
Returns the Id of the user associated with this session. |
| Uses of Id in blackboard.portal.external |
|---|
| Methods in blackboard.portal.external with parameters of type Id | |
|---|---|
static CustomData |
CustomData.getCustomData(Id moduleId,
Id portalViewerId)
Get CustomData without detailed reference to PortalRequestContext information. |
| Uses of Id in blackboard.util |
|---|
| Methods in blackboard.util with parameters of type Id | |
|---|---|
static void |
EditModeUtil.setEditMode(Id userId,
Id courseId,
boolean isEditMode)
This method is called when a user selects the "Edit Mode On" button. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||