|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ValidationException | |
|---|---|
| blackboard.admin.data | Package dedicated for common interfaces and abstractions shared for administrative data objects. |
| blackboard.admin.data.category | Package containing concrete references to the instantiation of Category themed objects. |
| blackboard.admin.data.course | Package containing concrete references to the instantiation of Course/Organization themed objects. |
| blackboard.admin.data.datasource | Package containing concrete references to the instantiation of Data Source themed objects. |
| blackboard.admin.data.user | Package containing concrete references to the instantiation of User themed objects. |
| blackboard.admin.persist.category | Package dedicated for common interfaces shared for persistence and loading of Category themed objects. |
| blackboard.admin.persist.course | Package dedicated for common interfaces and abstractions shared for persistence and loading of Course/Organization themed objects. |
| blackboard.admin.persist.datasource | Package dedicated for common interfaces shared for persistence and loading of DataSource themed objects. |
| blackboard.admin.persist.user | Package dedicated for common interfaces shared for persistence and loading of User themed objects. |
| blackboard.cms.metadata | |
| blackboard.cms.portfolio | |
| blackboard.data | Provides the base classes for the persistence layer of platform API. |
| blackboard.data.announcement | Provides classes used to store "announcements" in the Blackboard system. |
| blackboard.data.calendar | Provides classes used to store entries in the course, system, and personal calendars in the Blackboard system. |
| blackboard.data.content | Provides the classes used to store course content in Blackboard. |
| blackboard.data.course | Provides the classes used to interact with course definitions in Blackboard. |
| blackboard.data.discussionboard | |
| blackboard.data.discussionboard.datamanager | |
| blackboard.data.gradebook | Provides the public implementation classes for Gradebook subsystem. |
| blackboard.data.navigation | |
| blackboard.data.role | |
| blackboard.data.user | Provides the classes used to interact with user definitions in Blackboard. |
| blackboard.persist | |
| blackboard.persist.announcement | |
| blackboard.persist.calendar | |
| blackboard.persist.content | |
| blackboard.persist.course | |
| blackboard.persist.discussionboard | |
| blackboard.persist.gradebook | |
| blackboard.persist.registry | |
| blackboard.persist.role | |
| blackboard.persist.user | |
| blackboard.platform.plugin | |
| blackboard.platform.security | |
| blackboard.portal.external | |
| Uses of ValidationException in blackboard.admin.data |
|---|
| Methods in blackboard.admin.data that throw ValidationException | |
|---|---|
void |
IAdminObject.validate()
Validates the contents of this IAdminObject. |
| Uses of ValidationException in blackboard.admin.data.category |
|---|
| Methods in blackboard.admin.data.category that throw ValidationException | |
|---|---|
void |
OrganizationCategoryMembership.validate()
Validates the contents of this CategoryMembership. |
void |
CourseCategoryMembership.validate()
Validates the contents of this CategoryMembership. |
void |
AdminCategory.validate()
Validates the contents of this AdminCategory. |
| Uses of ValidationException in blackboard.admin.data.course |
|---|
| Methods in blackboard.admin.data.course that throw ValidationException | |
|---|---|
void |
Membership.validate()
Validates the contents of this Membership. |
void |
AdminCourse.validate()
Validates the contents of this AdminCourse. |
| Uses of ValidationException in blackboard.admin.data.datasource |
|---|
| Methods in blackboard.admin.data.datasource that throw ValidationException | |
|---|---|
void |
DataSource.validate()
Validates the contents of this DataSource. |
| Uses of ValidationException in blackboard.admin.data.user |
|---|
| Methods in blackboard.admin.data.user that throw ValidationException | |
|---|---|
void |
Person.validate()
Validates the contents of this Person. |
void |
ObserverAssociation.validate()
Validates the contents of this ObserverAssociation. |
| Uses of ValidationException in blackboard.admin.persist.category |
|---|
| Methods in blackboard.admin.persist.category that throw ValidationException | |
|---|---|
void |
CourseCategoryPersister.changeKey(CourseCategory obj,
java.lang.String newKey)
Changes the batch uid for CourseCategory data. |
void |
OrganizationCategoryPersister.changeKey(OrganizationCategory obj,
java.lang.String newKey)
Changes the batch uid for OrganizationCategory data. |
void |
CourseCategoryPersister.insert(CourseCategory objToSave)
Inserts the supplied CourseCategory. |
void |
CourseCategoryMembershipPersister.insert(CourseCategoryMembership objToSave)
Inserts the supplied CourseCategoryMembership. |
void |
OrganizationCategoryPersister.insert(OrganizationCategory objToSave)
Inserts the supplied OrganizationCategory. |
void |
OrganizationCategoryMembershipPersister.insert(OrganizationCategoryMembership objToSave)
Inserts the supplied OrganizationCategoryMembership. |
void |
CourseCategoryPersister.remove(CourseCategory obj)
Removes the supplied CourseCategory. |
void |
CourseCategoryMembershipPersister.remove(CourseCategoryMembership obj)
Removes the supplied CourseCategoryMembership. |
void |
OrganizationCategoryPersister.remove(OrganizationCategory obj)
Removes the supplied OrganizationCategory. |
void |
OrganizationCategoryMembershipPersister.remove(OrganizationCategoryMembership obj)
Removes the supplied OrganizationCategoryMembership. |
void |
CourseCategoryPersister.save(CourseCategory objToSave)
Inserts or updates the supplied CourseCategory. |
void |
CourseCategoryMembershipPersister.save(CourseCategoryMembership objToSave)
Inserts or updates the supplied CourseCategoryMembership. |
void |
CourseCategoryMembershipPersister.save(CourseCategoryMembership objToSave,
java.lang.String strSessionId)
Inserts or updates the supplied CourseCategoryMembership. |
void |
CourseCategoryPersister.save(CourseCategory objToSave,
java.lang.String strSessionId)
Inserts or updates the supplied CourseCategory. |
void |
OrganizationCategoryPersister.save(OrganizationCategory objToSave)
Inserts or updates the supplied OrganizationCategory. |
void |
OrganizationCategoryMembershipPersister.save(OrganizationCategoryMembership objToSave)
Inserts or updates the supplied OrganizationCategoryMembership. |
void |
OrganizationCategoryMembershipPersister.save(OrganizationCategoryMembership objToSave,
java.lang.String strSessionId)
Inserts or updates the supplied OrganizationCategoryMembership. |
void |
OrganizationCategoryPersister.save(OrganizationCategory objToSave,
java.lang.String strSessionId)
Inserts or updates the supplied OrganizationCategory. |
void |
CourseCategoryPersister.update(CourseCategory objToSave)
Updates the supplied CourseCategory. |
void |
CourseCategoryMembershipPersister.update(CourseCategoryMembership objToSave)
Updates the supplied CourseCategoryMembership. |
void |
OrganizationCategoryPersister.update(OrganizationCategory objToSave)
Updates the supplied OrganizationCategory. |
void |
OrganizationCategoryMembershipPersister.update(OrganizationCategoryMembership objToSave)
Updates the supplied OrganizationCategoryMembership. |
| Uses of ValidationException in blackboard.admin.persist.course |
|---|
| Methods in blackboard.admin.persist.course that throw ValidationException | |
|---|---|
void |
CourseSitePersister.changeKey(CourseSite obj,
java.lang.String newKey)
Changes the batch uid for CourseSite data. |
void |
OrganizationPersister.changeKey(Organization obj,
java.lang.String newKey)
Changes the batch uid for Organization data. |
void |
OrganizationPersister.clone(java.lang.String srcOrgBatchUid,
java.lang.String tgtOrgBatchUid,
CloneConfig cfg)
Peforms a clone operation by copying content and attributes from the Organization
to that specified as the target. |
void |
CourseSitePersister.clone(java.lang.String srcCrsBatchUid,
java.lang.String tgtCrsBatchUid,
CloneConfig cfg)
Peforms a clone operation by copying content and attributes from the Course Site
to that specified as the target. |
void |
AdminCourseCoursePersister.insert(AdminCourseCourse objToSave)
Inserts the supplied AdminCourseCourse. |
void |
CourseSitePersister.insert(CourseSite objToSave)
Inserts the supplied CourseSite. |
void |
EnrollmentPersister.insert(Enrollment objToSave)
Inserts the supplied Enrollment. |
void |
OrganizationPersister.insert(Organization objToSave)
Inserts the supplied Organization. |
void |
OrganizationMembershipPersister.insert(OrganizationMembership objToSave)
Inserts the supplied OrganizationMembership. |
void |
StaffAssignmentPersister.insert(StaffAssignment objToSave)
Inserts the supplied StaffAssignment. |
void |
AdminCourseCoursePersister.remove(AdminCourseCourse obj)
Removes the supplied AdminCourseCourse. |
void |
EnrollmentPersister.remove(Enrollment obj)
Removes the supplied Enrollment. |
void |
OrganizationPersister.remove(Organization obj)
Removes the supplied Organization. |
void |
OrganizationMembershipPersister.remove(OrganizationMembership obj)
Removes the supplied OrganizationMembership. |
void |
StaffAssignmentPersister.remove(StaffAssignment obj)
Removes the supplied StaffAssignment. |
void |
AdminCourseCoursePersister.save(AdminCourseCourse objToSave)
Inserts or updates the supplied AdminCourseCourse. |
void |
AdminCourseCoursePersister.save(AdminCourseCourse objToSave,
java.lang.String strSessionId)
Inserts or updates the supplied AdminCourseCourse. |
void |
CourseSitePersister.save(CourseSite objToSave)
Inserts or updates the supplied CourseSite. |
void |
CourseSitePersister.save(CourseSite objToSave,
java.lang.String strSessionId)
Inserts or updates the supplied CourseSite. |
void |
EnrollmentPersister.save(Enrollment objToSave)
Inserts or updates the supplied Enrollment. |
void |
EnrollmentPersister.save(Enrollment objToSave,
java.lang.String strSessionId)
Inserts or updates the supplied Enrollment. |
void |
OrganizationPersister.save(Organization objToSave)
Inserts or updates the supplied Organization. |
void |
OrganizationMembershipPersister.save(OrganizationMembership objToSave)
Inserts or updates the supplied OrganizationMembership. |
void |
OrganizationMembershipPersister.save(OrganizationMembership objToSave,
java.lang.String strSessionId)
Inserts or updates the supplied OrganizationMembership. |
void |
OrganizationPersister.save(Organization objToSave,
java.lang.String strSessionId)
Inserts or updates the supplied Organization. |
void |
StaffAssignmentPersister.save(StaffAssignment objToSave)
Inserts or updates the supplied StaffAssignment. |
void |
StaffAssignmentPersister.save(StaffAssignment objToSave,
java.lang.String strSessionId)
Inserts or updates the supplied StaffAssignment. |
void |
AdminCourseCoursePersister.update(AdminCourseCourse objToSave)
Updates the supplied AdminCourseCourse. |
void |
CourseSitePersister.update(CourseSite objToSave)
Updates the supplied CourseSite. |
void |
EnrollmentPersister.update(Enrollment objToSave)
Updates the supplied Enrollment. |
void |
OrganizationPersister.update(Organization objToSave)
Updates the supplied Organization. |
void |
OrganizationMembershipPersister.update(OrganizationMembership objToSave)
Updates the supplied OrganizationMembership. |
void |
StaffAssignmentPersister.update(StaffAssignment objToSave)
Updates the supplied StaffAssignment. |
| Uses of ValidationException in blackboard.admin.persist.datasource |
|---|
| Methods in blackboard.admin.persist.datasource that throw ValidationException | |
|---|---|
void |
DataSourcePersister.create(DataSource dataSource)
Creates DataSource |
DataSource |
DataSourceManager.create(java.lang.String batchUid,
java.lang.String description)
Create a new DataSource. |
void |
DataSourcePersister.modify(DataSource dataSource)
Modifies DataSource |
void |
DataSourceManager.modify(DataSource ds)
Modify a DataSource. |
| Uses of ValidationException in blackboard.admin.persist.user |
|---|
| Methods in blackboard.admin.persist.user that throw ValidationException | |
|---|---|
void |
PersonPersister.changeKey(Person obj,
java.lang.String newKey)
Changes the batch uid for Person data. |
void |
ObserverAssociationPersister.insert(ObserverAssociation objToSave)
Inserts the supplied ObserverAssociation. |
void |
PersonPersister.insert(Person objToSave)
Inserts the supplied Person. |
void |
ObserverAssociationPersister.remove(ObserverAssociation obj)
Removes the supplied ObserverAssociation. |
void |
PersonPersister.remove(Person objToRemove)
Removes the supplied Person. |
void |
ObserverAssociationPersister.save(ObserverAssociation objToSave)
Inserts or updates the supplied ObserverAssociation. |
void |
ObserverAssociationPersister.save(ObserverAssociation objToSave,
java.lang.String strSessionId)
Inserts or updates the supplied ObserverAssociation. |
void |
PersonPersister.save(Person objToSave)
Inserts or updates the supplied Person. |
void |
PersonPersister.save(Person objToSave,
java.lang.String strSessionId)
Inserts or updates the supplied Person. |
void |
ObserverAssociationPersister.update(ObserverAssociation objToSave)
Updates the supplied ObserverAssociation. |
void |
PersonPersister.update(Person objToSave)
Updates the supplied Person. |
| Uses of ValidationException in blackboard.cms.metadata |
|---|
| Methods in blackboard.cms.metadata that throw ValidationException | |
|---|---|
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. |
void |
XythosMetadata.validate()
Validates the contents of this BbObject. |
void |
MetadataTemplate.validate()
Deprecated. Validates the contents of this MetadataTemplate. |
| Uses of ValidationException in blackboard.cms.portfolio |
|---|
| Methods in blackboard.cms.portfolio that throw ValidationException | |
|---|---|
static void |
PortfolioUserAccessManager.saveFolderAssociation(blackboard.platform.portfolio.BasicPortfolioFolderAssociation association)
|
| Uses of ValidationException in blackboard.data |
|---|
| Methods in blackboard.data with parameters of type ValidationException | |
|---|---|
void |
ValidationException.include(ValidationException ve)
Provides ability to chain ValidationExceptions that are spawned in seperate method calls but share a line of processing. |
| Methods in blackboard.data that throw ValidationException | |
|---|---|
void |
BbObject.persist()
Inserts or updates the current BbObject in a lightweight fashion. |
void |
IBbObject.validate()
Validates the contents of this IBbObject. |
void |
BbObject.validate()
Validates the contents of this BbObject. |
| Uses of ValidationException in blackboard.data.announcement |
|---|
| Methods in blackboard.data.announcement that throw ValidationException | |
|---|---|
void |
Announcement.validate()
Validates the contents of this Announcement. |
| Uses of ValidationException in blackboard.data.calendar |
|---|
| Methods in blackboard.data.calendar that throw ValidationException | |
|---|---|
void |
CalendarEntry.validate()
Validates the contents of this CalendarEntry object. |
| Uses of ValidationException in blackboard.data.content |
|---|
| Methods in blackboard.data.content that throw ValidationException | |
|---|---|
ContentFile |
ContentWrapper.addContentFile(Content content,
java.io.File file,
java.lang.String fileName,
java.lang.String linkName,
ContentFile.Action contentFileAction,
java.sql.Connection con)
|
void |
Upload.validate()
Validates the contents of this Upload object. |
void |
StaffInfo.validate()
Validates the contents of this StaffInfo. |
void |
Link.validate()
Validates the contents of this Link. |
void |
GroupUpload.validate()
Validates the contents of this GroupUpload object. |
void |
CourseUpload.validate()
Validates the contents of this CourseUpload object. |
void |
ContentFile.validate()
Validates the contents of this ContentFile. |
void |
Content.validate()
Validates the contents of this Content. |
| Uses of ValidationException in blackboard.data.course |
|---|
| Methods in blackboard.data.course that throw ValidationException | |
|---|---|
void |
GroupMembership.validate()
Note: this method is never called after the refactoring of GroupMembershipPersisterImpl to use the GroupMembershipDAO Validates the contents of this GroupMembership. |
void |
Group.validate()
Note: this method is never called after the refactoring of GroupPersisterImpl to use the GroupDAO Validates the contents of this Group. |
void |
CourseMembership.validate()
Validates the contents of this CourseMembership. |
void |
Course.validate()
Validates the contents of this Course. |
void |
Cartridge.validate()
Validates the contents of this Cartridge. |
| Uses of ValidationException in blackboard.data.discussionboard |
|---|
| Methods in blackboard.data.discussionboard that throw ValidationException | |
|---|---|
void |
UserMsgState.validate()
Validates the contents of this UserMsgState. |
void |
UserForumSettings.validate()
Validates the contents of this UserForumSettings. |
void |
MessageLabel.validate()
Validates the contents of this MessageLabel object. |
void |
MessageAttachment.validate()
Validates the contents of this MessageAttachment object. |
void |
Message.validate()
Validates the contents of this BbObject. |
void |
Forum.validate()
Validates the contents of this Forum. |
void |
Conference.validate()
Validates the contents of this Conference. |
| Uses of ValidationException in blackboard.data.discussionboard.datamanager |
|---|
| Methods in blackboard.data.discussionboard.datamanager that throw ValidationException | |
|---|---|
UserMsgState |
UserMsgStateManager.create(Id messageId,
Id userId)
Set the user's read state for the message |
void |
DiscussionBoardGradeManager.createOutcome(blackboard.data.gradebook.impl.OutcomeDefinition ocd,
CourseMembership cm,
java.lang.String points)
Create outcome. |
UserMsgState |
UserMsgStateManager.recordMessageReadStateAndReadCount(Id messageId,
Id userId)
Record the UserMsgState's read-state of a particular message-user combination |
void |
ConferenceManager.save(Conference conference)
Save a conference. |
void |
ForumManager.save(Forum obj)
Save forum. |
void |
MessageManager.save(Message message)
Save a message. |
void |
UserForumSettingsManager.save(UserForumSettings ufs)
Inserts or updates the supplied UserForumSettings object |
void |
UserMsgStateManager.save(UserMsgState ums)
save a UserMsgState object. |
void |
ForumManager.saveProperties(ForumProperties fp)
Save the forum property settings. |
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 |
| Uses of ValidationException in blackboard.data.gradebook |
|---|
| Methods in blackboard.data.gradebook that throw ValidationException | |
|---|---|
void |
Score.validate()
Validates the contents of this Score. |
void |
Lineitem.validate()
Validates the contents of this LineItem. |
| Uses of ValidationException in blackboard.data.navigation |
|---|
| Methods in blackboard.data.navigation that throw ValidationException | |
|---|---|
void |
CourseToc.validate()
Validates the contents of this CourseToc. |
| Uses of ValidationException in blackboard.data.role |
|---|
| Methods in blackboard.data.role that throw ValidationException | |
|---|---|
void |
PortalRole.validate()
Validates the contents of this PortalRole. |
| Uses of ValidationException in blackboard.data.user |
|---|
| Methods in blackboard.data.user that throw ValidationException | |
|---|---|
void |
UserRole.validate()
Validates the contents of this UserRole. |
void |
User.validate()
Validates the contents of this User. |
| Uses of ValidationException in blackboard.persist |
|---|
| Methods in blackboard.persist that throw ValidationException | |
|---|---|
void |
PersistenceRuntimeException.convertToCheckedPEorVE()
This method is useful for converting between the unchecked exceptions of the new persistence model (DAO pattern) and the older checked exception model. |
void |
IdentifiableDbPersister.persist(T t)
Generically persist any identifiable object |
void |
IdentifiableDbPersister.persist(T t,
java.sql.Connection conn)
Generically persist any identifiable object |
| Uses of ValidationException in blackboard.persist.announcement |
|---|
| Methods in blackboard.persist.announcement that throw ValidationException | |
|---|---|
void |
AnnouncementDbPersister.persist(Announcement announcement)
Deprecated. Since 9.0. Use AnnouncementManager.save() instead. Saves the given announcement to the system, placing it at the top of the list of announcements for its context (ie, the course/org that it's created in, or the global announcement list if it's a system announcement). Some notes on usage:
|
void |
AnnouncementDbPersister.persist(Announcement announcement,
java.sql.Connection con)
Deprecated. Since 9.0. Use AnnouncementManager.save() instead. NOTE: The "con" parameter is no longer supported, and will be ignored. It uses the implicit context in all cases. Saves the given announcement to the system, placing it at the top of the list of announcements for its context (ie, the course/org that it's created in, or the global announcement list if it's a system announcement). Some notes on usage:
|
void |
AnnouncementDbPersister.persistSimple(Announcement announcement,
java.sql.Connection con)
Performs a simple persist of the given announcement; which is to say, it does not do any automatic reordering, nor does it register the announcement with Nautilus. |
| Uses of ValidationException in blackboard.persist.calendar |
|---|
| Methods in blackboard.persist.calendar that throw ValidationException | |
|---|---|
void |
CalendarEntryDbPersister.persist(CalendarEntry calendarEntry)
Inserts or updates the supplied CalendarEntry using a connection
from the associated persistence manager's database container. |
void |
CalendarEntryDbPersister.persist(CalendarEntry calendarEntry,
java.sql.Connection con)
Inserts or updates the supplied CalendarEntry using the
supplied connection. |
| Uses of ValidationException in blackboard.persist.content |
|---|
| Methods in blackboard.persist.content that throw ValidationException | |
|---|---|
void |
ContentDbPersister.handleContentNotification(Content content)
Handles add, update and delete of notification for contents. |
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.persist(Content target)
Inserts or updates the supplied Content using a connection from the associated persistence manager's
database container. |
void |
ContentDbPersister.persist(Content target,
java.sql.Connection con)
Inserts or updates the supplied Content using the supplied connection. |
void |
ContentFileDbPersister.persist(ContentFile target)
Inserts or updates the supplied Content using a connection from the associated persistence manager's
database container. |
void |
ContentFileDbPersister.persist(ContentFile target,
java.sql.Connection con)
Inserts or updates the supplied Content using the supplied connection. |
void |
CourseUploadDbPersister.persist(CourseUpload courseUpload,
java.sql.Connection con)
Inserts or updates the supplied CourseUpload using the supplied connection. |
void |
GroupUploadDbPersister.persist(GroupUpload groupUpload,
java.sql.Connection con)
Inserts or updates the supplied GroupUpload using the supplied connection. |
void |
LinkDbPersister.persist(Link link)
Inserts or updates the supplied Link using a connection from
the associated persistence manager's database container. |
void |
LinkDbPersister.persist(Link link,
java.sql.Connection con)
Inserts or updates the supplied Link using the supplied connection. |
void |
StaffInfoDbPersister.persist(StaffInfo staffInfo)
Inserts or updates the supplied StaffInfo using a connection
from the associated persistence manager's database container. |
void |
StaffInfoDbPersister.persist(StaffInfo staffInfo,
java.sql.Connection con)
Inserts or updates the supplied StaffInfo using the supplied
connection. |
void |
UploadedFileDbPersister.persist(UploadedFile uploadedFile,
java.sql.Connection con)
|
| Uses of ValidationException in blackboard.persist.course |
|---|
| Methods in blackboard.persist.course that throw ValidationException | |
|---|---|
void |
CartridgeDbPersister.persist(Cartridge cartridge)
Inserts or updates the supplied Cartridge using a connection
from the associated persistence manager's database container. |
void |
CartridgeDbPersister.persist(Cartridge cartridge,
java.sql.Connection con)
Inserts or updates the supplied Cartridge using the supplied
connection. |
void |
CourseDbPersister.persist(Course course)
Inserts or updates the supplied Course in a lightweight fashion
using a connection from the associated persistence manager's database
container. |
void |
CourseDbPersister.persist(Course course,
java.sql.Connection con)
Inserts or updates the supplied Course in a lightweight fashion
using the supplied connection. |
void |
CourseMembershipDbPersister.persist(CourseMembership courseMembership)
Inserts or updates the supplied CourseMembership using a
connection from the associated persistence manager's database container. |
void |
CourseMembershipDbPersister.persist(CourseMembership courseMembership,
java.sql.Connection con)
Inserts or updates the supplied CourseMembership using the
supplied connection. |
void |
GroupDbPersister.persist(Group group)
Inserts or updates the supplied Group using a connection from
the associated persistence manager's database container. |
void |
GroupDbPersister.persist(Group group,
java.sql.Connection con)
Inserts or updates the supplied Group using the supplied
connection. |
void |
GroupMembershipDbPersister.persist(GroupMembership groupMembership)
Inserts or updates the supplied GroupMembership using a
connection from the associated persistence manager's database container. |
void |
GroupMembershipDbPersister.persist(GroupMembership groupMembership,
java.sql.Connection con)
Inserts or updates the supplied GroupMembership using the
supplied connection. |
void |
CourseMembershipDbPersister.persistLastAccess(CourseMembership courseMembership)
Updates the supplied CourseMembership lastAccessDate ONLY
using a connection from the associated persistence manager's database container. |
| Uses of ValidationException in blackboard.persist.discussionboard |
|---|
| Methods in blackboard.persist.discussionboard that throw ValidationException | |
|---|---|
void |
ConferenceDbPersister.persist(Conference conference)
Inserts or updates the supplied Conference using a connection
from the associated persistence manager's database container. |
void |
ConferenceDbPersister.persist(Conference conference,
java.sql.Connection con)
Inserts or updates the supplied Conference using the
supplied connection. |
org.w3c.dom.Element |
ConferenceXmlPersister.persist(Conference obj,
org.w3c.dom.Document doc)
Generates an Element tree whose values and structure matches the
contents of the provided Conference object. |
void |
ConferenceOwnerDbPersister.persist(ConferenceOwner conferenceOwner)
Inserts or updates the supplied ConferenceOwner using a connection
from the associated persistence manager's database container. |
void |
ConferenceOwnerDbPersister.persist(ConferenceOwner conferenceOwner,
java.sql.Connection con)
Inserts or updates the supplied ConferenceOwner using the
supplied connection. |
void |
ForumDbPersister.persist(Forum forum)
Inserts or updates the supplied Forum using a connection from
the associated persistence manager's database container. |
void |
ForumXmlPersister.persist(Forum obj,
boolean isArchive,
javax.xml.stream.XMLStreamWriter writer)
Generates an Element tree whose values and structure matches the
contents of the provided Forum object. |
void |
ForumDbPersister.persist(Forum forum,
java.sql.Connection con)
Inserts or updates the supplied Forum using the supplied
connection. |
org.w3c.dom.Element |
ForumXmlPersister.persist(Forum obj,
org.w3c.dom.Document doc)
Generates an Element tree whose values and structure matches the
contents of the provided Forum object. |
void |
MessageDbPersister.persist(Message message)
Inserts or updates the supplied Message using a connection
from the associated persistence manager's database container. |
void |
MessageAttachmentDbPersister.persist(MessageAttachment MessageAttachment)
Inserts or updates the supplied MessageAttachment using a
connection from the associated persistence manager's database container. |
void |
MessageAttachmentDbPersister.persist(MessageAttachment MessageAttachment,
java.sql.Connection con)
Inserts or updates the supplied MessageAttachment using the
supplied connection. |
void |
MessageDbPersister.persist(Message message,
java.sql.Connection con)
Inserts or updates the supplied Message using the supplied
connection. |
org.w3c.dom.Element |
MessageXmlPersister.persist(Message obj,
org.w3c.dom.Document doc)
Generates an Element tree whose values and structure matches the
contents of the provided Message object. |
void |
MessageLabelDbPersister.persist(MessageLabel MessageLabel)
Inserts or updates the supplied MessageLabel using a connection from the associated persistence
manager's database container. |
void |
MessageLabelDbPersister.persist(MessageLabel MessageLabel,
java.sql.Connection con)
Inserts or updates the supplied MessageLabel using the supplied connection. |
void |
MessageXmlPersister.persist(Message obj,
java.util.List<java.lang.String> list,
java.lang.String previousMsgId,
java.lang.String previousMsgParentId,
javax.xml.stream.XMLStreamWriter writer)
Generates an Element tree whose values and structure matches the
contents of the provided Message object. |
void |
UserForumSettingsDbPersister.persist(UserForumSettings userForumSettings)
Inserts or updates the supplied UserForumSettings using a
connection from the associated persistence manager's database container. |
void |
UserForumSettingsDbPersister.persist(UserForumSettings userForumSettings,
java.sql.Connection con)
Inserts or updates the supplied UserForumSettings using the
supplied connection. |
org.w3c.dom.Element |
UserForumSettingsXmlPersister.persist(UserForumSettings obj,
org.w3c.dom.Document doc)
Generates an Element tree whose values and structure matches the
contents of the provided UserForumSettings object. |
void |
UserMsgStateDbPersister.persist(UserMsgState UsrMsgState)
Inserts or updates the supplied UserMsgState using a
connection from the associated persistence manager's database container. |
void |
UserMsgStateDbPersister.persist(UserMsgState UsrMsgState,
java.sql.Connection con)
Inserts or updates the supplied UserMsgState using the
supplied connection. |
org.w3c.dom.Element |
UserMsgStateXmlPersister.persist(UserMsgState obj,
org.w3c.dom.Document doc)
Generates an Element tree whose values and structure matches the
contents of the provided UserMsgState object. |
org.w3c.dom.Element |
ConferenceXmlPersister.persistList(java.util.List<Conference> list,
org.w3c.dom.Document doc)
Generates an Element whose children are the provided Conference
objects persisted to XML. |
org.w3c.dom.Element |
UserForumSettingsXmlPersister.persistList(java.util.List<UserForumSettings> list,
org.w3c.dom.Document doc)
Generates an Element whose children are the provided UserForumSettings
objects persisted to XML. |
org.w3c.dom.Element |
UserMsgStateXmlPersister.persistList(java.util.List<UserMsgState> list,
org.w3c.dom.Document doc)
Generates an Element whose children are the provided UserMsgState
objects persisted to XML. |
void |
UserForumSettingsXmlPersister.persistStreamWriteList(java.util.List<UserForumSettings> list,
javax.xml.stream.XMLStreamWriter writer)
Stream writing an Element whose children are the provided UserForumSettings
objects persisted to XML. |
void |
UserMsgStateXmlPersister.persistStreamWriteList(java.util.List<UserMsgState> list,
javax.xml.stream.XMLStreamWriter writer)
Stream writing an Element whose children are the provided UserMsgState
objects persisted to XML. |
void |
MessageDbPersister.saveMessageHitCount(Message msg)
Update the message hit count |
void |
MessageDbPersister.saveMessageHitCount(Message msg,
java.sql.Connection con)
Update the message hit count |
void |
MessageDbPersister.saveMessageLifeCycleAndThreadLock(Message msg)
Update the message life cycle |
void |
MessageDbPersister.saveMessageLifeCycleAndThreadLock(Message msg,
java.sql.Connection con)
Update the message life cycle |
| Uses of ValidationException in blackboard.persist.gradebook |
|---|
| Methods in blackboard.persist.gradebook that throw ValidationException | |
|---|---|
void |
LineitemDbPersister.persist(Lineitem lineitem)
Stores the given Lineitem into the database using a connection obtained through this object's database context. |
void |
LineitemDbPersister.persist(Lineitem lineitem,
java.sql.Connection con)
Stores the given Lineitem into the database using the provided connection. |
void |
LineitemDbPersister.persist(java.util.List<Lineitem> lineitems)
Stores the given LineitemList into the database Lineitem by Lineitem using a connection obtained through this object's database context. |
void |
LineitemDbPersister.persist(java.util.List<Lineitem> lineitems,
java.sql.Connection con)
Stores the given LineitemList into the database Lineitem by Lineitem using the provided connection. |
void |
ScoreDbPersister.persist(java.util.List<Score> scores)
Inserts or updates the supplied ScoreList, Score
by Score, using a connection from the associated persistence
manager's database container. |
void |
ScoreDbPersister.persist(java.util.List<Score> scores,
java.sql.Connection con)
Inserts or updates the supplied ScoreList, Score
by Score, using the supplied connection. |
void |
ScoreDbPersister.persist(Score score)
Inserts or updates the supplied Score using a connection
from the associated persistence manager's database container. |
void |
ScoreDbPersister.persist(Score score,
java.sql.Connection con)
Inserts or updates the supplied Score using the supplied
connection. |
| Uses of ValidationException in blackboard.persist.registry |
|---|
| Methods in blackboard.persist.registry that throw ValidationException | |
|---|---|
void |
UserRegistryEntryDbPersister.persist(blackboard.data.registry.UserRegistryEntry entry)
Inserts or updates the supplied UserRegistryEntry using a
connection from the associated persistence manager's database container. |
void |
UserRegistryEntryDbPersister.persist(blackboard.data.registry.UserRegistryEntry entry,
java.sql.Connection con)
Inserts or updates the supplied UserRegistryEntry using the
supplied connection. |
| Uses of ValidationException in blackboard.persist.role |
|---|
| Methods in blackboard.persist.role that throw ValidationException | |
|---|---|
void |
PortalRoleDbPersister.persist(PortalRole role)
Inserts or updates the supplied PortalRole using a connection from
the associated persistence manager's database container. |
void |
PortalRoleDbPersister.persist(PortalRole role,
java.sql.Connection con)
Inserts or updates the supplied PortalRole using the supplied
connection. |
| Uses of ValidationException in blackboard.persist.user |
|---|
| Methods in blackboard.persist.user that throw ValidationException | |
|---|---|
void |
UserDbPersister.persist(User user)
Inserts or updates the supplied User using a connection from
the associated persistence manager's database container. |
void |
UserDbPersister.persist(User user,
java.sql.Connection con)
Inserts or updates the supplied User using the supplied
connection. |
void |
UserRoleDbPersister.persist(UserRole role)
Inserts or updates the supplied UserRole using a connection from
the associated persistence manager's database container. |
void |
UserRoleDbPersister.persist(UserRole role,
java.sql.Connection con)
Inserts or updates the supplied UserRole using the supplied
connection. |
| Uses of ValidationException in blackboard.platform.plugin |
|---|
| Methods in blackboard.platform.plugin that throw ValidationException | |
|---|---|
void |
PlugInManager.setDefaultOnState(Id id,
blackboard.platform.plugin.PlugIn.DefaultOn newDefaultOn)
Update the "default on in courses" setting on the plugin id |
| Uses of ValidationException in blackboard.platform.security |
|---|
| Methods in blackboard.platform.security that throw ValidationException | |
|---|---|
void |
Entitlement.validate()
|
| Uses of ValidationException in blackboard.portal.external |
|---|
| Methods in blackboard.portal.external that throw ValidationException | |
|---|---|
static CustomData |
CustomData.getModuleData(javax.servlet.jsp.PageContext pageContext)
Load the CustomData associated with the module's general data. |
static CustomData |
CustomData.getModuleData(javax.servlet.ServletRequest request)
Load the CustomData associated with the module's general data. |
static CustomData |
CustomData.getModulePersonalizationData(javax.servlet.jsp.PageContext pageContext)
Load the CustomData associated with the module's personalization data. |
static CustomData |
CustomData.getModulePersonalizationData(javax.servlet.ServletRequest request)
Load the CustomData associated with the module's personalization data. |
void |
CustomData.save()
Saves the CustomData object. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||