Uses of Class
com.bytedesk.core.contract.ContractEntity
Packages that use ContractEntity
-
Uses of ContractEntity in com.bytedesk.core.contract
Methods in com.bytedesk.core.contract that return ContractEntityModifier and TypeMethodDescriptionprotected ContractEntityContractRestService.doSave(ContractEntity entity) ContractRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, ContractEntity entity) Methods in com.bytedesk.core.contract that return types with arguments of type ContractEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<ContractEntity>ContractRestService.createSpecification(ContractRequest request) protected org.springframework.data.domain.Page<ContractEntity>ContractRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<ContractEntity> spec, org.springframework.data.domain.Pageable pageable) ContractRestService.findByNameAndOrgUidAndType(String name, String orgUid, String type) ContractRepository.findByNameAndOrgUidAndTypeAndDeletedFalse(String name, String orgUid, String type) org.springframework.data.domain.Page<ContractEntity>ContractRestService.queryByOrgEntity(ContractRequest request) static org.springframework.data.jpa.domain.Specification<ContractEntity>ContractSpecification.search(ContractRequest request, AuthService authService) Methods in com.bytedesk.core.contract with parameters of type ContractEntityModifier and TypeMethodDescriptionContractRestService.convertToExcel(ContractEntity entity) ContractRestService.convertToResponse(ContractEntity entity) protected ContractEntityContractRestService.doSave(ContractEntity entity) ContractRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, ContractEntity entity) voidContractEntityListener.onPostPersist(ContractEntity contract) voidContractEntityListener.onPostUpdate(ContractEntity contract) Method parameters in com.bytedesk.core.contract with type arguments of type ContractEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<ContractEntity>ContractRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<ContractEntity> spec, org.springframework.data.domain.Pageable pageable) -
Uses of ContractEntity in com.bytedesk.core.contract.event
Fields in com.bytedesk.core.contract.event declared as ContractEntityMethods in com.bytedesk.core.contract.event that return ContractEntityModifier and TypeMethodDescriptionAbstractContractEvent.getContract()private ContractEntityAbstractContractEvent.snapshot(ContractEntity source) Methods in com.bytedesk.core.contract.event with parameters of type ContractEntityModifier and TypeMethodDescriptionprivate ContractEntityAbstractContractEvent.snapshot(ContractEntity source) Constructors in com.bytedesk.core.contract.event with parameters of type ContractEntityModifierConstructorDescriptionprotectedAbstractContractEvent(Object source, ContractEntity contract) ContractCreateEvent(ContractEntity contract) ContractDeleteEvent(ContractEntity contract) ContractUpdateEvent(ContractEntity contract)