Uses of Class
com.skava.auth.model.entities.GroupAttribute
Packages that use GroupAttribute
Package
Description
Models to represent the entity classes.
Data transfer classes for group attribute to transfer data from service to GroupAttributeController.
Data transfer classes for entities to hold the entity related informations.
Repository classes to represent the data access layer of the entities.
Support classes for hold the reusable functionalities.
-
Uses of GroupAttribute in com.skava.auth.model.entities
Fields in com.skava.auth.model.entities with type parameters of type GroupAttributeModifier and TypeFieldDescriptionprotected Set<GroupAttribute>
Privilege.groupAttribute
final com.querydsl.core.types.dsl.SetPath<GroupAttribute,
QGroupAttribute> QPrivilege.groupAttribute
Constructor parameters in com.skava.auth.model.entities with type arguments of type GroupAttributeModifierConstructorDescriptionQGroupAttribute
(com.querydsl.core.types.Path<? extends GroupAttribute> path) QGroupAttribute
(Class<? extends GroupAttribute> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits) -
Uses of GroupAttribute in com.skava.auth.model.response.groupattribute
Constructors in com.skava.auth.model.response.groupattribute with parameters of type GroupAttributeModifierConstructorDescriptionGroupAttributeResponse
(String responseCode, GroupAttribute groupAttribute) Instantiates a new group attribute response.Constructor parameters in com.skava.auth.model.response.groupattribute with type arguments of type GroupAttributeModifierConstructorDescriptionGroupAttributesResponse
(String responseCode, List<GroupAttribute> groupAttributes) Instantiates a new group attributes response. -
Uses of GroupAttribute in com.skava.auth.model.rest.entities
Constructors in com.skava.auth.model.rest.entities with parameters of type GroupAttributeModifierConstructorDescriptionGroupAttributeVO
(GroupAttribute groupAttributes) Instantiates a new group attributes value object. -
Uses of GroupAttribute in com.skava.auth.repository
Methods in com.skava.auth.repository that return types with arguments of type GroupAttributeModifier and TypeMethodDescriptionGroupAttributeRepository.findByPrivilegeIdAndAuthGroupId
(Long privilegeId, Long authGroupId) -
Uses of GroupAttribute in com.skava.auth.util
Methods in com.skava.auth.util that return GroupAttributeModifier and TypeMethodDescriptionstatic GroupAttribute
GroupAttributeUtil.createGroupAttribute
(GroupAttributeVO input, GroupAttributeRepository groupAttributeRepository) static GroupAttribute
GroupAttributeUtil.getGroupAttribute
(long attributeId, GroupAttributeRepository groupAttributeRepository) static GroupAttribute
GroupAttributeUtil.updateGroupAttribute
(GroupAttribute groupAttribute, GroupAttributeRepository groupAttributeRepository) Methods in com.skava.auth.util that return types with arguments of type GroupAttributeModifier and TypeMethodDescriptionstatic List<GroupAttribute>
GroupAttributeUtil.searchGroupAttributes
(String filter, long collectionId, int offset, int limit, jakarta.persistence.EntityManager entityManager) Methods in com.skava.auth.util with parameters of type GroupAttributeModifier and TypeMethodDescriptionstatic void
GroupAttributeUtil.deleteGroupAttribute
(GroupAttribute groupAttribute, GroupAttributeRepository groupAttributeRepository) static GroupAttribute
GroupAttributeUtil.updateGroupAttribute
(GroupAttribute groupAttribute, GroupAttributeRepository groupAttributeRepository)