org.kuali.student.r2.lum.lu.service.impl
Class CluServiceMockImpl

java.lang.Object
  extended by org.kuali.student.r2.lum.lu.service.impl.CluServiceMockImpl
All Implemented Interfaces:
SearchService, VersionManagementService, CluService

public class CluServiceMockImpl
extends Object
implements CluService


Constructor Summary
CluServiceMockImpl()
           
 
Method Summary
 StatusInfo addCluResourceRequirement(String resourceTypeKey, String cluId, ContextInfo contextInfo)
          Add a Resource requirement to a CLU
 StatusInfo addCluSetsToCluSet(String cluSetId, List<String> addedCluSetIds, ContextInfo contextInfo)
          Adds a list of CLU sets to another CluSet.
 StatusInfo addCluSetToCluSet(String cluSetId, String addedCluSetId, ContextInfo contextInfo)
          Adds one CLU set to another
 StatusInfo addClusToCluSet(List<String> cluSetIds, String cluSetId, ContextInfo contextInfo)
          Adds a list of CLUs to a CLU set.
 StatusInfo addCluToCluSet(String cluId, String cluSetId, ContextInfo contextInfo)
          Add a CLU to a CLU set
 void clear()
           
 CluInfo createClu(String luTypeKey, CluInfo cluInfo, ContextInfo contextInfo)
          Creates a new CLU
 CluCluRelationInfo createCluCluRelation(String cluId, String relatedCluId, String cluCluRelationTypeKey, CluCluRelationInfo cluCluRelationInfo, ContextInfo contextInfo)
          Create a directional relationship between two CLUs
 CluLoRelationInfo createCluLoRelation(String cluId, String loId, String cluLoRelationTypeKey, CluLoRelationInfo cluLoRelationInfo, ContextInfo contextInfo)
          Creates a relationship between a learning objective and a CLU.
 CluPublicationInfo createCluPublication(String cluId, String luPublicationTypeKey, CluPublicationInfo cluPublicationInfo, ContextInfo contextInfo)
          Create a clu publication object, which contains information about publication for a clu.
 CluResultInfo createCluResult(String cluId, String cluResultTypeKey, CluResultInfo cluResultInfo, ContextInfo contextInfo)
          Create a clu result object, which contains information about potential results for a clu.
 CluSetInfo createCluSet(String cluSetTypeKey, CluSetInfo cluSetInfo, ContextInfo contextInfo)
          Creates a CLU set.
 CluInfo createNewCluVersion(String cluId, String versionComment, ContextInfo contextInfo)
          Creates a new CLU version based on the current clu
 StatusInfo deleteClu(String cluId, ContextInfo contextInfo)
          Deletes an existing CLU
 StatusInfo deleteCluCluRelation(String cluCluRelationId, ContextInfo contextInfo)
          Deletes a relationship between two CLUs
 StatusInfo deleteCluLoRelation(String cluLoRelationId, ContextInfo contextInfo)
          Removes a relationship between a learning objective and a Clu.
 StatusInfo deleteCluPublication(String cluPublicationId, ContextInfo contextInfo)
          Deletes an existing clu publication object
 StatusInfo deleteCluResult(String cluResultId, ContextInfo contextInfo)
          Deletes an existing clu result
 StatusInfo deleteCluSet(String cluSetId, ContextInfo contextInfo)
          Delete a CLU set
 List<String> getAllCluIdsInCluSet(String cluSetId, ContextInfo contextInfo)
          Retrieves the list of CLU Identifiers within a CLU Set or any cluset that is included within that.
 List<CluInfo> getAllClusInCluSet(String cluSetId, ContextInfo contextInfo)
          Retrieves the full list of CLUs in this CLU set or any cluset that is included within that.
 List<String> getAllowedCluCluRelationTypesByClu(String cluId, String relatedCluId, ContextInfo contextInfo)
          Retrieves the list of allowed relation types between the two specified CLUs
 List<String> getAllowedCluLoRelationTypesForLuType(String luTypeKey, ContextInfo contextInfo)
          Retrieves the list of CLU LO relation types which are allowed to be used in conjunction with an lu type.
 List<String> getAllowedLuLuRelationTypesForLuType(String luTypeKey, String relatedLuTypeKey, ContextInfo contextInfo)
          Retrieves the list of allowed relation types between the two specified LU Types
 List<String> getAllowedResultComponentTypesForResultUsageType(String resultUsageTypeKey, ContextInfo contextInfo)
          Retrieves the list of result component types which are allowed to be used in conjunction with result usage type.
 List<String> getAllowedResultUsageTypesForLuType(String luTypeKey, ContextInfo contextInfo)
          Retrieves the list of result usage types which are allowed to be used in conjunction with an lu type.
 CluInfo getClu(String cluId, ContextInfo contextInfo)
          Retrieves core information about a CLU
 CluCluRelationInfo getCluCluRelation(String cluCluRelationId, ContextInfo contextInfo)
          Retrieves the relationship information between CLUs for a particular Relation instance
 List<CluCluRelationInfo> getCluCluRelationsByClu(String cluId, ContextInfo contextInfo)
          Retrieves the list of relationship information for the specified CLU
 List<TypeInfo> getCluCluRelationTypes(ContextInfo contextInfo)
          Retrieves the complete list of LU to LU relation types
 List<String> getCluIdsByLuType(String luTypeKey, String luState, ContextInfo contextInfo)
          Retrieves the list of CLU Ids for the specified LU Type and state
 List<String> getCluIdsByRelatedCluAndRelationType(String relatedCluId, String cluCluRelationTypeKey, ContextInfo contextInfo)
          Retrieves the list of CLU Ids for the specified related CLU Id and LU to LU relation type (getRelatedCluIdsByCluAndRelationType from the other direction)
 List<String> getCluIdsByResultComponent(String resultComponentId, ContextInfo contextInfo)
          Retrieves the list of clu Ids which use a particular result component
 List<String> getCluIdsByResultUsageType(String resultUsageTypeKey, ContextInfo contextInfo)
          Retrieves the list of clu Ids with the results of the specified usage type.
 List<String> getCluIdsFromCluSet(String cluSetId, ContextInfo contextInfo)
          Retrieves the list of CLU Identifiers within a CLU Set.
 CluLoRelationInfo getCluLoRelation(String cluLoRelationId, ContextInfo contextInfo)
          Retrieve information on a CLU LO Relation.
 List<CluLoRelationInfo> getCluLoRelationsByClu(String cluId, ContextInfo contextInfo)
          Retrieves the list of canonical learning unit to learning objective relationships for a given CLU.
 List<CluLoRelationInfo> getCluLoRelationsByLo(String loId, ContextInfo contextInfo)
          Retrieves the list of CLU identifiers associated with a given learning objective identifier.
 TypeInfo getCluLoRelationType(String cluLoRelationTypeKey, ContextInfo contextInfo)
          Retrieves information for a specified CLU to LO relation type
 List<TypeInfo> getCluLoRelationTypes(ContextInfo contextInfo)
          Retrieves the complete list of CLU to LO relation types
 CluPublicationInfo getCluPublication(String cluPublicationId, ContextInfo contextInfo)
          Retrieves an LU publication object by its identifier
 List<CluPublicationInfo> getCluPublicationsByClu(String cluId, ContextInfo contextInfo)
          Retrieves a list of publication objects for a particular clu
 List<CluPublicationInfo> getCluPublicationsByType(String luPublicationTypeKey, ContextInfo contextInfo)
          Retrieves a list of publication objects of a particular Type
 CluResultInfo getCluResult(String cluResultId, ContextInfo contextInfo)
          Retrieves information about a Clu Result
 List<CluResultInfo> getCluResultByClu(String cluId, ContextInfo contextInfo)
          Retrieves the cluResult for a particular clu
 List<CluResultInfo> getCluResultsByClus(List<String> cluIds, ContextInfo contextInfo)
          Retrieves the list of cluResults for the cluIds specified
 TypeInfo getCluResultType(String cluResultTypeKey, ContextInfo contextInfo)
          Retrieves information about a publication type
 List<TypeInfo> getCluResultTypes(ContextInfo contextInfo)
          Retrieves a list of types for clu result objects.
 List<TypeInfo> getCluResultTypesForLuType(String luTypeKey, ContextInfo contextInfo)
          Retrieves the list of clu result types which are allowed to be used in conjunction with a particular lu type.
 List<CluInfo> getClusByIds(List<String> cluIds, ContextInfo contextInfo)
          Retrieves information about CLUs from a list of Ids
 List<CluInfo> getClusByLuType(String luTypeKey, String luState, ContextInfo contextInfo)
          Retrieves the list of CLUs for the specified LU Type and state
 List<CluInfo> getClusByRelatedCluAndRelationType(String relatedCluId, String cluCLuRelationTypeKey, ContextInfo contextInfo)
          Retrieves the list of CLU information for the CLUs related to a specified CLU Id with a certain LU to LU relation type (getRelatedClusByClu from the other direction)
 CluSetInfo getCluSet(String cluSetId, ContextInfo contextInfo)
          Retrieve information on a CLU set.
 List<String> getCluSetIdsFromCluSet(String cluSetId, ContextInfo contextInfo)
          Retrieve the list of CLU Set Ids within a CLU Set
 List<CluSetInfo> getCluSetsByIds(List<String> cluSetIds, ContextInfo contextInfo)
          Retrieve information on CLU sets from a list of cluSet Ids.
 CluSetTreeViewInfo getCluSetTreeView(String cluSetId, ContextInfo contextInfo)
          Retrieve information on a CLU set and its sub clu set fully expanded.
 TypeInfo getCluSetType(String cluSetTypeKey, ContextInfo contextInfo)
          Retrieves information about a specified CLU set type
 List<TypeInfo> getCluSetTypes(ContextInfo contextInfo)
          Retrieves the list of CLU set types known by the service
 List<CluInfo> getClusFromCluSet(String cluSetId, ContextInfo contextInfo)
          Retrieves the list of CLUs in a CLU set.
 VersionDisplayInfo getCurrentVersion(String refObjectUri, String refObjectId, ContextInfo contextInfo)
          Retrieves current version associated with the objectId.
 VersionDisplayInfo getCurrentVersionOnDate(String refObjectUri, String refObjectId, Date date, ContextInfo contextInfo)
          Retrieves the current version associated with the objectId on a given date.
 TypeInfo getDeliveryMethodType(String deliveryMethodTypeKey, ContextInfo contextInfo)
          Retrieves information about a delivery method type
 List<TypeInfo> getDeliveryMethodTypes(ContextInfo contextInfo)
          Retrieves the list of delivery method types
 VersionDisplayInfo getFirstVersion(String refObjectUri, String refObjectId, ContextInfo contextInfo)
          Retrieves first version associated with the objectId.
 TypeInfo getInstructionalFormatType(String instructionalFormatTypeKey, ContextInfo contextInfo)
          Retrieves information about a Instructional Format Type
 List<TypeInfo> getInstructionalFormatTypes(ContextInfo contextInfo)
          Retrieves the list of instructional format types
 VersionDisplayInfo getLatestVersion(String refObjectUri, String refObjectId, ContextInfo contextInfo)
          Retrieves latest version associated with the objectId.
 TypeInfo getLuCodeType(String luCodeTypeKey, ContextInfo contextInfo)
          Retrieves information about a learning unit code type
 List<TypeInfo> getLuCodeTypes(ContextInfo contextInfo)
          Retrieves the list of learning unit code types
 TypeInfo getLuLuRelationType(String cluCluRelationTypeKey, ContextInfo contextInfo)
          Retrieves the LU to LU relation type
 TypeInfo getLuPublicationType(String luPublicationTypeKey, ContextInfo contextInfo)
          Retrieves information about a publication type
 List<TypeInfo> getLuPublicationTypes(ContextInfo contextInfo)
          Retrieves the list of Learning Unit publication types
 List<String> getLuPublicationTypesForLuType(String luTypeKey, ContextInfo contextInfo)
          Retrieves information about a publication type
 TypeInfo getLuType(String luTypeKey, ContextInfo contextInfo)
          Retrieves information about a LU Type
 List<TypeInfo> getLuTypes(ContextInfo contextInfo)
          Retrieves the list of LU types
 List<String> getRelatedCluIdsByCluAndRelationType(String cluId, String cluCluRelationTypeKey, ContextInfo contextInfo)
          Retrieves the list of related CLU Ids for the specified CLU Id and LU to LU relation type (getCluIdsByRelatedCluAndCluCluRelationType from the other direction)
 List<CluInfo> getRelatedClusByCluAndRelationType(String cluId, String cluCluRelationTypeKey, ContextInfo contextInfo)
          Retrieves the list of related CLU information for the specified CLU Id and LU to LU relation type (getClusByRelation from the other direction)
 List<String> getResourceRequirementsForClu(String cluId, ContextInfo contextInfo)
          Retrieves the list of Resource requirements for the specified CLU
 TypeInfo getResultUsageType(String resultUsageTypeKey, ContextInfo contextInfo)
          Retrieves information about a Result Usage Type
 List<TypeInfo> getResultUsageTypes(ContextInfo contextInfo)
          Retrieves a list of result usage types
 TypeInfo getSearchType(String searchTypeKey, ContextInfo contextInfo)
          Retrieves information about a particular search type.
 List<TypeInfo> getSearchTypes(ContextInfo contextInfo)
          Retrieves the list of search types known by this service.
 VersionDisplayInfo getVersionBySequenceNumber(String refObjectUri, String refObjectId, Long sequence, ContextInfo contextInfo)
          Retrieves the version associated with the objectId and the sequence number.
 List<VersionDisplayInfo> getVersions(String refObjectUri, String refObjectId, ContextInfo contextInfo)
          Retrieves a list of versions associated with the objectId.
 List<VersionDisplayInfo> getVersionsInDateRange(String refObjectUri, String refObjectId, Date from, Date to, ContextInfo contextInfo)
          Retrieves the current version associated with the objectId in a given date range
 Boolean isCluInCluSet(String cluId, String cluSetId, ContextInfo contextInfo)
          Checks if a CLU is a member of a CLU set or any contained CLU set
 Boolean isCluSetDynamic(String cluSetId, ContextInfo contextInfo)
          Check if the given CluSet is dynamic
 StatusInfo removeCluFromCluSet(String cluId, String cluSetId, ContextInfo contextInfo)
          Remove a CLU from a CLU set
 StatusInfo removeCluResourceRequirement(String resourceTypeKey, String cluId, ContextInfo contextInfo)
          Remove a Resource requirement from a CLU
 StatusInfo removeCluSetFromCluSet(String cluSetId, String removedCluSetId, ContextInfo contextInfo)
          Removes one CLU set from another
 SearchResultInfo search(SearchRequestInfo searchRequestInfo, ContextInfo contextInfo)
          Performs a search.
 List<String> searchForCluCluRelationIds(QueryByCriteria criteria, ContextInfo contextInfo)
          Search for CluCluRelation Ids using free form search criteria
 List<CluCluRelationInfo> searchForCluCluRelations(QueryByCriteria criteria, ContextInfo contextInfo)
          Search for CluCluRelations using free form search criteria
 List<String> searchForCluIds(QueryByCriteria criteria, ContextInfo contextInfo)
          Search for Clu Ids using free form search criteria
 List<String> searchForCluLoRelationIds(QueryByCriteria criteria, ContextInfo contextInfo)
          Search for CluLoRelation Ids using free form search criteria
 List<CluLoRelationInfo> searchForCluLoRelations(QueryByCriteria criteria, ContextInfo contextInfo)
          Search for CluLoRelations using free form search criteria.
 List<String> searchForCluPublicationIds(QueryByCriteria criteria, ContextInfo contextInfo)
          Search for CluPublication Ids using free form search criteria
 List<CluPublicationInfo> searchForCluPublications(QueryByCriteria criteria, ContextInfo contextInfo)
          Search for CluPublications using free form search criteria
 List<String> searchForCluResultIds(QueryByCriteria criteria, ContextInfo contextInfo)
          Search for CluResult Ids using free form search criteria
 List<CluResultInfo> searchForCluResults(QueryByCriteria criteria, ContextInfo contextInfo)
          Search for CluResults using free form search criteria
 List<CluInfo> searchForClus(QueryByCriteria criteria, ContextInfo contextInfo)
          Search for Clus using free form search criteria.
 StatusInfo setCurrentCluVersion(String cluVersionId, Date currentVersionStart, ContextInfo contextInfo)
          Sets a specific version of the Clu as current.
 CluInfo updateClu(String cluId, CluInfo cluInfo, ContextInfo contextInfo)
          Updates an existing CLU
 CluCluRelationInfo updateCluCluRelation(String cluCluRelationId, CluCluRelationInfo cluCluRelationInfo, ContextInfo contextInfo)
          Updates a relationship between two CLUs
 CluLoRelationInfo updateCluLoRelation(String cluLoRelationId, CluLoRelationInfo cluLoRelationInfo, ContextInfo contextInfo)
          Updates a relationship between a clu and learning objective
 CluPublicationInfo updateCluPublication(String cluPublicationId, CluPublicationInfo cluPublicationInfo, ContextInfo contextInfo)
          Updates an existing clu publication object
 CluResultInfo updateCluResult(String cluResultId, CluResultInfo cluResultInfo, ContextInfo contextInfo)
          Updates an existing clu result
 CluSetInfo updateCluSet(String cluSetId, CluSetInfo cluSetInfo, ContextInfo contextInfo)
          Update the information for a CLU set
 CluInfo updateCluState(String cluId, String luState, ContextInfo contextInfo)
          Updates the state of the specified CLU
 List<ValidationResultInfo> validateClu(String validationTypeKey, CluInfo cluInfo, ContextInfo contextInfo)
          Validates a CLU.
 List<ValidationResultInfo> validateCluCluRelation(String validationTypeKey, String cluId, String relatedCluId, String cluCluRelationTypeKey, CluCluRelationInfo cluCluRelationInfo, ContextInfo contextInfo)
          Validates a cluCluRelation.
 List<ValidationResultInfo> validateCluLoRelation(String validationTypeKey, String cluId, String loId, String cluLoRelationTypeKey, CluLoRelationInfo cluLoRelationInfo, ContextInfo contextInfo)
          Validates a cluLoRelation.
 List<ValidationResultInfo> validateCluPublication(String validationTypeKey, String cluId, String luPublicationTypeKey, CluPublicationInfo cluPublicationInfo, ContextInfo contextInfo)
          Validates information about publication for a clu.
 List<ValidationResultInfo> validateCluResult(String validationTypeKey, String cluId, String cluResultTypeKey, CluResultInfo cluResultInfo, ContextInfo contextInfo)
          Validates information about results for a clu.
 List<ValidationResultInfo> validateCluSet(String validationTypeKey, String cluSetTypeKey, CluSetInfo cluSetInfo, ContextInfo contextInfo)
          Validates information about a clu set.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CluServiceMockImpl

