Modifier and Type | Method and Description |
---|---|
boolean |
addLoCategoryToLo(String loCategoryId,
String loId) |
boolean |
deleteLo(String loId) |
boolean |
deleteLoCategory(String loCategoryId) |
void |
deleteLoLoRelation(String loLoRelationId) |
List<String> |
getAllowedLoLoRelationTypesForLoType(String loTypeKey,
String relatedLoTypeKey) |
List<Lo> |
getLoByIdList(List<String> loIds) |
List<LoCategory> |
getLoCategories(String loHierarchyKey) |
List<LoCategory> |
getLoCategoriesForLo(String loId) |
List<LoLoRelation> |
getLoLoRelationsByLoId(String loId) |
List<Lo> |
getLosByLoCategory(String loCategoryId) |
List<Lo> |
getLosByRelatedLoId(String relatedLoId,
String loLoRelationTypeId) |
List<Lo> |
getLosByRepository(String loRepositoryId) |
List<Lo> |
getRelatedLosByLoId(String loId,
String loLoRelationTypeId) |
boolean |
removeLoCategoryFromLo(String loCategoryId,
String loId) |
List<Lo> getLoByIdList(List<String> loIds)
List<Lo> getLosByLoCategory(String loCategoryId)
List<LoCategory> getLoCategories(String loHierarchyKey)
boolean addLoCategoryToLo(String loCategoryId, String loId) throws UnsupportedActionException, DoesNotExistException, UnsupportedActionException
boolean removeLoCategoryFromLo(String loCategoryId, String loId) throws DoesNotExistException
DoesNotExistException
boolean deleteLoCategory(String loCategoryId) throws DoesNotExistException, DependentObjectsExistException
boolean deleteLo(String loId) throws DoesNotExistException, DependentObjectsExistException
List<Lo> getRelatedLosByLoId(String loId, String loLoRelationTypeId) throws DoesNotExistException
DoesNotExistException
List<Lo> getLosByRelatedLoId(String relatedLoId, String loLoRelationTypeId) throws DoesNotExistException
DoesNotExistException
void deleteLoLoRelation(String loLoRelationId) throws DoesNotExistException
DoesNotExistException
List<LoCategory> getLoCategoriesForLo(String loId)
List<String> getAllowedLoLoRelationTypesForLoType(String loTypeKey, String relatedLoTypeKey)
List<Lo> getLosByRepository(String loRepositoryId)
List<LoLoRelation> getLoLoRelationsByLoId(String loId)
Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.