Class WorkflowTransitionValidationServiceImpl
- java.lang.Object
-
- org.cxbox.core.crudma.impl.AbstractResponseService<T,E>
-
- org.cxbox.core.crudma.impl.VersionAwareResponseService<D,E>
-
- org.cxbox.source.services.data.impl.BaseWorkflowTransitionValidationServiceImpl<WorkflowTransitionValidationDto,WorkflowTransitionValidation>
-
- org.cxbox.source.services.data.impl.WorkflowTransitionValidationServiceImpl
-
- All Implemented Interfaces:
ResponseService<WorkflowTransitionValidationDto,WorkflowTransitionValidation>,WorkflowTransitionValidationService
@Service public class WorkflowTransitionValidationServiceImpl extends BaseWorkflowTransitionValidationServiceImpl<WorkflowTransitionValidationDto,WorkflowTransitionValidation> implements WorkflowTransitionValidationService
-
-
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 WorkflowTransitionValidationServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected WorkflowTransitionValidationcreate(BusinessComponent bc)-
Methods inherited from class org.cxbox.source.services.data.impl.BaseWorkflowTransitionValidationServiceImpl
deleteEntity, doCreateEntity, doUpdateEntity, getActions, getParentSpecification, update
-
Methods inherited from class org.cxbox.core.crudma.impl.VersionAwareResponseService
createEntity, doPreview, getLockTimeout, loadEntity, preview, updateEntity
-
Methods inherited from class org.cxbox.core.crudma.impl.AbstractResponseService
associate, cast, count, count, count, 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, getActions, getAvailableActions, getFieldMetaBuilder, getList, getOne, getOneAsEntity, getTypeOfDTO, getTypeOfEntity, hasPersister, invokeAction, isDeferredCreationSupported, onCancel, preview, unwrap, updateEntity, validate
-
-
-
-
Method Detail
-
create
protected WorkflowTransitionValidation create(BusinessComponent bc)
- Specified by:
createin classBaseWorkflowTransitionValidationServiceImpl<WorkflowTransitionValidationDto,WorkflowTransitionValidation>
-
-