Uses of Class
com.skava.accounts.model.entity.ApprovalRuleEntity
Packages that use ApprovalRuleEntity
Package
Description
Accounts Domain Model Declarations.
Accounts Entity Model Declarations.
Accounts Repository Declarations.
-
Uses of ApprovalRuleEntity in com.skava.accounts.model.domain
Methods in com.skava.accounts.model.domain that return ApprovalRuleEntityModifier and TypeMethodDescriptionApprovalRuleDO.toEntity()
toEntity - Used to convert entity to domain object.Methods in com.skava.accounts.model.domain with parameters of type ApprovalRuleEntityModifier and TypeMethodDescriptionApprovalRuleDO.fromEntity
(ApprovalRuleEntity approvalRule) fromEntity - Used to convert domain object to entity.DefaultWorkflowDO.fromEntity
(ApprovalRuleEntity approvalRule) fromEntity - Used to convert domain object to entity. -
Uses of ApprovalRuleEntity in com.skava.accounts.model.entity
Fields in com.skava.accounts.model.entity with type parameters of type ApprovalRuleEntityModifier and TypeFieldDescriptionfinal com.querydsl.core.types.dsl.ListPath<ApprovalRuleEntity,
QApprovalRuleEntity> QAccountsEntity.approvalRuleEntity
Constructor parameters in com.skava.accounts.model.entity with type arguments of type ApprovalRuleEntityModifierConstructorDescriptionQApprovalRuleEntity
(com.querydsl.core.types.Path<? extends ApprovalRuleEntity> path) QApprovalRuleEntity
(Class<? extends ApprovalRuleEntity> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits) -
Uses of ApprovalRuleEntity in com.skava.accounts.repository
Methods in com.skava.accounts.repository that return types with arguments of type ApprovalRuleEntityModifier and TypeMethodDescriptionApprovalRuleRepository.findAllByAccountId
(long accountId) To check if a Rule Exists By the given accountId.ApprovalRuleRepository.findByIdAndAccountId
(long id, long accountId) To check if a Rule Exists By the given id and accountId.