public CluServiceMockImpl()
Method Detail

clear

public void clear()

getDeliveryMethodTypes

public List<TypeInfo> getDeliveryMethodTypes(ContextInfo contextInfo)
                                      throws InvalidParameterException,
                                             MissingParameterException,
                                             OperationFailedException,
                                             PermissionDeniedException
Description copied from interface: CluService
Retrieves the list of delivery method types

Specified by:
getDeliveryMethodTypes in interface CluService
Parameters:
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
list of delivery method type information
Throws:
InvalidParameterException - invalid contextInfo
MissingParameterException - missing contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure

getDeliveryMethodType

public TypeInfo getDeliveryMethodType(String deliveryMethodTypeKey,
                                      ContextInfo contextInfo)
                               throws DoesNotExistException,
                                      InvalidParameterException,
                                      MissingParameterException,
                                      OperationFailedException,
                                      PermissionDeniedException
Description copied from interface: CluService
Retrieves information about a delivery method type

Specified by:
getDeliveryMethodType in interface CluService
Parameters:
deliveryMethodTypeKey - Key of the Delivery Method Type
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
information about a Delivery Method Type
Throws:
DoesNotExistException - deliveryMethodType not found
InvalidParameterException - invalid contextInfo
MissingParameterException - missing deliveryMethodType or contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure

getInstructionalFormatTypes

public List<TypeInfo> getInstructionalFormatTypes(ContextInfo contextInfo)
                                           throws InvalidParameterException,
                                                  MissingParameterException,
                                                  OperationFailedException,
                                                  PermissionDeniedException
Description copied from interface: CluService
Retrieves the list of instructional format types

Specified by:
getInstructionalFormatTypes in interface CluService
Parameters:
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
list of instructional format type information
Throws:
InvalidParameterException - invalid contextInfo
MissingParameterException - missing contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure

getInstructionalFormatType

public TypeInfo getInstructionalFormatType(String instructionalFormatTypeKey,
                                           ContextInfo contextInfo)
                                    throws DoesNotExistException,
                                           InvalidParameterException,
                                           MissingParameterException,
                                           OperationFailedException,
                                           PermissionDeniedException
Description copied from interface: CluService
Retrieves information about a Instructional Format Type

Specified by:
getInstructionalFormatType in interface CluService
Parameters:
instructionalFormatTypeKey - Key of the Instructional Format Type
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
information about a Instructional Format Type
Throws:
DoesNotExistException - instructionalFormatTypeKey not found
InvalidParameterException - invalid contextInfo
MissingParameterException - missing instructionalFormatTypeKey or contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure

getLuTypes

public List<TypeInfo> getLuTypes(ContextInfo contextInfo)
                          throws InvalidParameterException,
                                 MissingParameterException,
                                 OperationFailedException,
                                 PermissionDeniedException
Description copied from interface: CluService
Retrieves the list of LU types

Specified by:
getLuTypes in interface CluService
Parameters:
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
list of LU type information
Throws:
InvalidParameterException - invalid contextInfo
MissingParameterException - missing contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure

getLuType

public TypeInfo getLuType(String luTypeKey,
                          ContextInfo contextInfo)
                   throws DoesNotExistException,
                          InvalidParameterException,
                          MissingParameterException,
                          OperationFailedException,
                          PermissionDeniedException
Description copied from interface: CluService
Retrieves information about a LU Type

Specified by:
getLuType in interface CluService
Parameters:
luTypeKey - Key of the LU Type
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
information about a LU Type
Throws:
DoesNotExistException - luTypeKey not found
InvalidParameterException - invalid contextInfo
MissingParameterException - missing luTypeKey or contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure

getLuCodeTypes

public List<TypeInfo> getLuCodeTypes(ContextInfo contextInfo)
                              throws InvalidParameterException,
                                     MissingParameterException,
                                     OperationFailedException,
                                     PermissionDeniedException
Description copied from interface: CluService
Retrieves the list of learning unit code types

Specified by:
getLuCodeTypes in interface CluService
Parameters:
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
list of lu code type information
Throws:
InvalidParameterException - invalid contextInfo
MissingParameterException - missing contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure

getLuCodeType

public TypeInfo getLuCodeType(String luCodeTypeKey,
                              ContextInfo contextInfo)
                       throws DoesNotExistException,
                              InvalidParameterException,
                              MissingParameterException,
                              OperationFailedException,
                              PermissionDeniedException
Description copied from interface: CluService
Retrieves information about a learning unit code type

Specified by:
getLuCodeType in interface CluService
Parameters:
luCodeTypeKey - Key of the learning unit code type
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
information about a learning unit code type
Throws:
DoesNotExistException - luCodeTypeKey not found
InvalidParameterException - invalid contextInfo
MissingParameterException - missing luCodeTypeKey or contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure

getCluCluRelationTypes

public List<TypeInfo> getCluCluRelationTypes(ContextInfo contextInfo)
                                      throws InvalidParameterException,
                                             MissingParameterException,
                                             OperationFailedException,
                                             PermissionDeniedException
Description copied from interface: CluService
Retrieves the complete list of LU to LU relation types

Specified by:
getCluCluRelationTypes in interface CluService
Parameters:
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
list of LU to LU relation type information
Throws:
InvalidParameterException - invalid contextInfo
MissingParameterException - missing contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure

getLuLuRelationType

public TypeInfo getLuLuRelationType(String cluCluRelationTypeKey,
                                    ContextInfo contextInfo)
                             throws DoesNotExistException,
                                    InvalidParameterException,
                                    MissingParameterException,
                                    OperationFailedException,
                                    PermissionDeniedException
Description copied from interface: CluService
Retrieves the LU to LU relation type

Specified by:
getLuLuRelationType in interface CluService
Parameters:
cluCluRelationTypeKey - Key of the LU to LU Relation Type
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
LU to LU relation type information
Throws:
DoesNotExistException - cluCluRelationTypeKey not found
InvalidParameterException - invalid contextInfo
MissingParameterException - missing cluCluRelationTypeKey or contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure

getAllowedLuLuRelationTypesForLuType

public List<String> getAllowedLuLuRelationTypesForLuType(String luTypeKey,
                                                         String relatedLuTypeKey,
                                                         ContextInfo contextInfo)
                                                  throws DoesNotExistException,
                                                         InvalidParameterException,
                                                         MissingParameterException,
                                                         OperationFailedException,
                                                         PermissionDeniedException
Description copied from interface: CluService
Retrieves the list of allowed relation types between the two specified LU Types

Specified by:
getAllowedLuLuRelationTypesForLuType in interface CluService
Parameters:
luTypeKey - Key of the first LU Type
relatedLuTypeKey - Key of the second LU Type
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
list of LU to LU relation types
Throws:
DoesNotExistException - luTypeKey, relatedLuTypeKey not found
InvalidParameterException - invalid contextInfo
MissingParameterException - missing luTypeKey, relatedLuTypeKey or contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure

getLuPublicationTypes

public List<TypeInfo> getLuPublicationTypes(ContextInfo contextInfo)
                                     throws InvalidParameterException,
                                            MissingParameterException,
                                            OperationFailedException,
                                            PermissionDeniedException
Description copied from interface: CluService
Retrieves the list of Learning Unit publication types

Specified by:
getLuPublicationTypes in interface CluService
Parameters:
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
list of Learning Unit publication type information
Throws:
InvalidParameterException - invalid contextInfo
MissingParameterException - missing contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure

getLuPublicationType

public TypeInfo getLuPublicationType(String luPublicationTypeKey,
                                     ContextInfo contextInfo)
                              throws DoesNotExistException,
                                     InvalidParameterException,
                                     MissingParameterException,
                                     OperationFailedException,
                                     PermissionDeniedException
Description copied from interface: CluService
Retrieves information about a publication type

Specified by:
getLuPublicationType in interface CluService
Parameters:
luPublicationTypeKey - Key of the Learning Unit Publication Type
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
information about a Learning Unit Publication Type
Throws:
DoesNotExistException - luPublicationTypeKey not found
InvalidParameterException - invalid contextInfo
MissingParameterException - missing luPublicationTypeKey or contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure

getLuPublicationTypesForLuType

public List<String> getLuPublicationTypesForLuType(String luTypeKey,
                                                   ContextInfo contextInfo)
                                            throws DoesNotExistException,
                                                   InvalidParameterException,
                                                   MissingParameterException,
                                                   OperationFailedException,
                                                   PermissionDeniedException
Description copied from interface: CluService
Retrieves information about a publication type

Specified by:
getLuPublicationTypesForLuType in interface CluService
Parameters:
luTypeKey - Key of the LU Type
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
list of LU publication types
Throws:
DoesNotExistException - luTypeKey not found
InvalidParameterException - invalid contextInfo
MissingParameterException - missing luTypeKey or contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure

getCluResultTypes

