|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LuiService
LUI Service
Method Summary | |
---|---|
LuiInfo |
createLui(String cluId,
String atpKey,
LuiInfo luiInfo,
ContextInfo context)
Creates a new LUI. |
LuiLuiRelationInfo |
createLuiLuiRelation(String luiId,
String relatedLuiId,
String luLuRelationType,
LuiLuiRelationInfo luiLuiRelationInfo,
ContextInfo context)
Create a relationship between two LUIs. |
org.kuali.student.core.dto.StatusInfo |
deleteLui(String luiId,
ContextInfo context)
Deletes a LUI record. |
org.kuali.student.core.dto.StatusInfo |
deleteLuiLuiRelation(String luiLuiRelationId,
ContextInfo context)
Deletes a relationship between two LUIs. |
List<String> |
getAllowedLuiLuiRelationTypesByLuiId(String luiId,
String relatedLuiId,
ContextInfo context)
Retrieves the list of allowed relation types between the two specified LUIs. |
LuiInfo |
getLui(String luiId,
ContextInfo context)
Retrieves information about a LUI. |
List<String> |
getLuiIdsByCluId(String cluId,
ContextInfo context)
Retrieves the list of LUI ids for the specified CLU. |
List<String> |
getLuiIdsByRelation(String relatedLuiId,
String luLuRelationType,
ContextInfo context)
Retrieves the list of LUI Ids for the specified related LUI Id and LU to LU relation type (getRelatedLuiIdsByLuiId from the other direction). |
List<String> |
getLuiIdsInAtpByCluId(String cluId,
String atpKey,
ContextInfo context)
Retrieves the list of LUI ids for the specified CLU and Time period. |
LuiLuiRelationInfo |
getLuiLuiRelation(String luiLuiRelationId,
ContextInfo context)
Retrieves the relationship information between LUIs given a specific relation instance. |
List<LuiLuiRelationInfo> |
getLuiLuiRelationsByLui(String luiId,
ContextInfo context)
Retrieves the list of relationship information for the specified LUI. |
List<LuiInfo> |
getLuisByIdList(List<String> luiIdList,
ContextInfo context)
Retrieves information about LUIs from a list of Ids. |
List<LuiInfo> |
getLuisByRelation(String relatedLuiId,
String luLuRelationType,
ContextInfo context)
Retrieves the list of LUI information for the LUIs related to the specified LUI Id with a certain LU to LU relation type. |
List<LuiInfo> |
getLuisInAtpByCluId(String cluId,
String atpKey,
ContextInfo context)
Retrieves the list of LUIs for the specified CLU and period. |
List<String> |
getRelatedLuiIdsByLuiId(String luiId,
String luLuRelationType,
ContextInfo context)
Retrieves the list of related LUI Ids for the specified LUI Id and LU to LU relation type. |
List<LuiInfo> |
getRelatedLuisByLuiId(String luiId,
String luLuRelationType,
ContextInfo context)
Retrieves the list of related LUI information for the specified LUI Id and LU to LU relation type (getLuisByRelation from the other direction). |
LuiInfo |
updateLui(String luiId,
LuiInfo luiInfo,
ContextInfo context)
Updates an existing LUI. |
LuiLuiRelationInfo |
updateLuiLuiRelation(String luiLuiRelationId,
LuiLuiRelationInfo luiLuiRelationInfo,
ContextInfo context)
Updates a relationship between two LUIs. |
LuiInfo |
updateLuiState(String luiId,
String luState,
ContextInfo context)
Updates the state of the LUI. |
List<org.kuali.student.core.validation.dto.ValidationResultInfo> |
validateLui(String validationType,
LuiInfo luiInfo,
ContextInfo context)
Validates a LUI. |
List<org.kuali.student.core.validation.dto.ValidationResultInfo> |
validateLuiLuiRelation(String validationType,
LuiLuiRelationInfo luiLuiRelationInfo,
ContextInfo context)
Validates a relationship between LUIs. |
Methods inherited from interface org.kuali.student.core.dictionary.service.DictionaryService |
---|
getObjectStructure, getObjectTypes |
Methods inherited from interface org.kuali.student.core.search.service.SearchService |
---|
getSearchCriteriaType, getSearchCriteriaTypes, getSearchResultType, getSearchResultTypes, getSearchType, getSearchTypes, getSearchTypesByCriteria, getSearchTypesByResult, search |
Methods inherited from interface org.kuali.student.core.versionmanagement.service.VersionManagementService |
---|
getCurrentVersion, getCurrentVersionOnDate, getFirstVersion, getLatestVersion, getVersionBySequenceNumber, getVersions, getVersionsInDateRange |
Method Detail |
---|
LuiInfo getLui(String luiId, ContextInfo context) throws org.kuali.student.core.exceptions.DoesNotExistException, org.kuali.student.core.exceptions.InvalidParameterException, org.kuali.student.core.exceptions.MissingParameterException, org.kuali.student.core.exceptions.OperationFailedException
luiId
- identifier of the LUIcontext
- Context information containing the principalId
and locale information about the caller of service
operation
org.kuali.student.core.exceptions.DoesNotExistException
- lui not found
org.kuali.student.core.exceptions.InvalidParameterException
- invalid luiId
org.kuali.student.core.exceptions.MissingParameterException
- missing luiId
org.kuali.student.core.exceptions.OperationFailedException
- unable to complete requestList<LuiInfo> getLuisByIdList(List<String> luiIdList, ContextInfo context) throws org.kuali.student.core.exceptions.DoesNotExistException, org.kuali.student.core.exceptions.InvalidParameterException, org.kuali.student.core.exceptions.MissingParameterException, org.kuali.student.core.exceptions.OperationFailedException
luiIdList
- List of LUI identifierscontext
- Context information containing the principalId
and locale information about the caller of service
operation
org.kuali.student.core.exceptions.DoesNotExistException
- One or more luis not found
org.kuali.student.core.exceptions.InvalidParameterException
- One or more invalid luiIds
org.kuali.student.core.exceptions.MissingParameterException
- missing luiIdList
org.kuali.student.core.exceptions.OperationFailedException
- unable to complete requestList<LuiInfo> getLuisInAtpByCluId(String cluId, String atpKey, ContextInfo context) throws org.kuali.student.core.exceptions.DoesNotExistException, org.kuali.student.core.exceptions.InvalidParameterException, org.kuali.student.core.exceptions.MissingParameterException, org.kuali.student.core.exceptions.OperationFailedException
cluId
- identifier of the CLUatpKey
- identifier for the academic time periodcontext
- Context information containing the principalId
and locale information about the caller of service
operation
org.kuali.student.core.exceptions.DoesNotExistException
- clu, atp not found
org.kuali.student.core.exceptions.InvalidParameterException
- invalid cluId, atpKey
org.kuali.student.core.exceptions.MissingParameterException
- missing cluId, atpKey
org.kuali.student.core.exceptions.OperationFailedException
- unable to complete requestList<String> getLuiIdsByCluId(String cluId, ContextInfo context) throws org.kuali.student.core.exceptions.DoesNotExistException, org.kuali.student.core.exceptions.InvalidParameterException, org.kuali.student.core.exceptions.MissingParameterException, org.kuali.student.core.exceptions.OperationFailedException
cluId
- identifier of the CLUcontext
- Context information containing the principalId
and locale information about the caller of service
operation
org.kuali.student.core.exceptions.DoesNotExistException
- clu not found
org.kuali.student.core.exceptions.InvalidParameterException
- invalid cluId
org.kuali.student.core.exceptions.MissingParameterException
- missing cluId
org.kuali.student.core.exceptions.OperationFailedException
- unable to complete requestList<String> getLuiIdsInAtpByCluId(String cluId, String atpKey, ContextInfo context) throws org.kuali.student.core.exceptions.DoesNotExistException, org.kuali.student.core.exceptions.InvalidParameterException, org.kuali.student.core.exceptions.MissingParameterException, org.kuali.student.core.exceptions.OperationFailedException
cluId
- identifier of the CLUatpKey
- identifier for the academic time periodcontext
- Context information containing the principalId
and locale information about the caller of service
operation
org.kuali.student.core.exceptions.DoesNotExistException
- clu, atp not found
org.kuali.student.core.exceptions.InvalidParameterException
- invalid cluId, atpKey
org.kuali.student.core.exceptions.MissingParameterException
- missing cluId, atpKey
org.kuali.student.core.exceptions.OperationFailedException
- unable to complete requestList<String> getAllowedLuiLuiRelationTypesByLuiId(String luiId, String relatedLuiId, ContextInfo context) throws org.kuali.student.core.exceptions.DoesNotExistException, org.kuali.student.core.exceptions.InvalidParameterException, org.kuali.student.core.exceptions.MissingParameterException, org.kuali.student.core.exceptions.OperationFailedException
luiId
- identifier of the first LUIrelatedLuiId
- identifier of the second LUIcontext
- Context information containing the principalId
and locale information about the caller of service
operation
org.kuali.student.core.exceptions.DoesNotExistException
- lui, relatedLui not found
org.kuali.student.core.exceptions.InvalidParameterException
- invalid luiId, relatedLuiId
org.kuali.student.core.exceptions.MissingParameterException
- missing luiId, relatedLuiId
org.kuali.student.core.exceptions.OperationFailedException
- unable to complete requestList<LuiInfo> getLuisByRelation(String relatedLuiId, String luLuRelationType, ContextInfo context) throws org.kuali.student.core.exceptions.DoesNotExistException, org.kuali.student.core.exceptions.InvalidParameterException, org.kuali.student.core.exceptions.MissingParameterException, org.kuali.student.core.exceptions.OperationFailedException
relatedLuiId
- identifier of the LUIluLuRelationType
- the LU to LU relation typecontext
- Context information containing the principalId
and locale information about the caller of service
operation
org.kuali.student.core.exceptions.DoesNotExistException
- relatedLui, luLuRelationType not found
org.kuali.student.core.exceptions.InvalidParameterException
- invalid relatedLuiId, luLuRelationType
org.kuali.student.core.exceptions.MissingParameterException
- missing relatedLuiId, luLuRelationType
org.kuali.student.core.exceptions.OperationFailedException
- unable to complete requestList<String> getLuiIdsByRelation(String relatedLuiId, String luLuRelationType, ContextInfo context) throws org.kuali.student.core.exceptions.DoesNotExistException, org.kuali.student.core.exceptions.InvalidParameterException, org.kuali.student.core.exceptions.MissingParameterException, org.kuali.student.core.exceptions.OperationFailedException
relatedLuiId
- identifier of the LUIluLuRelationType
- the LU to LU relation typecontext
- Context information containing the principalId
and locale information about the caller of service
operation
org.kuali.student.core.exceptions.DoesNotExistException
- relatedLui, luLuRelationType not found
org.kuali.student.core.exceptions.InvalidParameterException
- invalid relatedLuiId, luLuRelationType
org.kuali.student.core.exceptions.MissingParameterException
- missing relatedLuiId, luLuRelationType
org.kuali.student.core.exceptions.OperationFailedException
- unable to complete requestList<LuiInfo> getRelatedLuisByLuiId(String luiId, String luLuRelationType, ContextInfo context) throws org.kuali.student.core.exceptions.DoesNotExistException, org.kuali.student.core.exceptions.InvalidParameterException, org.kuali.student.core.exceptions.MissingParameterException, org.kuali.student.core.exceptions.OperationFailedException
luiId
- identifier of the LUIluLuRelationType
- the LU to LU relation typecontext
- Context information containing the principalId
and locale information about the caller of service
operation
org.kuali.student.core.exceptions.DoesNotExistException
- lui, luLuRelationType not found
org.kuali.student.core.exceptions.InvalidParameterException
- invalid luiId, luLuRelationType
org.kuali.student.core.exceptions.MissingParameterException
- missing luiId, luLuRelationType
org.kuali.student.core.exceptions.OperationFailedException
- unable to complete requestList<String> getRelatedLuiIdsByLuiId(String luiId, String luLuRelationType, ContextInfo context) throws org.kuali.student.core.exceptions.DoesNotExistException, org.kuali.student.core.exceptions.InvalidParameterException, org.kuali.student.core.exceptions.MissingParameterException, org.kuali.student.core.exceptions.OperationFailedException
luiId
- identifier of the LUIluLuRelationType
- the LU to LU relation typecontext
- Context information containing the principalId
and locale information about the caller of service
operation
org.kuali.student.core.exceptions.DoesNotExistException
- luiId, luLuRelationType not found
org.kuali.student.core.exceptions.InvalidParameterException
- invalid luiId, luLuRelationType
org.kuali.student.core.exceptions.MissingParameterException
- missing luiId, luLuRelationType
org.kuali.student.core.exceptions.OperationFailedException
- unable to complete requestLuiLuiRelationInfo getLuiLuiRelation(String luiLuiRelationId, ContextInfo context) throws org.kuali.student.core.exceptions.DoesNotExistException, org.kuali.student.core.exceptions.InvalidParameterException, org.kuali.student.core.exceptions.MissingParameterException, org.kuali.student.core.exceptions.OperationFailedException
luiLuiRelationId
- identifier of LUI to LUI relatiocontext
- Context information containing the principalId
and locale information about the caller of service
operation
org.kuali.student.core.exceptions.DoesNotExistException
- luiLuiRelation not found
org.kuali.student.core.exceptions.InvalidParameterException
- invalid luiLuiRelationId
org.kuali.student.core.exceptions.MissingParameterException
- missing luiLuiRelationId
org.kuali.student.core.exceptions.OperationFailedException
- unable to complete requestList<LuiLuiRelationInfo> getLuiLuiRelationsByLui(String luiId, ContextInfo context) throws org.kuali.student.core.exceptions.DoesNotExistException, org.kuali.student.core.exceptions.InvalidParameterException, org.kuali.student.core.exceptions.MissingParameterException, org.kuali.student.core.exceptions.OperationFailedException
luiId
- identifier of the LUIcontext
- Context information containing the principalId
and locale information about the caller of service
operation
org.kuali.student.core.exceptions.DoesNotExistException
- lui not found
org.kuali.student.core.exceptions.InvalidParameterException
- invalid luiId
org.kuali.student.core.exceptions.MissingParameterException
- missing luiId
org.kuali.student.core.exceptions.OperationFailedException
- unable to complete requestList<org.kuali.student.core.validation.dto.ValidationResultInfo> validateLui(String validationType, LuiInfo luiInfo, ContextInfo context) throws org.kuali.student.core.exceptions.DoesNotExistException, org.kuali.student.core.exceptions.InvalidParameterException, org.kuali.student.core.exceptions.MissingParameterException, org.kuali.student.core.exceptions.OperationFailedException
validationType
- identifier of the extent of validationluiInfo
- LUI information to be tested.context
- Context information containing the principalId
and locale information about the caller of service
operation
org.kuali.student.core.exceptions.DoesNotExistException
- validationTypeKey not found
org.kuali.student.core.exceptions.InvalidParameterException
- invalid validationTypeKey, luiInfo
org.kuali.student.core.exceptions.MissingParameterException
- missing validationTypeKey, luiInfo
org.kuali.student.core.exceptions.OperationFailedException
- unable to complete requestLuiInfo createLui(String cluId, String atpKey, LuiInfo luiInfo, ContextInfo context) throws org.kuali.student.core.exceptions.AlreadyExistsException, org.kuali.student.core.exceptions.DataValidationErrorException, org.kuali.student.core.exceptions.DoesNotExistException, org.kuali.student.core.exceptions.InvalidParameterException, org.kuali.student.core.exceptions.MissingParameterException, org.kuali.student.core.exceptions.OperationFailedException, org.kuali.student.core.exceptions.PermissionDeniedException
cluId
- identifier of the CLU for the LUI being createdatpKey
- identifier of the academic time period for the
LUI being createdluiInfo
- information about the LUI being createdcontext
- Context information containing the principalId
and locale information about the caller of service
operation
org.kuali.student.core.exceptions.AlreadyExistsException
- LUI already exists
org.kuali.student.core.exceptions.DataValidationErrorException
- One or more values invalid
for this operation
org.kuali.student.core.exceptions.DoesNotExistException
- clu, atp not found
org.kuali.student.core.exceptions.InvalidParameterException
- invalid cluId, atpKey, luiInfo
org.kuali.student.core.exceptions.MissingParameterException
- missing cluId, atpKey, luiInfo
org.kuali.student.core.exceptions.OperationFailedException
- unable to complete request
org.kuali.student.core.exceptions.PermissionDeniedException
- authorization failureLuiInfo updateLui(String luiId, LuiInfo luiInfo, ContextInfo context) throws org.kuali.student.core.exceptions.DataValidationErrorException, org.kuali.student.core.exceptions.DoesNotExistException, org.kuali.student.core.exceptions.InvalidParameterException, org.kuali.student.core.exceptions.MissingParameterException, org.kuali.student.core.exceptions.OperationFailedException, org.kuali.student.core.exceptions.PermissionDeniedException, org.kuali.student.core.exceptions.VersionMismatchException
luiId
- identifier for the LUI to be updatedluiInfo
- updated information about the LUIcontext
- Context information containing the principalId
and locale information about the caller of service
operation
org.kuali.student.core.exceptions.DataValidationErrorException
- One or more values invalid
for this operation
org.kuali.student.core.exceptions.DoesNotExistException
- lui not found
org.kuali.student.core.exceptions.InvalidParameterException
- invalid luiId, luiInfo
org.kuali.student.core.exceptions.MissingParameterException
- missing luiId, luiInfo
org.kuali.student.core.exceptions.OperationFailedException
- unable to complete request
org.kuali.student.core.exceptions.PermissionDeniedException
- authorization failure
org.kuali.student.core.exceptions.VersionMismatchException
- The action was attempted on an
out of date version.org.kuali.student.core.dto.StatusInfo deleteLui(String luiId, ContextInfo context) throws org.kuali.student.core.exceptions.DependentObjectsExistException, org.kuali.student.core.exceptions.DoesNotExistException, org.kuali.student.core.exceptions.InvalidParameterException, org.kuali.student.core.exceptions.MissingParameterException, org.kuali.student.core.exceptions.OperationFailedException, org.kuali.student.core.exceptions.PermissionDeniedException
luiId
- identifier for the LUI to be deletedcontext
- Context information containing the principalId
and locale information about the caller of service
operation
org.kuali.student.core.exceptions.DependentObjectsExistException
- delete would leave
orphaned objects or violate integrity constraints
org.kuali.student.core.exceptions.DoesNotExistException
- lui not found
org.kuali.student.core.exceptions.InvalidParameterException
- invalid luiId
org.kuali.student.core.exceptions.MissingParameterException
- missing luiId
org.kuali.student.core.exceptions.OperationFailedException
- unable to complete request
org.kuali.student.core.exceptions.PermissionDeniedException
- authorization failureLuiInfo updateLuiState(String luiId, String luState, ContextInfo context) throws org.kuali.student.core.exceptions.DataValidationErrorException, org.kuali.student.core.exceptions.DoesNotExistException, org.kuali.student.core.exceptions.InvalidParameterException, org.kuali.student.core.exceptions.MissingParameterException, org.kuali.student.core.exceptions.OperationFailedException, org.kuali.student.core.exceptions.PermissionDeniedException
luiId
- identifier for the LUI to be updatedluState
- New state for LUI. Value is expected to be
constrained to those in the luState enumeration.context
- Context information containing the principalId
and locale information about the caller of service
operation
org.kuali.student.core.exceptions.DataValidationErrorException
- New state not valid for
existing state of LUI
org.kuali.student.core.exceptions.DoesNotExistException
- lui, luState not found
org.kuali.student.core.exceptions.InvalidParameterException
- invalid luiId, luState
org.kuali.student.core.exceptions.MissingParameterException
- missing luiId, luState
org.kuali.student.core.exceptions.OperationFailedException
- unable to complete request
org.kuali.student.core.exceptions.PermissionDeniedException
- authorization failureList<org.kuali.student.core.validation.dto.ValidationResultInfo> validateLuiLuiRelation(String validationType, LuiLuiRelationInfo luiLuiRelationInfo, ContextInfo context) throws org.kuali.student.core.exceptions.DoesNotExistException, org.kuali.student.core.exceptions.InvalidParameterException, org.kuali.student.core.exceptions.MissingParameterException, org.kuali.student.core.exceptions.OperationFailedException
validationType
- identifier of the extent of validationluiLuiRelationInfo
- LUI to LUI relationship information
to be tested.context
- Context information containing the principalId
and locale information about the caller of service
operation
org.kuali.student.core.exceptions.DoesNotExistException
- validationTypeKey not found
org.kuali.student.core.exceptions.InvalidParameterException
- invalid validationTypeKey,
luiLuiRelationInfo
org.kuali.student.core.exceptions.MissingParameterException
- missing validationTypeKey,
luiLuiRelationInfo
org.kuali.student.core.exceptions.OperationFailedException
- unable to complete requestLuiLuiRelationInfo createLuiLuiRelation(String luiId, String relatedLuiId, String luLuRelationType, LuiLuiRelationInfo luiLuiRelationInfo, ContextInfo context) throws org.kuali.student.core.exceptions.AlreadyExistsException, org.kuali.student.core.exceptions.CircularRelationshipException, org.kuali.student.core.exceptions.DataValidationErrorException, org.kuali.student.core.exceptions.DoesNotExistException, org.kuali.student.core.exceptions.InvalidParameterException, org.kuali.student.core.exceptions.MissingParameterException, org.kuali.student.core.exceptions.OperationFailedException, org.kuali.student.core.exceptions.PermissionDeniedException
luiId
- identifier of the first LUI in the relationshiprelatedLuiId
- identifier of the second LUI in the
relationship to be related toluLuRelationType
- the LU to LU relationship type of the
relationshipluiLuiRelationInfo
- information about the relationship
between the two LUIscontext
- Context information containing the principalId
and locale information about the caller of service
operation
org.kuali.student.core.exceptions.AlreadyExistsException
- relationship already exists
org.kuali.student.core.exceptions.CircularRelationshipException
- luiId equals relatedLuiId
org.kuali.student.core.exceptions.DataValidationErrorException
- One or more values invalid
for this operation
org.kuali.student.core.exceptions.DoesNotExistException
- luiId, relatedLuiId,
luLuRelationType not found
org.kuali.student.core.exceptions.InvalidParameterException
- invalid luiIds,
luluRelationType, luiLuiRelationInfo
org.kuali.student.core.exceptions.MissingParameterException
- missing luiIds,
luluRelationType, luiLuiRelationInfo
org.kuali.student.core.exceptions.OperationFailedException
- unable to complete request
org.kuali.student.core.exceptions.PermissionDeniedException
- authorization failureLuiLuiRelationInfo updateLuiLuiRelation(String luiLuiRelationId, LuiLuiRelationInfo luiLuiRelationInfo, ContextInfo context) throws org.kuali.student.core.exceptions.DataValidationErrorException, org.kuali.student.core.exceptions.DoesNotExistException, org.kuali.student.core.exceptions.InvalidParameterException, org.kuali.student.core.exceptions.MissingParameterException, org.kuali.student.core.exceptions.OperationFailedException, org.kuali.student.core.exceptions.PermissionDeniedException, org.kuali.student.core.exceptions.VersionMismatchException
luiLuiRelationId
- identifier of the LUI to LUI relation to updateluiLuiRelationInfo
- changed information about the
relationship between the two LUIscontext
- Context information containing the principalId
and locale information about the caller of service
operation
org.kuali.student.core.exceptions.DataValidationErrorException
- One or more values invalid
for this operation
org.kuali.student.core.exceptions.DoesNotExistException
- luiLuiRelation not found
org.kuali.student.core.exceptions.InvalidParameterException
- invalid luiLuiRelationId,
luiLuiRelationInfo
org.kuali.student.core.exceptions.MissingParameterException
- missing luiLuiRelationId,
luiLuiRelationInfo
org.kuali.student.core.exceptions.OperationFailedException
- unable to complete request
org.kuali.student.core.exceptions.PermissionDeniedException
- authorization failure
org.kuali.student.core.exceptions.VersionMismatchException
- The action was attempted on an
out of date version.org.kuali.student.core.dto.StatusInfo deleteLuiLuiRelation(String luiLuiRelationId, ContextInfo context) throws org.kuali.student.core.exceptions.DoesNotExistException, org.kuali.student.core.exceptions.InvalidParameterException, org.kuali.student.core.exceptions.MissingParameterException, org.kuali.student.core.exceptions.OperationFailedException, org.kuali.student.core.exceptions.PermissionDeniedException
luiLuiRelationId
- identifier of the LUI to LUI relation
to deletecontext
- Context information containing the principalId
and locale information about the caller of service
operation
org.kuali.student.core.exceptions.DoesNotExistException
- luiLuiRelation not found
org.kuali.student.core.exceptions.InvalidParameterException
- invalid luiLuiRelationId
org.kuali.student.core.exceptions.MissingParameterException
- missing luiLuiRelationId
org.kuali.student.core.exceptions.OperationFailedException
- unable to complete request
org.kuali.student.core.exceptions.PermissionDeniedException
- authorization failure
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |