public interface TagTypeDao extends BaseJpaDao
| 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.
|
delete, detach, findAll, findById, findByNamedProperties, findUniqueByNamedProperties, getCurrentTimestamp, getEntityManager, query, queryByNamedParams, save, saveAndRefreshTagTypeEntity getTagTypeByDisplayName(String displayName)
displayName - the tag type display name (case-insensitive)TagTypeEntity getTagTypeByKey(TagTypeKey tagTypeKey)
tagTypeKey - the tag type key (case-insensitive)List<TagTypeKey> getTagTypeKeys()
List<TagTypeEntity> getTagTypes()
Copyright © 2019. All rights reserved.