public List<TypeInfo> getCluResultTypes(ContextInfo contextInfo)
                                 throws InvalidParameterException,
                                        MissingParameterException,
                                        OperationFailedException,
                                        PermissionDeniedException
Description copied from interface: CluService
Retrieves a list of types for clu result objects.

Specified by:
getCluResultTypes in interface CluService
Parameters:
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
list of clu result type information
Throws:
InvalidParameterException - invalid contextInfo
MissingParameterException - missing contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure

getCluResultType

public TypeInfo getCluResultType(String cluResultTypeKey,
                                 ContextInfo contextInfo)
                          throws DoesNotExistException,
                                 InvalidParameterException,
                                 MissingParameterException,
                                 OperationFailedException,
                                 PermissionDeniedException
Description copied from interface: CluService
Retrieves information about a publication type

Specified by:
getCluResultType in interface CluService
Parameters:
cluResultTypeKey - Key of the Canonical Learning Unit Result Type
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
information about a Learning Unit Publication Type
Throws:
DoesNotExistException - cluResultTypeKey not found
InvalidParameterException - invalid contextInfo
MissingParameterException - missing cluResultTypeKey or contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure

getCluResultTypesForLuType

public List<TypeInfo> getCluResultTypesForLuType(String luTypeKey,
                                                 ContextInfo contextInfo)
                                          throws DoesNotExistException,
                                                 InvalidParameterException,
                                                 MissingParameterException,
                                                 OperationFailedException,
                                                 PermissionDeniedException
Description copied from interface: CluService
Retrieves the list of clu result types which are allowed to be used in conjunction with a particular lu type.

Specified by:
getCluResultTypesForLuType in interface CluService
Parameters:
luTypeKey - luTypeKey
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
list of clu result types
Throws:
DoesNotExistException - luTypeKey not found
InvalidParameterException - invalid contextInfo
MissingParameterException - missing luTypeKey or contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure

getResultUsageTypes

public List<TypeInfo> getResultUsageTypes(ContextInfo contextInfo)
                                   throws InvalidParameterException,
                                          MissingParameterException,
                                          OperationFailedException,
                                          PermissionDeniedException
Description copied from interface: CluService
Retrieves a list of result usage types

Specified by:
getResultUsageTypes in interface CluService
Parameters:
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
list of result usage type information
Throws:
InvalidParameterException - invalid contextInfo
MissingParameterException - missing contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure

getResultUsageType

public TypeInfo getResultUsageType(String resultUsageTypeKey,
                                   ContextInfo contextInfo)
                            throws DoesNotExistException,
                                   InvalidParameterException,
                                   MissingParameterException,
                                   OperationFailedException,
                                   PermissionDeniedException
Description copied from interface: CluService
Retrieves information about a Result Usage Type

Specified by:
getResultUsageType in interface CluService
Parameters:
resultUsageTypeKey - Key of the Result Usage Type
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
information about a Result Usage Type
Throws:
DoesNotExistException - resultUsageTypeKey not found
InvalidParameterException - invalid contextInfo
MissingParameterException - missing resultUsageTypeKey or contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure

getAllowedResultUsageTypesForLuType

public List<String> getAllowedResultUsageTypesForLuType(String luTypeKey,
                                                        ContextInfo contextInfo)
                                                 throws DoesNotExistException,
                                                        InvalidParameterException,
                                                        MissingParameterException,
                                                        OperationFailedException,
                                                        PermissionDeniedException
Description copied from interface: CluService
Retrieves the list of result usage types which are allowed to be used in conjunction with an lu type.

Specified by:
getAllowedResultUsageTypesForLuType in interface CluService
Parameters:
luTypeKey - luTypeKey
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
list of result usage types
Throws:
DoesNotExistException - luTypeKey not found
InvalidParameterException - invalid contextInfo
MissingParameterException - missing luTypeKey or contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure

getAllowedResultComponentTypesForResultUsageType

public List<String> getAllowedResultComponentTypesForResultUsageType(String resultUsageTypeKey,
                                                                     ContextInfo contextInfo)
                                                              throws DoesNotExistException,
                                                                     InvalidParameterException,
                                                                     MissingParameterException,
                                                                     OperationFailedException,
                                                                     PermissionDeniedException
Description copied from interface: CluService
Retrieves the list of result component types which are allowed to be used in conjunction with result usage type.

Specified by:
getAllowedResultComponentTypesForResultUsageType in interface CluService
Parameters:
resultUsageTypeKey - resultUsageTypeKey
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
list of result component types
Throws:
DoesNotExistException - resultUsageTypeKey not found
InvalidParameterException - invalid contextInfo
MissingParameterException - missing resultUsageTypeKey or contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure

getCluLoRelationTypes

public List<TypeInfo> getCluLoRelationTypes(ContextInfo contextInfo)
                                     throws InvalidParameterException,
                                            MissingParameterException,
                                            OperationFailedException,
                                            PermissionDeniedException
Description copied from interface: CluService
Retrieves the complete list of CLU to LO relation types

Specified by:
getCluLoRelationTypes in interface CluService
Parameters:
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
list of CLU to LO relation type information
Throws:
InvalidParameterException - invalid contextInfo
MissingParameterException - missing contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure

getCluLoRelationType

public TypeInfo getCluLoRelationType(String cluLoRelationTypeKey,
                                     ContextInfo contextInfo)
                              throws DoesNotExistException,
                                     InvalidParameterException,
                                     MissingParameterException,
                                     OperationFailedException,
                                     PermissionDeniedException
Description copied from interface: CluService
Retrieves information for a specified CLU to LO relation type

Specified by:
getCluLoRelationType in interface CluService
Parameters:
cluLoRelationTypeKey - Key of the CLU to LO Relation Type
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
CLU to LO relation type information
Throws:
DoesNotExistException - cluLoRelationTypeKey not found
InvalidParameterException - invalid contextInfo
MissingParameterException - missing cluLoRelationTypeKey or contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure

getAllowedCluLoRelationTypesForLuType

public List<String> getAllowedCluLoRelationTypesForLuType(String luTypeKey,
                                                          ContextInfo contextInfo)
                                                   throws DoesNotExistException,
                                                          InvalidParameterException,
                                                          MissingParameterException,
                                                          OperationFailedException,
                                                          PermissionDeniedException
Description copied from interface: CluService
Retrieves the list of CLU LO relation types which are allowed to be used in conjunction with an lu type.

Specified by:
getAllowedCluLoRelationTypesForLuType in interface CluService
Parameters:
luTypeKey - luTypeKey
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
list of clu lo relation types
Throws:
DoesNotExistException - luTypeKey not found
InvalidParameterException - invalid contextInfo
MissingParameterException - missing luTypeKey or contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure

getCluSetTypes

public List<TypeInfo> getCluSetTypes(ContextInfo contextInfo)
                              throws InvalidParameterException,
                                     MissingParameterException,
                                     OperationFailedException,
                                     PermissionDeniedException
Description copied from interface: CluService
Retrieves the list of CLU set types known by the service

Specified by:
getCluSetTypes in interface CluService
Parameters:
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
list of CLU set type information
Throws:
InvalidParameterException - invalid contextInfo
MissingParameterException - missing contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure

getCluSetType

public TypeInfo getCluSetType(String cluSetTypeKey,
                              ContextInfo contextInfo)
                       throws DoesNotExistException,
                              InvalidParameterException,
                              MissingParameterException,
                              OperationFailedException,
                              PermissionDeniedException
Description copied from interface: CluService
Retrieves information about a specified CLU set type

Specified by:
getCluSetType in interface CluService
Parameters:
cluSetTypeKey - Key of the CLU set type
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
information about a CLU set type
Throws:
DoesNotExistException - cluSetTypeKey not found
InvalidParameterException - invalid contextInfo
MissingParameterException - missing cluSetTypeKey or contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure

getClu

public CluInfo getClu(String cluId,
                      ContextInfo contextInfo)
               throws DoesNotExistException,
                      InvalidParameterException,
                      MissingParameterException,
                      OperationFailedException,
                      PermissionDeniedException
Description copied from interface: CluService
Retrieves core information about a CLU

Specified by:
getClu in interface CluService
Parameters:
cluId - identifier of the CLU
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
information about a CLU
Throws:
DoesNotExistException - cluId not found
InvalidParameterException - invalid contextInfo
MissingParameterException - missing cluId or contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure

getClusByIds

public List<CluInfo> getClusByIds(List<String> cluIds,
                                  ContextInfo contextInfo)
                           throws DoesNotExistException,
                                  InvalidParameterException,
                                  MissingParameterException,
                                  OperationFailedException,
                                  PermissionDeniedException
Description copied from interface: CluService
Retrieves information about CLUs from a list of Ids

Specified by:
getClusByIds in interface CluService
Parameters:
cluIds - List of CLU identifiers
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
information a list of CLUs
Throws:
DoesNotExistException - One or more cluIds not found
InvalidParameterException - invalid contextInfo
MissingParameterException - missing cluIds or contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure

getClusByLuType

public List<CluInfo> getClusByLuType(String luTypeKey,
                                     String luState,
                                     ContextInfo contextInfo)
                              throws DoesNotExistException,
                                     InvalidParameterException,
                                     MissingParameterException,
                                     OperationFailedException,
                                     PermissionDeniedException
Description copied from interface: CluService
Retrieves the list of CLUs for the specified LU Type and state

Specified by:
getClusByLuType in interface CluService
Parameters:
luTypeKey - Type of the CLUs to retrieve
luState - State of the CLUs to retrieve.
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
list of CLU information
Throws:
DoesNotExistException - luTypeKey or luState not found
InvalidParameterException - invalid contextInfo
MissingParameterException - missing luTypeKey, luState or contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure

getCluIdsByLuType

public List<String> getCluIdsByLuType(String luTypeKey,
                                      String luState,
                                      ContextInfo contextInfo)
                               throws DoesNotExistException,
                                      InvalidParameterException,
                                      MissingParameterException,
                                      OperationFailedException,
                                      PermissionDeniedException
Description copied from interface: CluService
Retrieves the list of CLU Ids for the specified LU Type and state

Specified by:
getCluIdsByLuType in interface CluService
Parameters:
luTypeKey - Type of the CLUs whose identifiers should be retrieved
luState - State of the CLUs whose identifiers should be retrieved
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
list of CLU identifiers
Throws:
DoesNotExistException - luType or luState not found
InvalidParameterException - invalid contextInfo
MissingParameterException - missing luType, luState or contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure

getAllowedCluCluRelationTypesByClu

public List<String> getAllowedCluCluRelationTypesByClu(String cluId,
                                                       String relatedCluId,
                                                       ContextInfo contextInfo)
                                                throws DoesNotExistException,
                                                       InvalidParameterException,
                                                       MissingParameterException,
                                                       OperationFailedException,
                                                       PermissionDeniedException
Description copied from interface: CluService
Retrieves the list of allowed relation types between the two specified CLUs

Specified by:
getAllowedCluCluRelationTypesByClu in interface CluService
Parameters:
cluId - identifier of the first CLU
relatedCluId - identifier of the second CLU
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
list of LU to LU relation types
Throws:
DoesNotExistException - cluId, relatedCluId not found
InvalidParameterException - invalid contextInfo
MissingParameterException - missing cluId, relatedCluId or contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure

getClusByRelatedCluAndRelationType

public List<CluInfo> getClusByRelatedCluAndRelationType(String relatedCluId,
                                                        String cluCLuRelationTypeKey,
                                                        ContextInfo contextInfo)
                                                 throws DoesNotExistException,
                                                        InvalidParameterException,
                                                        MissingParameterException,
                                                        OperationFailedException,
                                                        PermissionDeniedException
Description copied from interface: CluService
Retrieves the list of CLU information for the CLUs related to a specified CLU Id with a certain LU to LU relation type (getRelatedClusByClu from the other direction)

Specified by:
getClusByRelatedCluAndRelationType in interface CluService
Parameters:
relatedCluId - identifier of the child or To CLU
cluCLuRelationTypeKey - the LU to LU relation type
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
list of CLU information
Throws:
DoesNotExistException - relatedCluId, cluCLuRelationTypeKey not found
InvalidParameterException - invalid contextInfo
MissingParameterException - missing relatedCluId, cluCLuRelationTypeKey or contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure

getCluIdsByRelatedCluAndRelationType

public List<String> getCluIdsByRelatedCluAndRelationType(String relatedCluId,
                                                         String cluCluRelationTypeKey,
                                                         ContextInfo contextInfo)
                                                  throws DoesNotExistException,
                                                         InvalidParameterException,
                                                         MissingParameterException,
                                                         OperationFailedException,
                                                         PermissionDeniedException
Description copied from interface: CluService
Retrieves the list of CLU Ids for the specified related CLU Id and LU to LU relation type (getRelatedCluIdsByCluAndRelationType from the other direction)

Specified by:
getCluIdsByRelatedCluAndRelationType in interface CluService
Parameters:
relatedCluId - identifier of the child or To CLU
cluCluRelationTypeKey - the LU to LU relation type
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
list of CLU identifiers
Throws:
DoesNotExistException - relatedCluId or cluCluRelationTypeKey not found
InvalidParameterException - invalid contextInfo
MissingParameterException - missing relatedCluId, cluCluRelationTypeKey or contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure

getRelatedClusByCluAndRelationType

public List<CluInfo> getRelatedClusByCluAndRelationType(String cluId,
                                                        String cluCluRelationTypeKey,
                                                        ContextInfo contextInfo)
                                                 throws DoesNotExistException,
                                                        InvalidParameterException,
                                                        MissingParameterException,
                                                        OperationFailedException,
                                                        PermissionDeniedException
Description copied from interface: CluService
Retrieves the list of related CLU information for the specified CLU Id and LU to LU relation type (getClusByRelation from the other direction)

