Class WorkflowTaskMigrationServiceImpl
- java.lang.Object
-
- org.cxbox.core.crudma.impl.AbstractResponseService<WorkflowTaskMigrationDto,WorkflowableTask>
-
- org.cxbox.source.services.data.impl.WorkflowTaskMigrationServiceImpl
-
- All Implemented Interfaces:
ResponseService<WorkflowTaskMigrationDto,WorkflowableTask>,WorkflowTaskMigrationService
@Service public class WorkflowTaskMigrationServiceImpl extends AbstractResponseService<WorkflowTaskMigrationDto,WorkflowableTask> implements WorkflowTaskMigrationService
-
-
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 WorkflowTaskMigrationServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longcount(BaseDAO dao, BusinessComponent bc)Actions<WorkflowTaskMigrationDto>getActions()protected StringgetFetchGraphName(BusinessComponent bc)org.cxbox.api.data.ResultPage<WorkflowTaskMigrationDto>getList(BaseDAO dao, BusinessComponent bc)WorkflowableTaskgetOneAsEntity(BusinessComponent bc)protected org.springframework.data.jpa.domain.Specification<WorkflowableTask>getParentSpecification(BusinessComponent bc)ActionResultDTO<WorkflowTaskMigrationDto>updateEntity(BusinessComponent bc, org.cxbox.api.data.dto.DataResponseDTO data)-
Methods inherited from class org.cxbox.core.crudma.impl.AbstractResponseService
associate, cast, count, count, createEntity, deleteEntity, doAssociate, doGetOne, dtoListToResultPage, entitiesToDtos, entityListToResultPage, entityToDto, getAssociatedSsNames, getAvailableActions, getBcSpecification, getFetchGraph, getFieldMetaBuilder, getLinkSpecification, getList, getList, getOne, getPageEntities, getPreActionsForSave, getSecuritySpecification, getSpecification, getTypeOfDTO, getTypeOfEntity, hasPersister, invokeAction, isDeferredCreationSupported, isExist, loadEntity, onCancel, preview, 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, getTypeOfDTO, getTypeOfEntity, hasPersister, invokeAction, isDeferredCreationSupported, onCancel, preview, unwrap, validate
-
-
-
-
Method Detail
-
getFetchGraphName
protected String getFetchGraphName(BusinessComponent bc)
- Overrides:
getFetchGraphNamein classAbstractResponseService<WorkflowTaskMigrationDto,WorkflowableTask>
-
getOneAsEntity
public WorkflowableTask getOneAsEntity(BusinessComponent bc)
- Specified by:
getOneAsEntityin interfaceResponseService<WorkflowTaskMigrationDto,WorkflowableTask>- Overrides:
getOneAsEntityin classAbstractResponseService<WorkflowTaskMigrationDto,WorkflowableTask>
-
getList
public org.cxbox.api.data.ResultPage<WorkflowTaskMigrationDto> getList(BaseDAO dao, BusinessComponent bc)
- Overrides:
getListin classAbstractResponseService<WorkflowTaskMigrationDto,WorkflowableTask>
-
count
public long count(BaseDAO dao, BusinessComponent bc)
- Overrides:
countin classAbstractResponseService<WorkflowTaskMigrationDto,WorkflowableTask>
-
getParentSpecification
protected org.springframework.data.jpa.domain.Specification<WorkflowableTask> getParentSpecification(BusinessComponent bc)
- Overrides:
getParentSpecificationin classAbstractResponseService<WorkflowTaskMigrationDto,WorkflowableTask>
-
updateEntity
public ActionResultDTO<WorkflowTaskMigrationDto> updateEntity(BusinessComponent bc, org.cxbox.api.data.dto.DataResponseDTO data)
- Specified by:
updateEntityin interfaceResponseService<WorkflowTaskMigrationDto,WorkflowableTask>- Overrides:
updateEntityin classAbstractResponseService<WorkflowTaskMigrationDto,WorkflowableTask>
-
getActions
public Actions<WorkflowTaskMigrationDto> getActions()
- Specified by:
getActionsin interfaceResponseService<WorkflowTaskMigrationDto,WorkflowableTask>- Overrides:
getActionsin classAbstractResponseService<WorkflowTaskMigrationDto,WorkflowableTask>
-
-