Uses of Class
com.bytedesk.core.asset.AssetEntity
Packages that use AssetEntity
-
Uses of AssetEntity in com.bytedesk.core.asset
Methods in com.bytedesk.core.asset that return AssetEntityModifier and TypeMethodDescriptionprotected AssetEntityAssetRestService.doSave(AssetEntity entity) AssetRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, AssetEntity entity) Methods in com.bytedesk.core.asset that return types with arguments of type AssetEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<AssetEntity>AssetRestService.createSpecification(AssetRequest request) protected org.springframework.data.domain.Page<AssetEntity>AssetRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<AssetEntity> spec, org.springframework.data.domain.Pageable pageable) AssetRestService.findByNameAndOrgUidAndType(String name, String orgUid, String type) AssetRepository.findByNameAndOrgUidAndTypeAndDeletedFalse(String name, String orgUid, String type) org.springframework.data.domain.Page<AssetEntity>AssetRestService.queryByOrgEntity(AssetRequest request) static org.springframework.data.jpa.domain.Specification<AssetEntity>AssetSpecification.search(AssetRequest request, AuthService authService) Methods in com.bytedesk.core.asset with parameters of type AssetEntityModifier and TypeMethodDescriptionAssetRestService.convertToExcel(AssetEntity entity) AssetRestService.convertToResponse(AssetEntity entity) protected AssetEntityAssetRestService.doSave(AssetEntity entity) AssetRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, AssetEntity entity) voidAssetEntityListener.onPostPersist(AssetEntity asset) voidAssetEntityListener.onPostUpdate(AssetEntity asset) Method parameters in com.bytedesk.core.asset with type arguments of type AssetEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<AssetEntity>AssetRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<AssetEntity> spec, org.springframework.data.domain.Pageable pageable) -
Uses of AssetEntity in com.bytedesk.core.asset.event
Fields in com.bytedesk.core.asset.event declared as AssetEntityMethods in com.bytedesk.core.asset.event that return AssetEntityModifier and TypeMethodDescriptionAbstractAssetEvent.getAsset()private AssetEntityAbstractAssetEvent.snapshot(AssetEntity source) Methods in com.bytedesk.core.asset.event with parameters of type AssetEntityModifier and TypeMethodDescriptionprivate AssetEntityAbstractAssetEvent.snapshot(AssetEntity source) Constructors in com.bytedesk.core.asset.event with parameters of type AssetEntityModifierConstructorDescriptionprotectedAbstractAssetEvent(Object source, AssetEntity asset) AssetCreateEvent(AssetEntity asset) AssetDeleteEvent(AssetEntity asset) AssetUpdateEvent(AssetEntity asset)