Specified by:
getRelatedClusByCluAndRelationType in interface CluService
Parameters:
cluId - identifier of the parent or From CLU
cluCluRelationTypeKey - the LU to LU relation type
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
list of CLU information
Throws:
DoesNotExistException - cluId or cluCluRelationTypeKey not found
InvalidParameterException - invalid contextInfo
MissingParameterException - missing cluId, cluCluRelationTypeKey or contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure

getRelatedCluIdsByCluAndRelationType

public List<String> getRelatedCluIdsByCluAndRelationType(String cluId,
                                                         String cluCluRelationTypeKey,
                                                         ContextInfo contextInfo)
                                                  throws DoesNotExistException,
                                                         InvalidParameterException,
                                                         MissingParameterException,
                                                         OperationFailedException,
                                                         PermissionDeniedException
Description copied from interface: CluService
Retrieves the list of related CLU Ids for the specified CLU Id and LU to LU relation type (getCluIdsByRelatedCluAndCluCluRelationType from the other direction)

Specified by:
getRelatedCluIdsByCluAndRelationType in interface CluService
Parameters:
cluId - identifier of the parent or From CLU
cluCluRelationTypeKey - the LU to LU relation type
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
list of CLU identifiers
Throws:
DoesNotExistException - cluId, cluCluRelationTypeKey not found
InvalidParameterException - invalid contextInfo
MissingParameterException - missing cluId, cluCluRelationTypeKey
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure

getCluCluRelation

public CluCluRelationInfo getCluCluRelation(String cluCluRelationId,
                                            ContextInfo contextInfo)
                                     throws DoesNotExistException,
                                            InvalidParameterException,
                                            MissingParameterException,
                                            OperationFailedException,
                                            PermissionDeniedException
Description copied from interface: CluService
Retrieves the relationship information between CLUs for a particular Relation instance

Specified by:
getCluCluRelation in interface CluService
Parameters:
cluCluRelationId - identifier of the CLU to CLU relation
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
information on the relation between two CLUs
Throws:
DoesNotExistException - cluCluRelationId not found
InvalidParameterException - invalid contextInfo
MissingParameterException - missing cluCluRelationId or contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure

getCluCluRelationsByClu

public List<CluCluRelationInfo> getCluCluRelationsByClu(String cluId,
                                                        ContextInfo contextInfo)
                                                 throws DoesNotExistException,
                                                        InvalidParameterException,
                                                        MissingParameterException,
                                                        OperationFailedException,
                                                        PermissionDeniedException
Description copied from interface: CluService
Retrieves the list of relationship information for the specified CLU

Specified by:
getCluCluRelationsByClu in interface CluService
Parameters:
cluId - identifier of the parent or From CLU
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
list of CLU to CLU relation information
Throws:
DoesNotExistException - cluId not found
InvalidParameterException - invalid contextInfo
MissingParameterException - missing cluId or contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure

getCluPublicationsByClu

public List<CluPublicationInfo> getCluPublicationsByClu(String cluId,
                                                        ContextInfo contextInfo)
                                                 throws DoesNotExistException,
                                                        InvalidParameterException,
                                                        MissingParameterException,
                                                        OperationFailedException,
                                                        PermissionDeniedException
Description copied from interface: CluService
Retrieves a list of publication objects for a particular clu

Specified by:
getCluPublicationsByClu in interface CluService
Parameters:
cluId - clu identifier
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
list of publication objects used by the specified clu
Throws:
DoesNotExistException - cluId not found
InvalidParameterException - invalid contextInfo
MissingParameterException - missing cluId or contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure

getCluPublicationsByType

public List<CluPublicationInfo> getCluPublicationsByType(String luPublicationTypeKey,
                                                         ContextInfo contextInfo)
                                                  throws DoesNotExistException,
                                                         InvalidParameterException,
                                                         MissingParameterException,
                                                         OperationFailedException,
                                                         PermissionDeniedException
Description copied from interface: CluService
Retrieves a list of publication objects of a particular Type

Specified by:
getCluPublicationsByType in interface CluService
Parameters:
luPublicationTypeKey - luPublicationType identifier
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
list of CLU Publication objects using the specified type
Throws:
DoesNotExistException - luPublicationType not found
InvalidParameterException - invalid contextInfo
MissingParameterException - missing luPublicationTypeKey or contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure

getCluPublication

public CluPublicationInfo getCluPublication(String cluPublicationId,
                                            ContextInfo contextInfo)
                                     throws DoesNotExistException,
                                            InvalidParameterException,
                                            MissingParameterException,
                                            OperationFailedException,
                                            PermissionDeniedException
Description copied from interface: CluService
Retrieves an LU publication object by its identifier

Specified by:
getCluPublication in interface CluService
Parameters:
cluPublicationId - CLU publication identifier
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
CLU Publication information
Throws:
DoesNotExistException - cluPublicationId not found
InvalidParameterException - invalid contextInfo
MissingParameterException - missing cluPublicationId or contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure

getCluResult

public CluResultInfo getCluResult(String cluResultId,
                                  ContextInfo contextInfo)
                           throws DoesNotExistException,
                                  InvalidParameterException,
                                  MissingParameterException,
                                  OperationFailedException,
                                  PermissionDeniedException
Description copied from interface: CluService
Retrieves information about a Clu Result

Specified by:
getCluResult in interface CluService
Parameters:
cluResultId - identifier of the Clu Result
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
information about a Clu Result
Throws:
DoesNotExistException - cluResultId not found
InvalidParameterException - invalid contextInfo
MissingParameterException - missing cluResultId or contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure

getCluResultByClu

public List<CluResultInfo> getCluResultByClu(String cluId,
                                             ContextInfo contextInfo)
                                      throws DoesNotExistException,
                                             InvalidParameterException,
                                             MissingParameterException,
                                             OperationFailedException
Description copied from interface: CluService
Retrieves the cluResult for a particular clu

Specified by:
getCluResultByClu in interface CluService
Parameters:
cluId - clu identifier
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
result information for a clu
Throws:
DoesNotExistException - cluId not found
InvalidParameterException - invalid contextInfo
MissingParameterException - missing cluId or contextInfo
OperationFailedException - unable to complete request

getCluResultsByClus

public List<CluResultInfo> getCluResultsByClus(List<String> cluIds,
                                               ContextInfo contextInfo)
                                        throws DoesNotExistException,
                                               InvalidParameterException,
                                               MissingParameterException,
                                               OperationFailedException
Description copied from interface: CluService
Retrieves the list of cluResults for the cluIds specified

Specified by:
getCluResultsByClus in interface CluService
Parameters:
cluIds - list of clu identifier's
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
list of CluResults corresponding to the cluIds specified
Throws:
DoesNotExistException - one or more of the cludIds does not exist.
InvalidParameterException - invalid contextInfo
MissingParameterException - missing cluIds or contextInfo
OperationFailedException - unable to complete request

getCluIdsByResultUsageType

public List<String> getCluIdsByResultUsageType(String resultUsageTypeKey,
                                               ContextInfo contextInfo)
                                        throws DoesNotExistException,
                                               InvalidParameterException,
                                               MissingParameterException,
                                               OperationFailedException
Description copied from interface: CluService
Retrieves the list of clu Ids with the results of the specified usage type. This would for example allow requests for all clus which have a final grade.

Specified by:
getCluIdsByResultUsageType in interface CluService
Parameters:
resultUsageTypeKey - identifier of the result usage type
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
list of clu Ids
Throws:
DoesNotExistException - resultUsageType not found
InvalidParameterException - invalid resultUsageTypeKey
MissingParameterException - missing resultUsageTypeKey
OperationFailedException - unable to complete request

getCluIdsByResultComponent

public List<String> getCluIdsByResultComponent(String resultComponentId,
                                               ContextInfo contextInfo)
                                        throws DoesNotExistException,
                                               InvalidParameterException,
                                               MissingParameterException,
                                               OperationFailedException
Description copied from interface: CluService
Retrieves the list of clu Ids which use a particular result component

Specified by:
getCluIdsByResultComponent in interface CluService
Parameters:
resultComponentId - identifier of the result component
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
list of clu Ids
Throws:
DoesNotExistException - resultComponent not found
InvalidParameterException - invalid resultComponentId
MissingParameterException - missing resultComponentId
OperationFailedException - unable to complete request

getCluLoRelation

public CluLoRelationInfo getCluLoRelation(String cluLoRelationId,
                                          ContextInfo contextInfo)
                                   throws DoesNotExistException,
                                          InvalidParameterException,
                                          MissingParameterException,
                                          OperationFailedException,
                                          PermissionDeniedException
Description copied from interface: CluService
Retrieve information on a CLU LO Relation.

Specified by:
getCluLoRelation in interface CluService
Parameters:
cluLoRelationId - Identifier of the CLU LO Relation
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
The retrieved CLU LO Relation information
Throws:
DoesNotExistException - cluLoRelationId not found
InvalidParameterException - invalid contextInfo
MissingParameterException - missing cluLoRelationId or contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure

getCluLoRelationsByClu

public List<CluLoRelationInfo> getCluLoRelationsByClu(String cluId,
                                                      ContextInfo contextInfo)
                                               throws DoesNotExistException,
                                                      InvalidParameterException,
                                                      MissingParameterException,
                                                      OperationFailedException,
                                                      PermissionDeniedException
Description copied from interface: CluService
Retrieves the list of canonical learning unit to learning objective relationships for a given CLU.

Specified by:
getCluLoRelationsByClu in interface CluService
Parameters:
cluId - Identifier for the CLU
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
List of canonical learning unit to learning objective relationships
Throws:
DoesNotExistException - cluId not found
InvalidParameterException - invalid contextInfo
MissingParameterException - missing cluId or contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure

getCluLoRelationsByLo

public List<CluLoRelationInfo> getCluLoRelationsByLo(String loId,
                                                     ContextInfo contextInfo)
                                              throws DoesNotExistException,
                                                     InvalidParameterException,
                                                     MissingParameterException,
                                                     OperationFailedException,
                                                     PermissionDeniedException
Description copied from interface: CluService
Retrieves the list of CLU identifiers associated with a given learning objective identifier.

Specified by:
getCluLoRelationsByLo in interface CluService
Parameters:
loId - Identifier for the learning objective
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
List of CLU LO Relations
Throws:
DoesNotExistException - loId not found
InvalidParameterException - invalid contextInfo
MissingParameterException - missing loId or contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure

getResourceRequirementsForClu

public List<String> getResourceRequirementsForClu(String cluId,
                                                  ContextInfo contextInfo)
                                           throws DoesNotExistException,
                                                  InvalidParameterException,
                                                  MissingParameterException,
                                                  OperationFailedException,
                                                  PermissionDeniedException
Description copied from interface: CluService
Retrieves the list of Resource requirements for the specified CLU

Specified by:
getResourceRequirementsForClu in interface CluService
Parameters:
cluId - Unique identifier for the CLU
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
List of resource requirements
Throws:
DoesNotExistException - cluId not found
InvalidParameterException - invalid contextInfo
MissingParameterException - missing cluId or contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure

getCluSet

public CluSetInfo getCluSet(String cluSetId,
                            ContextInfo contextInfo)
                     throws DoesNotExistException,
                            InvalidParameterException,
                            MissingParameterException,
                            OperationFailedException,
                            PermissionDeniedException
Description copied from interface: CluService
Retrieve information on a CLU set. This information should be about the set itself, and in the case of a dynamic CLU set, should include the criteria used to generate the set.

Specified by:
getCluSet in interface CluService
Parameters:
cluSetId - Identifier of the CLU set
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
The retrieved CLU set information
Throws:
DoesNotExistException - cluSetId not found
InvalidParameterException - invalid contextInfo
MissingParameterException - missing cluSetId or contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure

getCluSetTreeView

public CluSetTreeViewInfo getCluSetTreeView(String cluSetId,
                                            ContextInfo contextInfo)
                                     throws DoesNotExistException,
                                            InvalidParameterException,
                                            MissingParameterException,
                                            OperationFailedException,
                                            PermissionDeniedException
Description copied from interface: CluService
Retrieve information on a CLU set and its sub clu set fully expanded.

Specified by:
getCluSetTreeView in interface CluService
Parameters:
cluSetId - Identifier of the CLU set
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
The retrieved CLU set tree view information
Throws:
DoesNotExistException - cluSetId not found
InvalidParameterException - invalid contextInfo
MissingParameterException - missing cluSetId or contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure

getCluSetsByIds

public List<CluSetInfo> getCluSetsByIds(List<String> cluSetIds,
                                        ContextInfo contextInfo)
                                 throws DoesNotExistException,
                                        InvalidParameterException,
                                        MissingParameterException,
                                        OperationFailedException,
                                        PermissionDeniedException
Description copied from interface: CluService
Retrieve information on CLU sets from a list of cluSet Ids.

Specified by:
getCluSetsByIds in interface CluService
Parameters:
cluSetIds - List of identifiers of CLU sets
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
The retrieved list of CLU set information
Throws:
DoesNotExistException - One or more cluSets not found
InvalidParameterException - invalid contextInfo
MissingParameterException - missing cluSetIds or contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure

getCluSetIdsFromCluSet

public List<String> getCluSetIdsFromCluSet(String cluSetId,
                                           ContextInfo contextInfo)
                                    throws DoesNotExistException,
                                           InvalidParameterException,
                                           MissingParameterException,
                                           OperationFailedException,
                                           PermissionDeniedException
Description copied from interface: CluService
Retrieve the list of CLU Set Ids within a CLU Set

Specified by:
getCluSetIdsFromCluSet in interface CluService
Parameters:
cluSetId - Identifier of the CLU set
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
The retrieved list of CLU Set Ids within the specified CLU set
Throws:
DoesNotExistException - cluSet not found
InvalidParameterException - invalid contextInfo
MissingParameterException - missing cluSetId or contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure

isCluSetDynamic

