Package org.cxbox.source.services.crudma
Class DmnTaskFieldsCrudmaService
- java.lang.Object
-
- org.cxbox.core.crudma.impl.AbstractCrudmaService
-
- org.cxbox.source.services.crudma.DmnTaskFieldsCrudmaService
-
- All Implemented Interfaces:
Crudma
@Service public class DmnTaskFieldsCrudmaService extends AbstractCrudmaService
-
-
Constructor Summary
Constructors Constructor Description DmnTaskFieldsCrudmaService(WorkflowSettings<?> workflowSettings, org.cxbox.api.data.dictionary.DictionaryCache dictionaryCache, org.cxbox.model.core.dao.JpaDao jpaDao)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longcount(BusinessComponent bc)org.cxbox.api.data.ResultPage<? extends org.cxbox.api.data.dto.DataResponseDTO>getAll(BusinessComponent bc)MetaDTOgetMeta(BusinessComponent bc)MetaDTOgetMetaEmpty(BusinessComponent bc)-
Methods inherited from class org.cxbox.core.crudma.impl.AbstractCrudmaService
associate, buildMeta, buildMeta, create, delete, get, getMetaNew, getOnFieldUpdateMeta, invokeAction, preview, update
-
-
-
-
Constructor Detail
-
DmnTaskFieldsCrudmaService
public DmnTaskFieldsCrudmaService(WorkflowSettings<?> workflowSettings, org.cxbox.api.data.dictionary.DictionaryCache dictionaryCache, org.cxbox.model.core.dao.JpaDao jpaDao)
-
-
Method Detail
-
getAll
public org.cxbox.api.data.ResultPage<? extends org.cxbox.api.data.dto.DataResponseDTO> getAll(BusinessComponent bc)
- Specified by:
getAllin interfaceCrudma- Overrides:
getAllin classAbstractCrudmaService
-
count
public long count(BusinessComponent bc)
- Specified by:
countin interfaceCrudma- Overrides:
countin classAbstractCrudmaService
-
getMeta
public MetaDTO getMeta(BusinessComponent bc)
- Specified by:
getMetain interfaceCrudma- Overrides:
getMetain classAbstractCrudmaService
-
getMetaEmpty
public MetaDTO getMetaEmpty(BusinessComponent bc)
- Specified by:
getMetaEmptyin interfaceCrudma- Overrides:
getMetaEmptyin classAbstractCrudmaService
-
-