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