public Boolean isCluSetDynamic(String cluSetId,
                               ContextInfo contextInfo)
                        throws DoesNotExistException,
                               InvalidParameterException,
                               MissingParameterException,
                               OperationFailedException,
                               PermissionDeniedException
Description copied from interface: CluService
Check if the given CluSet is dynamic

Specified by:
isCluSetDynamic in interface CluService
Parameters:
cluSetId - Identifier of the CLU set
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
The retrieved list of CLU Set Ids within the specified CLU set
Throws:
DoesNotExistException - cluSetId not found
InvalidParameterException - invalid contextInfo
MissingParameterException - missing cluSetId or contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure

getClusFromCluSet

public List<CluInfo> getClusFromCluSet(String cluSetId,
                                       ContextInfo contextInfo)
                                throws DoesNotExistException,
                                       InvalidParameterException,
                                       MissingParameterException,
                                       OperationFailedException,
                                       PermissionDeniedException
Description copied from interface: CluService
Retrieves the list of CLUs in a CLU set. This only retrieves the direct members.

Specified by:
getClusFromCluSet in interface CluService
Parameters:
cluSetId - Identifier of the CLU set
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
The retrieved list of information on the CLUs within the CLU set (flattened and de-duped)
Throws:
DoesNotExistException - cluSetId not found
InvalidParameterException - invalid contextInfo
MissingParameterException - missing cluSetId or contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure

getCluIdsFromCluSet

public List<String> getCluIdsFromCluSet(String cluSetId,
                                        ContextInfo contextInfo)
                                 throws DoesNotExistException,
                                        InvalidParameterException,
                                        MissingParameterException,
                                        OperationFailedException,
                                        PermissionDeniedException
Description copied from interface: CluService
Retrieves the list of CLU Identifiers within a CLU Set. This only retrieves the direct members.

Specified by:
getCluIdsFromCluSet in interface CluService
Parameters:
cluSetId - Identifier of the CLU set
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
The retrieved list of CLU Ids within the specified CLU set (flattened and de-duped)
Throws:
DoesNotExistException - cluSetId not found
InvalidParameterException - invalid contextInfo
MissingParameterException - missing cluSetId or contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure

getAllClusInCluSet

public List<CluInfo> getAllClusInCluSet(String cluSetId,
                                        ContextInfo contextInfo)
                                 throws DoesNotExistException,
                                        InvalidParameterException,
                                        MissingParameterException,
                                        OperationFailedException,
                                        PermissionDeniedException
Description copied from interface: CluService
Retrieves the full list of CLUs in this CLU set or any cluset that is included within that.

Specified by:
getAllClusInCluSet in interface CluService
Parameters:
cluSetId - Identifier of the CLU set
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
The retrieved list of information on the CLUs
Throws:
DoesNotExistException - cluSet not found
InvalidParameterException - invalid contextInfo
MissingParameterException - missing cluSetId or contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure

getAllCluIdsInCluSet

public List<String> getAllCluIdsInCluSet(String cluSetId,
                                         ContextInfo contextInfo)
                                  throws DoesNotExistException,
                                         InvalidParameterException,
                                         MissingParameterException,
                                         OperationFailedException,
                                         PermissionDeniedException
Description copied from interface: CluService
Retrieves the list of CLU Identifiers within a CLU Set or any cluset that is included within that.

Specified by:
getAllCluIdsInCluSet in interface CluService
Parameters:
cluSetId - Identifier of the CLU set
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
The retrieved list of CLU Ids within the specified CLU set
Throws:
DoesNotExistException - cluSetId not found
InvalidParameterException - invalid contextInfo
MissingParameterException - missing cluSetId or contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure

isCluInCluSet

public Boolean isCluInCluSet(String cluId,
                             String cluSetId,
                             ContextInfo contextInfo)
                      throws DoesNotExistException,
                             InvalidParameterException,
                             MissingParameterException,
                             OperationFailedException,
                             PermissionDeniedException
Description copied from interface: CluService
Checks if a CLU is a member of a CLU set or any contained CLU set

Specified by:
isCluInCluSet in interface CluService
Parameters:
cluId - Identifier of the CLU to check
cluSetId - Identifier of the CLU set
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
True if the CLU is a member of the CLU Set
Throws:
DoesNotExistException - cluId, cluSetId not found
InvalidParameterException - invalid contextInfo
MissingParameterException - missing cluId, cluSetId or contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure

validateClu

public List<ValidationResultInfo> validateClu(String validationTypeKey,
                                              CluInfo cluInfo,
                                              ContextInfo contextInfo)
                                       throws DoesNotExistException,
                                              InvalidParameterException,
                                              MissingParameterException,
                                              OperationFailedException,
                                              PermissionDeniedException
Description copied from interface: CluService
Validates a CLU. Depending on the value of validationType, this validation could be limited to tests on just the current object and its directly contained sub-objects or expanded to perform all tests related to this object. If an identifier is present for the CLU (and/or one of its contained sub-objects) and a record is found for that identifier, the validation checks if the CLU can be shifted to the new values. If an identifier is not present or a record cannot be found for the identifier, it is assumed that the record does not exist and as such, the checks performed will be much shallower, typically mimicking those performed by setting the validationType to the current object.

Specified by:
validateClu in interface CluService
Parameters:
validationTypeKey - identifier of the extent of validation
cluInfo - CLU information to be tested.
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
results from performing the validation
Throws:
DoesNotExistException - validationTypeKey not found
InvalidParameterException - invalid cluInfo or contextInfo
MissingParameterException - missing validationTypeKey, cluInfo or contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure

createClu

public CluInfo createClu(String luTypeKey,
                         CluInfo cluInfo,
                         ContextInfo contextInfo)
                  throws DataValidationErrorException,
                         DoesNotExistException,
                         InvalidParameterException,
                         MissingParameterException,
                         OperationFailedException,
                         PermissionDeniedException,
                         ReadOnlyException
Description copied from interface: CluService
Creates a new CLU

Specified by:
createClu in interface CluService
Parameters:
luTypeKey - identifier of the LU Type for the CLU being created
cluInfo - information about the CLU being created
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
the created CLU information
Throws:
DataValidationErrorException - supplied data is invalid
DoesNotExistException - luTypeKey not found
InvalidParameterException - invalid cluInfo or contextInfo
MissingParameterException - missing luTypeKey, cluInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure
ReadOnlyException - an attempt at supplying information designated as read only

updateClu

public CluInfo updateClu(String cluId,
                         CluInfo cluInfo,
                         ContextInfo contextInfo)
                  throws DataValidationErrorException,
                         DoesNotExistException,
                         InvalidParameterException,
                         MissingParameterException,
                         OperationFailedException,
                         PermissionDeniedException,
                         ReadOnlyException,
                         VersionMismatchException
Description copied from interface: CluService
Updates an existing CLU

Specified by:
updateClu in interface CluService
Parameters:
cluId - identifier for the CLU to be updated
cluInfo - updated information about the CLU
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
the updated CLU information
Throws:
DataValidationErrorException - supplied data is invalid
DoesNotExistException - cluId not found
InvalidParameterException - invalid cluInfo or contextInfo
MissingParameterException - missing cluId, cluInfo or contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure
ReadOnlyException - an attempt at supplying information designated as read only
VersionMismatchException - an optimistic locking failure or the action was attempted on an out of date version

deleteClu

public StatusInfo deleteClu(String cluId,
                            ContextInfo contextInfo)
                     throws DependentObjectsExistException,
                            DoesNotExistException,
                            InvalidParameterException,
                            MissingParameterException,
                            OperationFailedException,
                            PermissionDeniedException
Description copied from interface: CluService
Deletes an existing CLU

Specified by:
deleteClu in interface CluService
Parameters:
cluId - identifier for the CLU to be deleted
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
status of the operation
Throws:
DependentObjectsExistException - delete would leave orphaned objects or violate integrity constraints
DoesNotExistException - cluId not found
InvalidParameterException - invalid contextInfo
MissingParameterException - missing cluId or contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure

createNewCluVersion

public CluInfo createNewCluVersion(String cluId,
                                   String versionComment,
                                   ContextInfo contextInfo)
                            throws DataValidationErrorException,
                                   DoesNotExistException,
                                   InvalidParameterException,
                                   MissingParameterException,
                                   OperationFailedException,
                                   PermissionDeniedException,
                                   ReadOnlyException
Description copied from interface: CluService
Creates a new CLU version based on the current clu

Specified by:
createNewCluVersion in interface CluService
Parameters:
cluId - identifier for the CLU to be versioned
versionComment - comment for the current version
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
the new versioned CLU information
Throws:
DataValidationErrorException - supplied data is invalid
DoesNotExistException - cluId not found
InvalidParameterException - invalid contextInfo
MissingParameterException - missing cluId, versionComment or contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure
ReadOnlyException - an attempt at supplying information designated as read only

setCurrentCluVersion

public StatusInfo setCurrentCluVersion(String cluVersionId,
                                       Date currentVersionStart,
                                       ContextInfo contextInfo)
                                throws DataValidationErrorException,
                                       DoesNotExistException,
                                       InvalidParameterException,
                                       MissingParameterException,
                                       IllegalVersionSequencingException,
                                       OperationFailedException,
                                       PermissionDeniedException
Description copied from interface: CluService
Sets a specific version of the Clu as current. The sequence number must be greater than the existing current Clu version. This will truncate the current version's end date to the currentVersionStart param. If a Clu exists which is set to become current in the future, that clu's currentVersionStart and CurrentVersionEnd will be nullified. The currentVersionStart must be in the future to prevent changing historic data.

Specified by:
setCurrentCluVersion in interface CluService
Parameters:
cluVersionId - Version Specific Id of the Clu
currentVersionStart - Date when this clu becomes current. Must be in the future and be after the most current clu's start date.
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
status of the operation
Throws:
DataValidationErrorException - supplied data is invalid
DoesNotExistException - cluVersionId not found
InvalidParameterException - invalid contextInfo
MissingParameterException - missing cluVersionId, previousState, newState
IllegalVersionSequencingException - a Clu with higher sequence number from the one provided is marked current
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure

updateCluState

public CluInfo updateCluState(String cluId,
                              String luState,
                              ContextInfo contextInfo)
                       throws DataValidationErrorException,
                              DoesNotExistException,
                              InvalidParameterException,
                              MissingParameterException,
                              OperationFailedException,
                              PermissionDeniedException,
                              ReadOnlyException,
                              VersionMismatchException
Description copied from interface: CluService
Updates the state of the specified CLU

Specified by:
updateCluState in interface CluService
Parameters:
cluId - identifier for the CLU to be updated
luState - new state for the CLU. Value is expected to be constrained to those in the luState enumeration.
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
the updated CLU information
Throws:
DataValidationErrorException - supplied data is invalid
DoesNotExistException - cluId not found
InvalidParameterException - invalid contextInfo
MissingParameterException - missing cluId, luState or contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure
ReadOnlyException - an attempt at supplying information designated as read only
VersionMismatchException - an optimistic locking failure or the action was attempted on an out of date version

validateCluCluRelation

public List<ValidationResultInfo> validateCluCluRelation(String validationTypeKey,
                                                         String cluId,
                                                         String relatedCluId,
                                                         String cluCluRelationTypeKey,
                                                         CluCluRelationInfo cluCluRelationInfo,
                                                         ContextInfo contextInfo)
                                                  throws DoesNotExistException,
                                                         InvalidParameterException,
                                                         MissingParameterException,
                                                         OperationFailedException,
                                                         PermissionDeniedException
Description copied from interface: CluService
Validates a cluCluRelation. Depending on the value of validationType, this validation could be limited to tests on just the current object and its directly contained sub-objects or expanded to perform all tests related to this object. If an identifier is present for the cluCluRelation (and/or one of its contained sub-objects) and a record is found for that identifier, the validation checks if the relationship can be shifted to the new values. If an identifier is not present or a record cannot be found for the identifier, it is assumed that the record does not exist and as such, the checks performed will be much shallower, typically mimicking those performed by setting the validationType to the current object.

Specified by:
validateCluCluRelation in interface CluService
Parameters:
validationTypeKey - identifier of the extent of validation
cluId - identifier of the first CLU in the relationship - The From or Parent of the relation
relatedCluId - identifier of the second CLU in the relationship to be related to - the To or Child of the Relation
cluCluRelationTypeKey - the CLU to CLU relationship type of the relationship
cluCluRelationInfo - cluCluRelation information to be tested.
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
results from performing the validation
Throws:
DoesNotExistException - validationTypeKey, cluId, relatedCluId or cluCluRelationTypeKey not found
InvalidParameterException - invalid cluCluRelationInfo or contextInfo
MissingParameterException - missing validationTypeKey, cluId, relatedCluId, cluCluRelationTypeKey or cluCluRelationInfo or contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure

createCluCluRelation

public CluCluRelationInfo createCluCluRelation(String cluId,
                                               String relatedCluId,
                                               String cluCluRelationTypeKey,
                                               CluCluRelationInfo cluCluRelationInfo,
                                               ContextInfo contextInfo)
                                        throws CircularRelationshipException,
                                               DataValidationErrorException,
                                               DoesNotExistException,
                                               InvalidParameterException,
                                               MissingParameterException,
                                               OperationFailedException,
                                               PermissionDeniedException,
                                               ReadOnlyException
Description copied from interface: CluService
Create a directional relationship between two CLUs

Specified by:
createCluCluRelation in interface CluService
Parameters:
cluId - identifier of the first CLU in the relationship - The From or Parent of the relation
relatedCluId - identifier of the second CLU in the relationship to be related to - the To or Child of the Relation
cluCluRelationTypeKey - the LU to LU relationship type of the relationship
cluCluRelationInfo - information about the relationship between the two CLUs
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
the created CLU to CLU relation information
Throws:
CircularRelationshipException - cluId equals relatedCluId
DataValidationErrorException - One or more values invalid for this operation
DoesNotExistException - cluId, relatedCluId, cluCluRelationTypeKey not found
InvalidParameterException - invalid cluCluRelationInfo or contextInfo
MissingParameterException - missing cluId, relatedCluId, cluCluRelationTypeKey, cluCluRelationInfo or contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure
ReadOnlyException - an attempt at supplying information designated as read only

