org.kuali.student.r2.lum.lo.dao
Interface LoDao
- All Superinterfaces:
- CrudDao
- All Known Implementing Classes:
- LoDaoImpl
public interface LoDao
- extends CrudDao
getLoByIdList
List<Lo> getLoByIdList(List<String> loIds)
getLosByLoCategory
List<Lo> getLosByLoCategory(String loCategoryId)
getLoCategories
List<LoCategory> getLoCategories(String loHierarchyKey)
addLoCategoryToLo
boolean addLoCategoryToLo(String loCategoryId,
String loId)
throws UnsupportedActionException,
DoesNotExistException,
UnsupportedActionException
- Throws:
UnsupportedActionException
DoesNotExistException
removeLoCategoryFromLo
boolean removeLoCategoryFromLo(String loCategoryId,
String loId)
throws DoesNotExistException
- Throws:
DoesNotExistException
deleteLoCategory
boolean deleteLoCategory(String loCategoryId)
throws DoesNotExistException,
DependentObjectsExistException
- Throws:
DoesNotExistException
DependentObjectsExistException
deleteLo
boolean deleteLo(String loId)
throws DoesNotExistException,
DependentObjectsExistException
- Throws:
DoesNotExistException
DependentObjectsExistException
getRelatedLosByLoId
List<Lo> getRelatedLosByLoId(String loId,
String loLoRelationTypeId)
throws DoesNotExistException
- Throws:
DoesNotExistException
getLosByRelatedLoId
List<Lo> getLosByRelatedLoId(String relatedLoId,
String loLoRelationTypeId)
throws DoesNotExistException
- Throws:
DoesNotExistException
deleteLoLoRelation
void deleteLoLoRelation(String loLoRelationId)
throws DoesNotExistException
- Throws:
DoesNotExistException
getLoCategoriesForLo
List<LoCategory> getLoCategoriesForLo(String loId)
getAllowedLoLoRelationTypesForLoType
List<String> getAllowedLoLoRelationTypesForLoType(String loTypeKey,
String relatedLoTypeKey)
getLosByRepository
List<Lo> getLosByRepository(String loRepositoryId)
getLoLoRelationsByLoId
List<LoLoRelation> getLoLoRelationsByLoId(String loId)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.