Uses of Enum Class
com.skava.accounts.model.entity.AttributeStatus
Packages that use AttributeStatus
Package
Description
Accounts Entity Model Declarations.
Accounts Repository Declarations.
-
Uses of AttributeStatus in com.skava.accounts.model.entity
Fields in com.skava.accounts.model.entity with type parameters of type AttributeStatusModifier and TypeFieldDescriptionfinal com.querydsl.core.types.dsl.EnumPath<AttributeStatus>
QAttributeEntity.status
Methods in com.skava.accounts.model.entity that return AttributeStatusModifier and TypeMethodDescriptionstatic AttributeStatus
Returns the enum constant of this class with the specified name.static AttributeStatus[]
AttributeStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of AttributeStatus in com.skava.accounts.repository
Methods in com.skava.accounts.repository with parameters of type AttributeStatusModifier and TypeMethodDescriptionAttributeRepository.findByCollectionIdAndRequiredTrueAndStatusAndTypeIn
(long collectionId, AttributeStatus active, List<AttributeType> allowedtypes)