updateCluCluRelation

public CluCluRelationInfo updateCluCluRelation(String cluCluRelationId,
                                               CluCluRelationInfo cluCluRelationInfo,
                                               ContextInfo contextInfo)
                                        throws DataValidationErrorException,
                                               DoesNotExistException,
                                               InvalidParameterException,
                                               MissingParameterException,
                                               OperationFailedException,
                                               PermissionDeniedException,
                                               ReadOnlyException,
                                               VersionMismatchException
Description copied from interface: CluService
Updates a relationship between two CLUs

Specified by:
updateCluCluRelation in interface CluService
Parameters:
cluCluRelationId - identifier of the CLU to CLU relation to be updated
cluCluRelationInfo - changed information about the CLU to CLU relationship
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
the updated CLU to CLU relation information
Throws:
DataValidationErrorException - One or more values invalid for this operation
DoesNotExistException - cluCluRelation not found
InvalidParameterException - invalid cluCluRelationInfo or contextInfo
MissingParameterException - missing cluCluRelationId, cluCluRelationInfo or contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure
ReadOnlyException - an attempt at supplying information designated as read only
VersionMismatchException - an optimistic locking failure or the action was attempted on an out of date version

deleteCluCluRelation

public StatusInfo deleteCluCluRelation(String cluCluRelationId,
                                       ContextInfo contextInfo)
                                throws DoesNotExistException,
                                       InvalidParameterException,
                                       MissingParameterException,
                                       OperationFailedException,
                                       PermissionDeniedException
Description copied from interface: CluService
Deletes a relationship between two CLUs

Specified by:
deleteCluCluRelation in interface CluService
Parameters:
cluCluRelationId - identifier of CLU to CLU relationship to delete
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
status of the operation (success or failure)
Throws:
DoesNotExistException - cluCluRelationId not found
InvalidParameterException - invalid contextInfo
MissingParameterException - missing cluCluRelationId or contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure

validateCluPublication

public List<ValidationResultInfo> validateCluPublication(String validationTypeKey,
                                                         String cluId,
                                                         String luPublicationTypeKey,
                                                         CluPublicationInfo cluPublicationInfo,
                                                         ContextInfo contextInfo)
                                                  throws DoesNotExistException,
                                                         InvalidParameterException,
                                                         MissingParameterException,
                                                         OperationFailedException,
                                                         PermissionDeniedException
Description copied from interface: CluService
Validates information about publication for a clu. Depending on the value of validationTypeKey, this validation could be limited to tests on just the current object and its directly contained sub-objects or expanded to perform all tests related to this object. If an identifier is present for the clu publication object (and/or one of its contained sub-objects) and a record is found for that identifier, the validation checks if the clu publication object can be shifted to the new values. If an identifier is not present or a record cannot be found for the identifier, it is assumed that the record does not exist and as such, the checks performed will be much shallower, typically mimicking those performed by setting the validationTypeKey to the current object.

Specified by:
validateCluPublication in interface CluService
Parameters:
validationTypeKey - identifier of the extent of validation
cluId - identifier of a clu
luPublicationTypeKey - type of lu publication
cluPublicationInfo - CLU publication information to be tested.
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
results from performing the validation
Throws:
DoesNotExistException - validationTypeKey, cluId or luPublicationTypeKey not found
InvalidParameterException - invalid cluPublicationInfo or contextInfo
MissingParameterException - missing validationTypeKey, cluId, luPublicationTypeKey, cluPublicationInfo or contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure

createCluPublication

public CluPublicationInfo createCluPublication(String cluId,
                                               String luPublicationTypeKey,
                                               CluPublicationInfo cluPublicationInfo,
                                               ContextInfo contextInfo)
                                        throws DataValidationErrorException,
                                               InvalidParameterException,
                                               MissingParameterException,
                                               OperationFailedException,
                                               PermissionDeniedException,
                                               ReadOnlyException
Description copied from interface: CluService
Create a clu publication object, which contains information about publication for a clu.

Specified by:
createCluPublication in interface CluService
Parameters:
cluId - identifier of a clu
luPublicationTypeKey - type of lu publication
cluPublicationInfo - information about publication for a clu
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
information about the created clu publication object
Throws:
DataValidationErrorException - supplied data is invalid
InvalidParameterException - invalid cluPublicationInfo or contextInfo
MissingParameterException - missing cluId, luPublicationTypeKey, cluPublicationInfo or contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure
ReadOnlyException - an attempt at supplying information designated as read only

updateCluPublication

public CluPublicationInfo updateCluPublication(String cluPublicationId,
                                               CluPublicationInfo cluPublicationInfo,
                                               ContextInfo contextInfo)
                                        throws DataValidationErrorException,
                                               DoesNotExistException,
                                               InvalidParameterException,
                                               MissingParameterException,
                                               OperationFailedException,
                                               PermissionDeniedException,
                                               ReadOnlyException,
                                               VersionMismatchException
Description copied from interface: CluService
Updates an existing clu publication object

Specified by:
updateCluPublication in interface CluService
Parameters:
cluPublicationId - identifier for the clu publication object to be updated
cluPublicationInfo - updated information about the clu publication object
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
the updated clu publication information
Throws:
DataValidationErrorException - supplied data is invalid
DoesNotExistException - cluPublicationId not found
InvalidParameterException - invalid cluPublicationInfo or contextInfo
MissingParameterException - missing cluPublicationId, cluPublicationInfo or contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure
ReadOnlyException - an attempt at supplying information designated as read only
VersionMismatchException - The action was attempted on an out of date version.

deleteCluPublication

public StatusInfo deleteCluPublication(String cluPublicationId,
                                       ContextInfo contextInfo)
                                throws DoesNotExistException,
                                       InvalidParameterException,
                                       MissingParameterException,
                                       DependentObjectsExistException,
                                       OperationFailedException,
                                       PermissionDeniedException
Description copied from interface: CluService
Deletes an existing clu publication object

Specified by:
deleteCluPublication in interface CluService
Parameters:
cluPublicationId - identifier for the clu publication object to be deleted
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
status of the operation
Throws:
DoesNotExistException - cluPublicationId not found
InvalidParameterException - invalid contextInfo
MissingParameterException - missing cluPublicationId or contextInfo
DependentObjectsExistException - delete would leave orphaned objects or violate integrity constraints
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure

validateCluResult

public List<ValidationResultInfo> validateCluResult(String validationTypeKey,
                                                    String cluId,
                                                    String cluResultTypeKey,
                                                    CluResultInfo cluResultInfo,
                                                    ContextInfo contextInfo)
                                             throws DoesNotExistException,
                                                    InvalidParameterException,
                                                    MissingParameterException,
                                                    OperationFailedException,
                                                    PermissionDeniedException
Description copied from interface: CluService
Validates information about results for a clu. Depending on the value of validationTypeKey, this validation could be limited to tests on just the current object and its directly contained sub-objects or expanded to perform all tests related to this object. If an identifier is present for the clu result object (and/or one of its contained sub-objects) and a record is found for that identifier, the validation checks if the clu result object can be shifted to the new values. If an identifier is not present or a record cannot be found for the identifier, it is assumed that the record does not exist and as such, the checks performed will be much shallower, typically mimicking those performed by setting the validationTypeKey to the current object.

Specified by:
validateCluResult in interface CluService
Parameters:
validationTypeKey - identifier of the extent of validation
cluId - identifier of a clu
cluResultTypeKey - type of clu result
cluResultInfo - CLU result information to be tested.
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
results from performing the validation
Throws:
DoesNotExistException - validationTypeKey, cluId or cluResultTypeKey not found
InvalidParameterException - invalid cluResultInfo or contextInfo
MissingParameterException - missing validationTypeKey, cluId, cluResultTypeKey, cluResultInfo or contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure

createCluResult

public CluResultInfo createCluResult(String cluId,
                                     String cluResultTypeKey,
                                     CluResultInfo cluResultInfo,
                                     ContextInfo contextInfo)
                              throws DataValidationErrorException,
                                     DoesNotExistException,
                                     InvalidParameterException,
                                     MissingParameterException,
                                     OperationFailedException,
                                     PermissionDeniedException,
                                     ReadOnlyException
Description copied from interface: CluService
Create a clu result object, which contains information about potential results for a clu.

Specified by:
createCluResult in interface CluService
Parameters:
cluId - identifier of a clu
cluResultTypeKey - type of clu result
cluResultInfo - information about potential results for a clu
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
information about the created clu result
Throws:
DataValidationErrorException - supplied data is invalid
DoesNotExistException - cluId or resultUsageTypeKey not found
InvalidParameterException - invalid cluResultInfo or contextInfo
MissingParameterException - missing cluId, cluResultTypeKey, cluResultInfo or contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure
ReadOnlyException - an attempt at supplying information designated as read only

updateCluResult

public CluResultInfo updateCluResult(String cluResultId,
                                     CluResultInfo cluResultInfo,
                                     ContextInfo contextInfo)
                              throws DataValidationErrorException,
                                     DoesNotExistException,
                                     InvalidParameterException,
                                     MissingParameterException,
                                     OperationFailedException,
                                     PermissionDeniedException,
                                     ReadOnlyException,
                                     VersionMismatchException
Description copied from interface: CluService
Updates an existing clu result

Specified by:
updateCluResult in interface CluService
Parameters:
cluResultId - identifier for the clu result to be updated
cluResultInfo - updated information about the clu result
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
the updated clu result information
Throws:
DataValidationErrorException - One or more values invalid for this operation
DoesNotExistException - cluResultId not found
InvalidParameterException - invalid contextInfo
MissingParameterException - missing cluResultId, cluResultInfo or contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure
ReadOnlyException - an attempt at supplying information designated as read only
VersionMismatchException - an optimistic locking failure or the action was attempted on an out of date version

deleteCluResult

public StatusInfo deleteCluResult(String cluResultId,
                                  ContextInfo contextInfo)
                           throws DoesNotExistException,
                                  InvalidParameterException,
                                  MissingParameterException,
                                  DependentObjectsExistException,
                                  OperationFailedException,
                                  PermissionDeniedException
Description copied from interface: CluService
Deletes an existing clu result

Specified by:
deleteCluResult in interface CluService
Parameters:
cluResultId - identifier for the clu result to be deleted
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
status of the operation
Throws:
DoesNotExistException - cluResultId not found
InvalidParameterException - invalid contextInfo
MissingParameterException - missing cluResultId or contextInfo
DependentObjectsExistException - delete would leave orphaned objects or violate integrity constraints
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure

validateCluLoRelation

public List<ValidationResultInfo> validateCluLoRelation(String validationTypeKey,
                                                        String cluId,
                                                        String loId,
                                                        String cluLoRelationTypeKey,
                                                        CluLoRelationInfo cluLoRelationInfo,
                                                        ContextInfo contextInfo)
                                                 throws DoesNotExistException,
                                                        InvalidParameterException,
                                                        MissingParameterException,
                                                        OperationFailedException,
                                                        PermissionDeniedException
Description copied from interface: CluService
Validates a cluLoRelation. Depending on the value of validationTypeKey, this validation could be limited to tests on just the current object and its directly contained sub-objects or expanded to perform all tests related to this object. If an identifier is present for the cluLoRelation (and/or one of its contained sub-objects) and a record is found for that identifier, the validation checks if the relationship can be shifted to the new values. If an identifier is not present or a record cannot be found for the identifier, it is assumed that the record does not exist and as such, the checks performed will be much shallower, typically mimicking those performed by setting the validationTypeKey to the current object.

Specified by:
validateCluLoRelation in interface CluService
Parameters:
validationTypeKey - identifier of the extent of validation
cluId - CLU identifier
loId - learning objective identifier
cluLoRelationTypeKey - type of clu learning objective relationship
cluLoRelationInfo - cluLoRelation information to be tested.
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
results from performing the validation
Throws:
DoesNotExistException - validationTypeKey, cluId, loId or cluLoRelationTypeKey not found
InvalidParameterException - invalid cluLoRelationInfo or contextInfo
MissingParameterException - missing validationTypeKey, cluId, loId, cluLoRelationTypeKey, cluLoRelationInfo or contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure

createCluLoRelation

public CluLoRelationInfo createCluLoRelation(String cluId,
                                             String loId,
                                             String cluLoRelationTypeKey,
                                             CluLoRelationInfo cluLoRelationInfo,
                                             ContextInfo contextInfo)
                                      throws DataValidationErrorException,
                                             DoesNotExistException,
                                             InvalidParameterException,
                                             MissingParameterException,
                                             OperationFailedException,
                                             PermissionDeniedException,
                                             ReadOnlyException
Description copied from interface: CluService
Creates a relationship between a learning objective and a CLU.

Specified by:
createCluLoRelation in interface CluService
Parameters:
cluId - CLU identifier
loId - learning objective identifier
cluLoRelationTypeKey - type of clu learning objective relationship
cluLoRelationInfo - clu learning objective relationship information
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
the newly created clu learning objective relationship
Throws:
DataValidationErrorException - data validation error
DoesNotExistException - cluId, loId, cluLoRelationTypeKey not found
InvalidParameterException - invalid cluLoRelationInfo or contextInfo
MissingParameterException - missing cluId, loId, cluLoRelationTypeKey, cluLoRelationInfo or contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure
ReadOnlyException - an attempt at supplying information designated as read only

updateCluLoRelation

public CluLoRelationInfo updateCluLoRelation(String cluLoRelationId,
                                             CluLoRelationInfo cluLoRelationInfo,
                                             ContextInfo contextInfo)
                                      throws DataValidationErrorException,
                                             DoesNotExistException,
                                             InvalidParameterException,
                                             MissingParameterException,
                                             OperationFailedException,
                                             PermissionDeniedException,
                                             ReadOnlyException,
                                             VersionMismatchException
