Uses of Class
com.skava.auth.model.entities.CollectionAttribute
Packages that use CollectionAttribute
Package
Description
Models to represent the entity classes.
Data transfer classes for collection attribute to transfer data from service to CollectionAttributeController.
Data transfer classes for entities to hold the entity related informations.
Support classes for hold the reusable functionalities.
-
Uses of CollectionAttribute in com.skava.auth.model.entities
Methods in com.skava.auth.model.entities with parameters of type CollectionAttributeModifier and TypeMethodDescriptionboolean
CollectionAttribute.isNameEqual
(CollectionAttribute other) This method is to check the equality of two collection attribute objects, return TRUE if equals else FALSE.Constructors in com.skava.auth.model.entities with parameters of type CollectionAttributeModifierConstructorDescriptionCollectionProperty
(Collection collection, CollectionAttribute attribute, CollectionPropertyVO property) Instantiates a new collection property.Constructor parameters in com.skava.auth.model.entities with type arguments of type CollectionAttributeModifierConstructorDescriptionQCollectionAttribute
(com.querydsl.core.types.Path<? extends CollectionAttribute> path) -
Uses of CollectionAttribute in com.skava.auth.model.response.collectionattribute
Constructor parameters in com.skava.auth.model.response.collectionattribute with type arguments of type CollectionAttributeModifierConstructorDescriptionCollectionAttributesResponse
(String responseCode, List<CollectionAttribute> attributes) Instantiates a new collection attribute response. -
Uses of CollectionAttribute in com.skava.auth.model.rest.entities
Constructors in com.skava.auth.model.rest.entities with parameters of type CollectionAttributeModifierConstructorDescriptionCollectionAttributeVO
(CollectionAttribute attribute) Construct theCollectionAttributeVO
object by parsing theCollectionAttribute
object. -
Uses of CollectionAttribute in com.skava.auth.util
Methods in com.skava.auth.util that return types with arguments of type CollectionAttributeModifier and TypeMethodDescriptionstatic List<CollectionAttribute>
CollectionAttributeUtil.getAllCollectionAttributes
(CollectionAttributeRepository collectionAttributeRepository) Methods in com.skava.auth.util with parameters of type CollectionAttributeModifier and TypeMethodDescriptionAuthUtil.getPossibleValues
(CollectionAttribute attribute) static String
AuthUtil.getPropertyValue
(CollectionAttribute attribute, CollectionPropertyVO requestProperty) static boolean
AuthUtil.isCollectionPropertyAndAttributeEquals
(CollectionAttribute attribute, CollectionPropertyVO property)