@Repository public class TagTypeDaoImpl extends AbstractHerdDao implements TagTypeDao
AbstractHerdDao.AggregateFunctionBUSINESS_OBJECT_DATA_PARTITIONS, BUSINESS_OBJECT_DATA_SUBPARTITIONS, configurationHelper, DEFAULT_SINGLE_DAY_DATE_MASK, MAX_PARTITION_FILTERS_PER_REQUESTentityManager| Constructor and Description |
|---|
TagTypeDaoImpl() |
| Modifier and Type | Method and Description |
|---|---|
TagTypeEntity |
getTagTypeByDisplayName(String displayName)
Gets a tag type by its code.
|
TagTypeEntity |
getTagTypeByKey(TagTypeKey tagTypeKey)
Gets a tag type by its key.
|
List<TagTypeKey> |
getTagTypeKeys()
Gets an ordered list of tag type keys for all tag types defined in the system.
|
List<TagTypeEntity> |
getTagTypes()
Gets an ordered list of tag type entities for all tag types defined in the system.
|
getMaximumBusinessObjectDataVersionSubQuery, getQueryRestriction, getQueryRestriction, getQueryRestriction, getQueryRestrictionOnBusinessObjectDataVersionAndStatus, getQueryRestrictionOnPartitionValues, getQueryRestrictionOnPartitionValues, getQueryRestrictionOnPartitionValues, getQueryRestrictionOnPartitionValues, getQueryRestrictionOnStorage, savedelete, detach, executeSingleResultQuery, findAll, findById, findByNamedProperties, findUniqueByNamedProperties, getCurrentTimestamp, getEntityManager, getPredicateForInClause, query, queryByNamedParams, saveAndRefreshclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdelete, detach, findAll, findById, findByNamedProperties, findUniqueByNamedProperties, getCurrentTimestamp, getEntityManager, query, queryByNamedParams, save, saveAndRefreshpublic TagTypeEntity getTagTypeByDisplayName(String displayName)
TagTypeDaogetTagTypeByDisplayName in interface TagTypeDaodisplayName - the tag type display name (case-insensitive)public TagTypeEntity getTagTypeByKey(TagTypeKey tagTypeKey)
TagTypeDaogetTagTypeByKey in interface TagTypeDaotagTypeKey - the tag type key (case-insensitive)public List<TagTypeKey> getTagTypeKeys()
TagTypeDaogetTagTypeKeys in interface TagTypeDaopublic List<TagTypeEntity> getTagTypes()
TagTypeDaogetTagTypes in interface TagTypeDaoCopyright © 2019. All rights reserved.