Description copied from interface: CluService
Updates a relationship between a clu and learning objective

Specified by:
updateCluLoRelation in interface CluService
Parameters:
cluLoRelationId - identifier of the clu learning objective relationship to be updated
cluLoRelationInfo - information about the clu learning objective relationship to be updated
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
the updated clu learning objective relationship information
Throws:
DataValidationErrorException - data validation error
DoesNotExistException - cluLoRelationId not found
InvalidParameterException - invalid cluLoRelationInfo or contextInfo
MissingParameterException - missing cluLoRelationId, cluLoRelationInfo or contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure
ReadOnlyException - an attempt at supplying information designated as read only
VersionMismatchException - The action was attempted on an out of date version.

deleteCluLoRelation

public StatusInfo deleteCluLoRelation(String cluLoRelationId,
                                      ContextInfo contextInfo)
                               throws DoesNotExistException,
                                      InvalidParameterException,
                                      MissingParameterException,
                                      OperationFailedException,
                                      PermissionDeniedException
Description copied from interface: CluService
Removes a relationship between a learning objective and a Clu.

Specified by:
deleteCluLoRelation in interface CluService
Parameters:
cluLoRelationId - CLU learning objective Relationship identifier
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
Status of the delete operation
Throws:
DoesNotExistException - cluLoRelationId not found
InvalidParameterException - invalid contextInfo
MissingParameterException - missing cluLoRelationId
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure

addCluResourceRequirement

public StatusInfo addCluResourceRequirement(String resourceTypeKey,
                                            String cluId,
                                            ContextInfo contextInfo)
                                     throws AlreadyExistsException,
                                            DoesNotExistException,
                                            InvalidParameterException,
                                            MissingParameterException,
                                            OperationFailedException,
                                            PermissionDeniedException
Description copied from interface: CluService
Add a Resource requirement to a CLU

Specified by:
addCluResourceRequirement in interface CluService
Parameters:
resourceTypeKey - identifier of the resource requirement type to be added to the CLU
cluId - identifier of the CLU
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
status of the operation (success or failure)
Throws:
AlreadyExistsException - if the resource type has already been added to the clu
DoesNotExistException - resourceTypeKey or cluId not found
InvalidParameterException - invalid resourceTypeKey or cluId
MissingParameterException - missing resourceTypeKey, cluId or contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure

removeCluResourceRequirement

public StatusInfo removeCluResourceRequirement(String resourceTypeKey,
                                               String cluId,
                                               ContextInfo contextInfo)
                                        throws DoesNotExistException,
                                               InvalidParameterException,
                                               MissingParameterException,
                                               OperationFailedException,
                                               PermissionDeniedException
Description copied from interface: CluService
Remove a Resource requirement from a CLU

Specified by:
removeCluResourceRequirement in interface CluService
Parameters:
resourceTypeKey - identifier of the resource type to be removed from the CLU
cluId - identifier of the CLU
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
status of the operation (success or failure)
Throws:
DoesNotExistException - resourceTypeKey or cluId not found
InvalidParameterException - invalid contextInfo
MissingParameterException - missing resourceTypeKey, cluId or contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure

validateCluSet

public List<ValidationResultInfo> validateCluSet(String validationTypeKey,
                                                 String cluSetTypeKey,
                                                 CluSetInfo cluSetInfo,
                                                 ContextInfo contextInfo)
                                          throws DoesNotExistException,
                                                 InvalidParameterException,
                                                 MissingParameterException,
                                                 OperationFailedException,
                                                 PermissionDeniedException
Description copied from interface: CluService
Validates information about a clu set. Depending on the value of validationTypeKey, this validation could be limited to tests on just the current object and its directly contained sub-objects or expanded to perform all tests related to this object. If an identifier is present for the clu set (and/or one of its contained sub-objects) and a record is found for that identifier, the validation checks if the clu set can be shifted to the new values. If an identifier is not present or a record cannot be found for the identifier, it is assumed that the record does not exist and as such, the checks performed will be much shallower, typically mimicking those performed by setting the validationType to the current object.

Specified by:
validateCluSet in interface CluService
Parameters:
validationTypeKey - identifier of the extent of validation
cluSetTypeKey - type of the CLU set to be created
cluSetInfo - CLU set information to be tested.
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
results from performing the validation
Throws:
DoesNotExistException - validationTypeKey or cluSetTypeKey not found
InvalidParameterException - invalid cluSetInfo or contextInfo
MissingParameterException - missing validationTypeKey, cluSetTypeKey, cluSetInfo or contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure

createCluSet

public CluSetInfo createCluSet(String cluSetTypeKey,
                               CluSetInfo cluSetInfo,
                               ContextInfo contextInfo)
                        throws DataValidationErrorException,
                               DoesNotExistException,
                               InvalidParameterException,
                               MissingParameterException,
                               OperationFailedException,
                               PermissionDeniedException,
                               ReadOnlyException,
                               UnsupportedActionException
Description copied from interface: CluService
Creates a CLU set.

Specified by:
createCluSet in interface CluService
Parameters:
cluSetTypeKey - type of the CLU set to be created
cluSetInfo - information required to create a CLU set
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
the created CLU set information
Throws:
DataValidationErrorException - data validation error
DoesNotExistException - cluSetTypeKey not found
InvalidParameterException - invalid cluSetInfo or contextInfo
MissingParameterException - missing cluSetTypeKey, cluSetInfo or contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure
ReadOnlyException - an attempt at supplying information designated as read only
UnsupportedActionException - CLU set need to be static or dynamic but not both

updateCluSet

public CluSetInfo updateCluSet(String cluSetId,
                               CluSetInfo cluSetInfo,
                               ContextInfo contextInfo)
                        throws CircularRelationshipException,
                               DataValidationErrorException,
                               DoesNotExistException,
                               InvalidParameterException,
                               MissingParameterException,
                               OperationFailedException,
                               PermissionDeniedException,
                               ReadOnlyException,
                               UnsupportedActionException,
                               VersionMismatchException
Description copied from interface: CluService
Update the information for a CLU set

Specified by:
updateCluSet in interface CluService
Parameters:
cluSetId - identifier of the CLU set to be updated
cluSetInfo - updated information about the CLU set
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
the updated CLU set information
Throws:
CircularRelationshipException - added CluSetId cannot be added to the cluSetInfo
DataValidationErrorException - data validation error
DoesNotExistException - cluSetId not found
InvalidParameterException - invalid cluSetInfo or contextInfo
MissingParameterException - missing cluSetId, cluSetInfo or contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure
ReadOnlyException - an attempt at supplying information designated as read only
UnsupportedActionException - CLU set need to be static or dynamic but not both
VersionMismatchException - an optimistic locking failure or the action was attempted on an out of date version

deleteCluSet

public StatusInfo deleteCluSet(String cluSetId,
                               ContextInfo contextInfo)
                        throws DoesNotExistException,
                               InvalidParameterException,
                               MissingParameterException,
                               OperationFailedException,
                               PermissionDeniedException
Description copied from interface: CluService
Delete a CLU set

Specified by:
deleteCluSet in interface CluService
Parameters:
cluSetId - identifier of the CLU set to be deleted
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
status of the operation (success or failure)
Throws:
DoesNotExistException - cluSetId not found
InvalidParameterException - invalid contextInfo
MissingParameterException - missing cluSetId or contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure

addCluSetToCluSet

public StatusInfo addCluSetToCluSet(String cluSetId,
                                    String addedCluSetId,
                                    ContextInfo contextInfo)
                             throws CircularRelationshipException,
                                    DoesNotExistException,
                                    InvalidParameterException,
                                    MissingParameterException,
                                    OperationFailedException,
                                    PermissionDeniedException,
                                    UnsupportedActionException
Description copied from interface: CluService
Adds one CLU set to another

Specified by:
addCluSetToCluSet in interface CluService
Parameters:
cluSetId - identifier of the host CLU set
addedCluSetId - identifier of the CLU set to be added
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
status of the operation (success or failure)
Throws:
CircularRelationshipException - addedCluSetId cannot be added to the CluSetId
DoesNotExistException - cluSetId, addedCluSetId not found
InvalidParameterException - invalid contextInfo
MissingParameterException - missing cluSetId, addedCluSetId or contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure
UnsupportedActionException - CLU set is dynamically determined

addCluSetsToCluSet

public StatusInfo addCluSetsToCluSet(String cluSetId,
                                     List<String> addedCluSetIds,
                                     ContextInfo contextInfo)
                              throws CircularRelationshipException,
                                     DoesNotExistException,
                                     InvalidParameterException,
                                     MissingParameterException,
                                     OperationFailedException,
                                     PermissionDeniedException,
                                     UnsupportedActionException
Description copied from interface: CluService
Adds a list of CLU sets to another CluSet. If any individual one would fail, then an error is returned and none are added.

Specified by:
addCluSetsToCluSet in interface CluService
Parameters:
cluSetId - identifier of the host CLU set
addedCluSetIds - list of identifiers of the CLU sets to be added
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
status of the operation (success or failure)
Throws:
CircularRelationshipException - addedCluSetIds cannot be added to the cluSetId
DoesNotExistException - cluSetId, one or more of cluSetIds in addedCluSetIds not found
InvalidParameterException - invalid contextInfo
MissingParameterException - missing cluSetId, addedCluSetIds or contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure
UnsupportedActionException - CLU set is dynamically determined

removeCluSetFromCluSet

public StatusInfo removeCluSetFromCluSet(String cluSetId,
                                         String removedCluSetId,
                                         ContextInfo contextInfo)
                                  throws DoesNotExistException,
                                         InvalidParameterException,
                                         MissingParameterException,
                                         OperationFailedException,
                                         PermissionDeniedException,
                                         UnsupportedActionException
Description copied from interface: CluService
Removes one CLU set from another

Specified by:
removeCluSetFromCluSet in interface CluService
Parameters:
cluSetId - identifier of the host CLU set
removedCluSetId - identifier of the CLU set to be removed
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
status of the operation (success or failure)
Throws:
DoesNotExistException - cluSetId, removedCluSetId not found
InvalidParameterException - invalid contextInfo
MissingParameterException - missing cluSetId, removedCluSetId or contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure
UnsupportedActionException - CLU set is dynamically determined

addCluToCluSet

public StatusInfo addCluToCluSet(String cluId,
                                 String cluSetId,
                                 ContextInfo contextInfo)
                          throws DoesNotExistException,
                                 InvalidParameterException,
                                 MissingParameterException,
                                 OperationFailedException,
                                 PermissionDeniedException,
                                 UnsupportedActionException
Description copied from interface: CluService
Add a CLU to a CLU set

Specified by:
addCluToCluSet in interface CluService
Parameters:
cluId - identifier of CLU to add to the CLU set
cluSetId - identifier of the CLU set
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
status of the operation (success or failure)
Throws:
DoesNotExistException - cluId, cluSetId not found
InvalidParameterException - invalid contextInfo
MissingParameterException - missing cluId, cluSetId or contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure
UnsupportedActionException - CLU set is dynamically determined

addClusToCluSet

public StatusInfo addClusToCluSet(List<String> cluSetIds,
                                  String cluSetId,
                                  ContextInfo contextInfo)
                           throws DoesNotExistException,
                                  InvalidParameterException,
                                  MissingParameterException,
                                  OperationFailedException,
                                  PermissionDeniedException,
                                  UnsupportedActionException
Description copied from interface: CluService
Adds a list of CLUs to a CLU set. If any individual one would fail, then an error is returned and none are added.

Specified by:
addClusToCluSet in interface CluService
Parameters:
cluSetIds - list of identifiers of CLUs to add to the CLU set
cluSetId - identifier of the CLU set to be added
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
status of the operation (success or failure)
Throws:
DoesNotExistException - cluSetIds, cluSetId not found
InvalidParameterException - invalid contextInfo
MissingParameterException - missing cluSetIds, cluSetId or contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure
UnsupportedActionException - CLU set is dynamically determined

removeCluFromCluSet

public StatusInfo removeCluFromCluSet(String cluId,
                                      String cluSetId,
                                      ContextInfo contextInfo)
                               throws DoesNotExistException,
                                      InvalidParameterException,
                                      MissingParameterException,
                                      OperationFailedException,
                                      PermissionDeniedException,
                                      UnsupportedActionException
Description copied from interface: CluService
Remove a CLU from a CLU set

Specified by:
removeCluFromCluSet in interface CluService
Parameters:
cluId - identifier of CLU to remove from the CLU set
cluSetId - identifier of the CLU set
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
status of the operation (success or failure)
Throws:
DoesNotExistException - cluId, cluSetId not found
InvalidParameterException - invalid contextInfo
MissingParameterException - missing cluId, cluSetId or contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure
UnsupportedActionException - CLU set is dynamically determined

searchForClus

public List<CluInfo> searchForClus(QueryByCriteria criteria,
                                   ContextInfo contextInfo)
                            throws InvalidParameterException,
                                   MissingParameterException,
                                   OperationFailedException,
                                   PermissionDeniedException
Description copied from interface: CluService
Search for Clus using free form search criteria.

Specified by:
searchForClus in interface CluService
Parameters:
criteria - the search criteria.
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
the list of matching Clus
Throws:
InvalidParameterException - criteria or contextInfo is null
MissingParameterException - missing criteria or contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure

searchForCluIds

public List<String> searchForCluIds(QueryByCriteria criteria,
                                    ContextInfo contextInfo)
                             throws InvalidParameterException,
                                    MissingParameterException,
                                    OperationFailedException,
                                    PermissionDeniedException
Description copied from interface: CluService
Search for Clu Ids using free form search criteria

