Class WorkflowVersionServiceImpl
- java.lang.Object
-
- org.cxbox.core.crudma.impl.AbstractResponseService<T,E>
-
- org.cxbox.core.crudma.impl.VersionAwareResponseService<WorkflowVersionDto,WorkflowVersion>
-
- org.cxbox.source.services.data.impl.WorkflowVersionServiceImpl
-
- All Implemented Interfaces:
ResponseService<WorkflowVersionDto,WorkflowVersion>,WorkflowVersionService
@Service public class WorkflowVersionServiceImpl extends VersionAwareResponseService<WorkflowVersionDto,WorkflowVersion> implements WorkflowVersionService
-
-
Field Summary
-
Fields inherited from class org.cxbox.core.crudma.impl.AbstractResponseService
applicationContext, baseDAO, bcSpecificationHolder, linkSpecificationHolder, parentSpec, preActionConditionHolderAssoc, preActionConditionHolderDataResponse, securitySpecificationHolder, typeOfDTO, typeOfEntity
-
-
Constructor Summary
Constructors Constructor Description WorkflowVersionServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CreateResult<WorkflowVersionDto>doCreateEntity(WorkflowVersion entity, BusinessComponent bc)protected ActionResultDTO<WorkflowVersionDto>doUpdateEntity(WorkflowVersion entity, WorkflowVersionDto dto, BusinessComponent bc)Actions<WorkflowVersionDto>getActions()protected org.springframework.data.jpa.domain.Specification<WorkflowVersion>getParentSpecification(BusinessComponent bc)-
Methods inherited from class org.cxbox.core.crudma.impl.VersionAwareResponseService
create, createEntity, doPreview, getLockTimeout, loadEntity, preview, updateEntity
-
Methods inherited from class org.cxbox.core.crudma.impl.AbstractResponseService
associate, cast, count, count, count, deleteEntity, doAssociate, doGetOne, dtoListToResultPage, entitiesToDtos, entityListToResultPage, entityToDto, getAssociatedSsNames, getAvailableActions, getBcSpecification, getFetchGraph, getFetchGraphName, getFieldMetaBuilder, getLinkSpecification, getList, getList, getList, getOne, getOneAsEntity, getPageEntities, getPreActionsForSave, getSecuritySpecification, getSpecification, getTypeOfDTO, getTypeOfEntity, hasPersister, invokeAction, isDeferredCreationSupported, isExist, onCancel, setIfChanged, setIfChanged, setMappedIfChanged, setMappedIfChanged, unwrap, validate
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.cxbox.core.service.ResponseService
associate, count, createEntity, deleteEntity, getAvailableActions, getFieldMetaBuilder, getList, getOne, getOneAsEntity, getTypeOfDTO, getTypeOfEntity, hasPersister, invokeAction, isDeferredCreationSupported, onCancel, preview, unwrap, updateEntity, validate
-
-
-
-
Method Detail
-
getParentSpecification
protected org.springframework.data.jpa.domain.Specification<WorkflowVersion> getParentSpecification(BusinessComponent bc)
- Overrides:
getParentSpecificationin classAbstractResponseService<WorkflowVersionDto,WorkflowVersion>
-
doUpdateEntity
protected ActionResultDTO<WorkflowVersionDto> doUpdateEntity(WorkflowVersion entity, WorkflowVersionDto dto, BusinessComponent bc)
- Specified by:
doUpdateEntityin classVersionAwareResponseService<WorkflowVersionDto,WorkflowVersion>
-
doCreateEntity
protected CreateResult<WorkflowVersionDto> doCreateEntity(WorkflowVersion entity, BusinessComponent bc)
- Specified by:
doCreateEntityin classVersionAwareResponseService<WorkflowVersionDto,WorkflowVersion>
-
getActions
public Actions<WorkflowVersionDto> getActions()
- Specified by:
getActionsin interfaceResponseService<WorkflowVersionDto,WorkflowVersion>- Overrides:
getActionsin classAbstractResponseService<WorkflowVersionDto,WorkflowVersion>
-
-