Uses of Class
com.bytedesk.core.open_platform.OpenPlatformEntity
Packages that use OpenPlatformEntity
-
Uses of OpenPlatformEntity in com.bytedesk.core.open_platform
Methods in com.bytedesk.core.open_platform that return OpenPlatformEntityModifier and TypeMethodDescriptionprotected OpenPlatformEntityOpenPlatformRestService.doSave(OpenPlatformEntity entity) OpenPlatformRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, OpenPlatformEntity entity) Methods in com.bytedesk.core.open_platform that return types with arguments of type OpenPlatformEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<OpenPlatformEntity>OpenPlatformRestService.createSpecification(OpenPlatformRequest request) protected org.springframework.data.domain.Page<OpenPlatformEntity>OpenPlatformRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<OpenPlatformEntity> spec, org.springframework.data.domain.Pageable pageable) OpenPlatformRestService.findByNameAndOrgUidAndType(String name, String orgUid, String type) OpenPlatformRepository.findByNameAndOrgUidAndTypeAndDeletedFalse(String name, String orgUid, String type) static org.springframework.data.jpa.domain.Specification<OpenPlatformEntity>OpenPlatformSpecification.search(OpenPlatformRequest request, AuthService authService) Methods in com.bytedesk.core.open_platform with parameters of type OpenPlatformEntityModifier and TypeMethodDescriptionOpenPlatformRestService.convertToExcel(OpenPlatformEntity entity) OpenPlatformRestService.convertToResponse(OpenPlatformEntity entity) protected OpenPlatformEntityOpenPlatformRestService.doSave(OpenPlatformEntity entity) OpenPlatformRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, OpenPlatformEntity entity) voidOpenPlatformEntityListener.onPostPersist(OpenPlatformEntity openPlatform) voidOpenPlatformEntityListener.onPostUpdate(OpenPlatformEntity openPlatform) Method parameters in com.bytedesk.core.open_platform with type arguments of type OpenPlatformEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<OpenPlatformEntity>OpenPlatformRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<OpenPlatformEntity> spec, org.springframework.data.domain.Pageable pageable) -
Uses of OpenPlatformEntity in com.bytedesk.core.open_platform.event
Fields in com.bytedesk.core.open_platform.event declared as OpenPlatformEntityModifier and TypeFieldDescriptionprivate final OpenPlatformEntityAbstractOpenPlatformEvent.openPlatformMethods in com.bytedesk.core.open_platform.event that return OpenPlatformEntityModifier and TypeMethodDescriptionAbstractOpenPlatformEvent.getOpenPlatform()private OpenPlatformEntityAbstractOpenPlatformEvent.snapshot(OpenPlatformEntity source) Methods in com.bytedesk.core.open_platform.event with parameters of type OpenPlatformEntityModifier and TypeMethodDescriptionprivate OpenPlatformEntityAbstractOpenPlatformEvent.snapshot(OpenPlatformEntity source) Constructors in com.bytedesk.core.open_platform.event with parameters of type OpenPlatformEntityModifierConstructorDescriptionprotectedAbstractOpenPlatformEvent(Object source, OpenPlatformEntity openPlatform) OpenPlatformCreateEvent(OpenPlatformEntity openPlatform) OpenPlatformDeleteEvent(OpenPlatformEntity openPlatform) OpenPlatformUpdateEvent(OpenPlatformEntity openPlatform)