Specified by:
searchForCluIds in interface CluService
Parameters:
criteria - the search criteria.
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
the list of matching Clu Ids
Throws:
InvalidParameterException - criteria or contextInfo is null
MissingParameterException - missing criteria or contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure

searchForCluCluRelations

public List<CluCluRelationInfo> searchForCluCluRelations(QueryByCriteria criteria,
                                                         ContextInfo contextInfo)
                                                  throws InvalidParameterException,
                                                         MissingParameterException,
                                                         OperationFailedException,
                                                         PermissionDeniedException
Description copied from interface: CluService
Search for CluCluRelations using free form search criteria

Specified by:
searchForCluCluRelations in interface CluService
Parameters:
criteria - the search criteria.
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
the list of matching CluCluRelations
Throws:
InvalidParameterException - criteria or contextInfo is null
MissingParameterException - missing criteria or contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure

searchForCluCluRelationIds

public List<String> searchForCluCluRelationIds(QueryByCriteria criteria,
                                               ContextInfo contextInfo)
                                        throws InvalidParameterException,
                                               MissingParameterException,
                                               OperationFailedException,
                                               PermissionDeniedException
Description copied from interface: CluService
Search for CluCluRelation Ids using free form search criteria

Specified by:
searchForCluCluRelationIds in interface CluService
Parameters:
criteria - the search criteria.
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
the list of matching CluCluRelation Ids
Throws:
InvalidParameterException - criteria or contextInfo is null
MissingParameterException - missing criteria or contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure

searchForCluLoRelations

public List<CluLoRelationInfo> searchForCluLoRelations(QueryByCriteria criteria,
                                                       ContextInfo contextInfo)
                                                throws InvalidParameterException,
                                                       MissingParameterException,
                                                       OperationFailedException,
                                                       PermissionDeniedException
Description copied from interface: CluService
Search for CluLoRelations using free form search criteria.

Specified by:
searchForCluLoRelations in interface CluService
Parameters:
criteria - the search criteria.
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
the list of matching CluLoRelations
Throws:
InvalidParameterException - criteria or contextInfo is null
MissingParameterException - missing criteria or contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure

searchForCluLoRelationIds

public List<String> searchForCluLoRelationIds(QueryByCriteria criteria,
                                              ContextInfo contextInfo)
                                       throws InvalidParameterException,
                                              MissingParameterException,
                                              OperationFailedException,
                                              PermissionDeniedException
Description copied from interface: CluService
Search for CluLoRelation Ids using free form search criteria

Specified by:
searchForCluLoRelationIds in interface CluService
Parameters:
criteria - the search criteria.
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
the list of matching CluLoRelation Ids
Throws:
InvalidParameterException - criteria or contextInfo is null
MissingParameterException - missing criteria or contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure

searchForCluPublications

public List<CluPublicationInfo> searchForCluPublications(QueryByCriteria criteria,
                                                         ContextInfo contextInfo)
                                                  throws InvalidParameterException,
                                                         MissingParameterException,
                                                         OperationFailedException,
                                                         PermissionDeniedException
Description copied from interface: CluService
Search for CluPublications using free form search criteria

Specified by:
searchForCluPublications in interface CluService
Parameters:
criteria - the search criteria.
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
the list of matching CluPublications
Throws:
InvalidParameterException - criteria or contextInfo is null
MissingParameterException - missing criteria or contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure

searchForCluPublicationIds

public List<String> searchForCluPublicationIds(QueryByCriteria criteria,
                                               ContextInfo contextInfo)
                                        throws InvalidParameterException,
                                               MissingParameterException,
                                               OperationFailedException,
                                               PermissionDeniedException
Description copied from interface: CluService
Search for CluPublication Ids using free form search criteria

Specified by:
searchForCluPublicationIds in interface CluService
Parameters:
criteria - the search criteria.
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
the list of matching CluPublication Ids
Throws:
InvalidParameterException - criteria or contextInfo is null
MissingParameterException - missing criteria or contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure

searchForCluResults

public List<CluResultInfo> searchForCluResults(QueryByCriteria criteria,
                                               ContextInfo contextInfo)
                                        throws InvalidParameterException,
                                               MissingParameterException,
                                               OperationFailedException,
                                               PermissionDeniedException
Description copied from interface: CluService
Search for CluResults using free form search criteria

Specified by:
searchForCluResults in interface CluService
Parameters:
criteria - the search criteria.
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
the list of matching CluResults
Throws:
InvalidParameterException - criteria or contextInfo is null
MissingParameterException - missing criteria or contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure

searchForCluResultIds

public List<String> searchForCluResultIds(QueryByCriteria criteria,
                                          ContextInfo contextInfo)
                                   throws InvalidParameterException,
                                          MissingParameterException,
                                          OperationFailedException,
                                          PermissionDeniedException
Description copied from interface: CluService
Search for CluResult Ids using free form search criteria

Specified by:
searchForCluResultIds in interface CluService
Parameters:
criteria - the search criteria.
contextInfo - Context information containing the principalId and locale information about the caller of service operation
Returns:
the list of matching CluResult Ids
Throws:
InvalidParameterException - criteria or contextInfo is null
MissingParameterException - missing criteria or contextInfo
OperationFailedException - unable to complete request
PermissionDeniedException - authorization failure

getVersions

public List<VersionDisplayInfo> getVersions(String refObjectUri,
                                            String refObjectId,
                                            ContextInfo contextInfo)
                                     throws DoesNotExistException,
                                            InvalidParameterException,
                                            MissingParameterException,
                                            OperationFailedException,
                                            PermissionDeniedException
Description copied from interface: VersionManagementService
Retrieves a list of versions associated with the objectId.

Specified by:
getVersions in interface VersionManagementService
Parameters:
refObjectUri - reference object type URI
refObjectId - reference object Id
contextInfo - context information containing the principalId and locale information about the caller of service operation
Returns:
a list of versions
Throws:
DoesNotExistException - refObjectUri or refObjectId not found
InvalidParameterException - invalid contextInfo
MissingParameterException - refObjectUri, refObjectId or contextInfo is missing or null
OperationFailedException - unable to complete request
PermissionDeniedException - an authorization failure occurred

getFirstVersion

public VersionDisplayInfo getFirstVersion(String refObjectUri,
                                          String refObjectId,
                                          ContextInfo contextInfo)
                                   throws DoesNotExistException,
                                          InvalidParameterException,
                                          MissingParameterException,
                                          OperationFailedException,
                                          PermissionDeniedException
Description copied from interface: VersionManagementService
Retrieves first version associated with the objectId.

Specified by:
getFirstVersion in interface VersionManagementService
Parameters:
refObjectUri - reference object type URI
refObjectId - reference object Id
contextInfo - context information containing the principalId and locale information about the caller of service operation
Returns:
first version
Throws:
DoesNotExistException - refObjectUri or refObjectId not found
InvalidParameterException - contextInfo is not valid
MissingParameterException - refObjectUri, refObjectId or contextInfo is missing or null
OperationFailedException - unable to complete request
PermissionDeniedException - an authorization failure occurred

getLatestVersion

public VersionDisplayInfo getLatestVersion(String refObjectUri,
                                           String refObjectId,
                                           ContextInfo contextInfo)
                                    throws DoesNotExistException,
                                           InvalidParameterException,
                                           MissingParameterException,
                                           OperationFailedException,
                                           PermissionDeniedException
Description copied from interface: VersionManagementService
Retrieves latest version associated with the objectId. This is not always the current version. A current version is what is being used by the system right now, but there could be draft version created after the current version.

Specified by:
getLatestVersion in interface VersionManagementService
Parameters:
refObjectUri - reference object type URI
refObjectId - reference object Id
contextInfo - context information containing the principalId and locale information about the caller of service operation
Returns:
latest version
Throws:
DoesNotExistException - specified refObjectId and refObjectUri not found
InvalidParameterException - contextInfo is not valid
MissingParameterException - refObjectUri, refObjectId or contextInfo is missing or null
OperationFailedException - unable to complete request
PermissionDeniedException - an authorization failure occurred

getCurrentVersion

public VersionDisplayInfo getCurrentVersion(String refObjectUri,
                                            String refObjectId,
                                            ContextInfo contextInfo)
                                     throws DoesNotExistException,
                                            InvalidParameterException,
                                            MissingParameterException,
                                            OperationFailedException,
                                            PermissionDeniedException
Description copied from interface: VersionManagementService
Retrieves current version associated with the objectId.

Specified by:
getCurrentVersion in interface VersionManagementService
Parameters:
refObjectUri - reference object type URI
refObjectId - reference object Id
contextInfo - context information containing the principalId and locale information about the caller of service operation
Returns:
current version
Throws:
DoesNotExistException - specified refObjectUri and refObjectId not found
InvalidParameterException - contextInfo is not valid
MissingParameterException - refObjectUri, refObjectId or contextInfo is missing or null
OperationFailedException - unable to complete request
PermissionDeniedException - an authorization failure occurred

getVersionBySequenceNumber

public VersionDisplayInfo getVersionBySequenceNumber(String refObjectUri,
                                                     String refObjectId,
                                                     Long sequence,
                                                     ContextInfo contextInfo)
                                              throws DoesNotExistException,
                                                     InvalidParameterException,
                                                     MissingParameterException,
                                                     OperationFailedException,
                                                     PermissionDeniedException
Description copied from interface: VersionManagementService
Retrieves the version associated with the objectId and the sequence number.

Specified by:
getVersionBySequenceNumber in interface VersionManagementService
Parameters:
refObjectUri - reference object type URI
refObjectId - reference object Id
sequence - sequence number
contextInfo - context information containing the principalId and locale information about the caller of service operation
Returns:
version matching the sequence
Throws:
DoesNotExistException - specified refObjectUri, refObjectId or sequence not found
InvalidParameterException - sequence or contextInfo is not valid
MissingParameterException - refObjectUri, refObjectId, sequence or contextInfo is missing or null
OperationFailedException - unable to complete request
PermissionDeniedException - an authorization failure occurred

getCurrentVersionOnDate

public VersionDisplayInfo getCurrentVersionOnDate(String refObjectUri,
                                                  String refObjectId,
                                                  Date date,
                                                  ContextInfo contextInfo)
                                           throws DoesNotExistException,
                                                  InvalidParameterException,
                                                  MissingParameterException,
                                                  OperationFailedException,
                                                  PermissionDeniedException
Description copied from interface: VersionManagementService
Retrieves the current version associated with the objectId on a given date.

Specified by:
getCurrentVersionOnDate in interface VersionManagementService
Parameters:
refObjectUri - reference object type URI
refObjectId - reference object Id
date - date
contextInfo - context information containing the principalId and locale information about the caller of service operation
Returns:
current version on given date
Throws:
DoesNotExistException - specified refObjectId and refObjectUri not found
InvalidParameterException - date or contextInfo is not valid
MissingParameterException - refObjectUri, refObjectId, date or contextInfo is missing or null
OperationFailedException - unable to complete request
PermissionDeniedException - an authorization failure occurred

getVersionsInDateRange

public List<VersionDisplayInfo> getVersionsInDateRange(String refObjectUri,
                                                       String refObjectId,
                                                       Date from,
                                                       Date to,
                                                       ContextInfo contextInfo)
                                                throws DoesNotExistException,
                                                       InvalidParameterException,
                                                       MissingParameterException,
                                                       OperationFailedException,
                                                       PermissionDeniedException
Description copied from interface: VersionManagementService
Retrieves the current version associated with the objectId in a given date range

Specified by:
getVersionsInDateRange in interface VersionManagementService
Parameters:
refObjectUri - reference object type URI
refObjectId - reference object Id
from - from date
to - to date
contextInfo - context information containing the principalId and locale information about the caller of service operation
Returns:
current version in given date range
Throws:
DoesNotExistException - specified refObjectId and refObjectUri not found
InvalidParameterException - from, to or contextInfo is not valid
MissingParameterException - refObjectUri, refObjectId, from, to or contextInfo is missing or null
OperationFailedException - unable to complete request
PermissionDeniedException - an authorization failure occurred

getSearchTypes

public List<TypeInfo> getSearchTypes(ContextInfo contextInfo)
                              throws InvalidParameterException,
                                     MissingParameterException,
                                     OperationFailedException
Description copied from interface: SearchService
Retrieves the list of search types known by this service.

Specified by:
getSearchTypes in interface SearchService
Parameters:
contextInfo - information containing the principalId and locale information about the caller of service operation
Returns:
list of search type information
Throws:
InvalidParameterException - contextInfo is not valid
MissingParameterException - contextInfo is missing or null
OperationFailedException - unable to complete request

getSearchType

public TypeInfo getSearchType(String searchTypeKey,
                              ContextInfo contextInfo)
                       throws DoesNotExistException,
                              InvalidParameterException,
                              MissingParameterException,
                              OperationFailedException
Description copied from interface: SearchService
Retrieves information about a particular search type.

Specified by:
getSearchType in interface SearchService
Parameters:
searchTypeKey - identifier of the search type
contextInfo - information containing the principalId and locale information about the caller of service operation
Returns:
information on the search type
Throws:
DoesNotExistException - specified searchTypeKey not found
InvalidParameterException - contextInfo is not valid
MissingParameterException - searchTypeKey or contextInfo is missing or null
OperationFailedException - unable to complete request

search

public SearchResultInfo search(SearchRequestInfo searchRequestInfo,
                               ContextInfo contextInfo)
                        throws MissingParameterException,
                               InvalidParameterException,
                               OperationFailedException,
                               PermissionDeniedException
Description copied from interface: SearchService
Performs a search.

Specified by:
search in interface SearchService
Parameters:
searchRequestInfo - the search request
contextInfo - information containing the principalId and locale information about the caller of service operation
Returns:
the results of the search
Throws:
MissingParameterException - searchRequestInfo or contextInfo is missing or null
InvalidParameterException - contextInfo is not valid
OperationFailedException - unable to complete request
PermissionDeniedException - an authorization failure occurred


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.