Uses of Class
com.skava.accounts.model.entity.BudgetEntity
Packages that use BudgetEntity
Package
Description
Accounts Domain Model Declarations.
Accounts Entity Model Declarations.
Accounts Repository Declarations.
Accounts Utility Implementations.
-
Uses of BudgetEntity in com.skava.accounts.model.domain
Methods in com.skava.accounts.model.domain that return BudgetEntityModifier and TypeMethodDescriptionBudgetDO.toEntity
(CostCentreEntity costCentre) ToEntity.BudgetDO.toEntityBudget
(CostCentreEntity costCentre) ToEntity.Methods in com.skava.accounts.model.domain with parameters of type BudgetEntity -
Uses of BudgetEntity in com.skava.accounts.model.entity
Fields in com.skava.accounts.model.entity with type parameters of type BudgetEntityModifier and TypeFieldDescriptionfinal com.querydsl.core.types.dsl.ListPath<BudgetEntity,
QBudgetEntity> QCostCentreEntity.budgets
Constructor parameters in com.skava.accounts.model.entity with type arguments of type BudgetEntityModifierConstructorDescriptionQBudgetEntity
(com.querydsl.core.types.Path<? extends BudgetEntity> path) QBudgetEntity
(Class<? extends BudgetEntity> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits) -
Uses of BudgetEntity in com.skava.accounts.repository
Methods in com.skava.accounts.repository that return BudgetEntityModifier and TypeMethodDescriptionBudgetRepository.findByIdAndCostcentresId
(long id, long costCentreId) To check if a Contract Exists By the given id and accountId.Methods in com.skava.accounts.repository that return types with arguments of type BudgetEntityModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<BudgetEntity>
BudgetRepository.findAll
(org.springframework.data.jpa.domain.Specification<BudgetEntity> specification, org.springframework.data.domain.Pageable pageRequest) Find all BudgetEntity based on input.BudgetRepository.findAllByCostcentresId
(long costCentreId) Find all BudgetEntity by costcentre id.BudgetRepository.findAllByCostcentresIdIn
(List<Long> costCentreIds) Find all BudgetEntity by costcentre ids.Method parameters in com.skava.accounts.repository with type arguments of type BudgetEntityModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<BudgetEntity>
BudgetRepository.findAll
(org.springframework.data.jpa.domain.Specification<BudgetEntity> specification, org.springframework.data.domain.Pageable pageRequest) Find all BudgetEntity based on input. -
Uses of BudgetEntity in com.skava.accounts.util
Methods in com.skava.accounts.util that return types with arguments of type BudgetEntityModifier and TypeMethodDescriptionstatic Map<Long,
List<BudgetEntity>> FindAllCostCenterUtil.createBudgetEntityMap
(List<BudgetEntity> budgets) Method parameters in com.skava.accounts.util with type arguments of type BudgetEntityModifier and TypeMethodDescriptionstatic Map<Long,
List<BudgetEntity>> FindAllCostCenterUtil.createBudgetEntityMap
(List<BudgetEntity> budgets)