public class LuDaoImpl extends AbstractCrudDaoImpl implements LuDao
em| Constructor and Description |
|---|
LuDaoImpl() |
create, delete, delete, fetch, find, getEm, updatepublic LuDaoImpl()
public void setEm(EntityManager em)
setEm in class AbstractCrudDaoImplpublic List<Clu> getClusByIdList(List<String> cluIdList)
getClusByIdList in interface LuDaopublic List<Clu> getClusByLuType(String luTypeKey, String luState)
getClusByLuType in interface LuDaopublic List<CluSet> getCluSetInfoByIdList(List<String> cluSetIdList)
getCluSetInfoByIdList in interface LuDaopublic List<String> getLuiIdsByCluId(String cluId)
getLuiIdsByCluId in interface LuDaopublic List<String> getLuiIdsByRelationType(String relatedLuiId, String luLuRelationTypeId)
getLuiIdsByRelationType in interface LuDaopublic List<String> getLuiIdsInAtpByCluId(String cluId, String atpKey)
getLuiIdsInAtpByCluId in interface LuDaopublic Boolean isCluInCluSet(String cluId, String cluSetId)
isCluInCluSet in interface LuDaopublic List<CluCluRelation> getCluCluRelationsByClu(String cluId)
getCluCluRelationsByClu in interface LuDaopublic List<String> getCluIdsByLoId(String loId)
getCluIdsByLoId in interface LuDaopublic List<String> getRelatedCluIdsByCluId(String cluId, String luLuRelationTypeId)
getRelatedCluIdsByCluId in interface LuDaopublic List<String> getCluIdsByRelatedCluId(String relatedCluId, String luLuRelationTypeId)
getCluIdsByRelatedCluId in interface LuDaopublic List<Clu> getRelatedClusByCluId(String cluId, String luLuRelationTypeId)
getRelatedClusByCluId in interface LuDaopublic List<Clu> getClusByRelatedCluId(String relatedCluId, String luLuRelationTypeId)
getClusByRelatedCluId in interface LuDaopublic List<String> getRelatedLuiIdsByLuiId(String luiId, String luLuRelationTypeId)
getRelatedLuiIdsByLuiId in interface LuDaopublic List<Clu> getClusByRelation(String parentCluId, String luLuRelationTypeKey)
getClusByRelation in interface LuDaopublic List<Clu> getClusByRelationSt(String cluId, String luLuRelationTypeId, List<String> luStateList)
getClusByRelationSt in interface LuDaopublic List<CluLoRelation> getCluLoRelationsByClu(String cluId)
getCluLoRelationsByClu in interface LuDaopublic List<CluLoRelation> getCluLoRelationsByLo(String loId)
getCluLoRelationsByLo in interface LuDaopublic List<CluLoRelation> getCluLoRelationsByCludIdAndLoId(String cluId, String loId)
getCluLoRelationsByCludIdAndLoId in interface LuDaopublic List<String> getAllowedLuLuRelationTypesForLuType(String luTypeId, String relatedLuTypeId)
getAllowedLuLuRelationTypesForLuType in interface LuDaopublic List<String> getAllowedCluLoRelationTypesForLuType(String luTypeId)
getAllowedCluLoRelationTypesForLuType in interface LuDaopublic List<String> getAllowedResultUsageTypesForLuType(String luTypeId)
getAllowedResultUsageTypesForLuType in interface LuDaopublic List<String> getAllowedResultComponentTypesForResultUsageType(String resultUsageType)
getAllowedResultComponentTypesForResultUsageType in interface LuDaopublic List<CluResultType> getAllowedCluResultTypesForLuType(String luTypeId)
getAllowedCluResultTypesForLuType in interface LuDaopublic List<String> getCluIdsByResultUsageType(String resultUsageTypeKey)
getCluIdsByResultUsageType in interface LuDaopublic List<String> getCluIdsByResultComponentId(String resultComponentId)
getCluIdsByResultComponentId in interface LuDaopublic List<String> getAllowedLuLuRelationTypesByLuiId(String luiId, String relatedLuiId)
getAllowedLuLuRelationTypesByLuiId in interface LuDaopublic List<String> getAllowedLuLuRelationTypesByCluId(String cluId, String relatedCluId)
getAllowedLuLuRelationTypesByCluId in interface LuDaopublic List<CluResult> getCluResultByClu(String cluId)
getCluResultByClu in interface LuDaopublic List<CluResult> getCluResultsByClus(List<String> cluIds)
getCluResultsByClus in interface LuDaopublic Clu getLatestCluVersion(String cluVersionIndId)
getLatestCluVersion in interface LuDaopublic Clu getCurrentCluVersion(String cluVersionIndId)
getCurrentCluVersion in interface LuDaopublic VersionDisplayInfo getCurrentCluVersionInfo(String cluVersionIndId, String objectTypeURI)
getCurrentCluVersionInfo in interface LuDaopublic VersionDisplayInfo getCurrentVersionOnDate(String versionIndId, String objectTypeURI, Date date)
getCurrentVersionOnDate in interface LuDaopublic VersionDisplayInfo getFirstVersion(String versionIndId, String objectTypeURI)
getFirstVersion in interface LuDaopublic VersionDisplayInfo getLatestVersion(String versionIndId, String objectTypeURI)
getLatestVersion in interface LuDaopublic VersionDisplayInfo getVersionBySequenceNumber(String versionIndId, String objectTypeURI, Long sequenceNumber)
getVersionBySequenceNumber in interface LuDaopublic List<VersionDisplayInfo> getVersions(String versionIndId, String objectTypeURI)
getVersions in interface LuDaopublic List<VersionDisplayInfo> getVersionsInDateRange(String versionIndId, String objectTypeURI, Date from, Date to)
getVersionsInDateRange in interface LuDaopublic List<CluPublication> getCluPublicationsByType(String luPublicationTypeKey)
getCluPublicationsByType in interface LuDaopublic List<CluPublication> getCluPublicationsByCluId(String cluId)
getCluPublicationsByCluId in interface LuDaopublic List<CluSet> getCluSetsByCluVersionIndId(List<String> cluVersionIndIds)
getCluSetsByCluVersionIndId in interface LuDaopublic List<CluSet> getAllDynamicCluSets()
getAllDynamicCluSets in interface LuDaopublic List<Clu> getCrossListedClusByCodes(List<String> crossListedCodes)
getCrossListedClusByCodes in interface LuDaoCopyright © 2004-2014 The Kuali Foundation. All Rights Reserved.