Class TaskChildBcServiceImpl
- java.lang.Object
-
- org.cxbox.core.crudma.impl.AbstractResponseService<AdminBcDto,org.cxbox.model.core.entity.BaseEntity>
-
- org.cxbox.source.services.data.impl.TaskChildBcServiceImpl
-
- All Implemented Interfaces:
ResponseService<AdminBcDto,org.cxbox.model.core.entity.BaseEntity>,TaskChildBcService
@Service public class TaskChildBcServiceImpl extends AbstractResponseService<AdminBcDto,org.cxbox.model.core.entity.BaseEntity> implements TaskChildBcService
-
-
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 TaskChildBcServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longcount(BusinessComponent bc)org.cxbox.api.data.ResultPage<AdminBcDto>getList(BusinessComponent bc)protected javax.persistence.EntityManagergetSupportedEntityManager(String entityClazz)-
Methods inherited from class org.cxbox.core.crudma.impl.AbstractResponseService
associate, cast, count, count, createEntity, deleteEntity, doAssociate, doGetOne, dtoListToResultPage, entitiesToDtos, entityListToResultPage, entityToDto, getActions, getAssociatedSsNames, getAvailableActions, getBcSpecification, getFetchGraph, getFetchGraphName, getFieldMetaBuilder, getLinkSpecification, getList, getList, getOne, getOneAsEntity, getPageEntities, getParentSpecification, getPreActionsForSave, getSecuritySpecification, getSpecification, getTypeOfDTO, getTypeOfEntity, hasPersister, invokeAction, isDeferredCreationSupported, isExist, loadEntity, onCancel, preview, setIfChanged, setIfChanged, setMappedIfChanged, setMappedIfChanged, unwrap, updateEntity, 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, createEntity, deleteEntity, getActions, getAvailableActions, getFieldMetaBuilder, getOne, getOneAsEntity, getTypeOfDTO, getTypeOfEntity, hasPersister, invokeAction, isDeferredCreationSupported, onCancel, preview, unwrap, updateEntity, validate
-
-
-
-
Method Detail
-
getList
public org.cxbox.api.data.ResultPage<AdminBcDto> getList(BusinessComponent bc)
- Specified by:
getListin interfaceResponseService<AdminBcDto,org.cxbox.model.core.entity.BaseEntity>- Overrides:
getListin classAbstractResponseService<AdminBcDto,org.cxbox.model.core.entity.BaseEntity>
-
count
public long count(BusinessComponent bc)
- Specified by:
countin interfaceResponseService<AdminBcDto,org.cxbox.model.core.entity.BaseEntity>- Overrides:
countin classAbstractResponseService<AdminBcDto,org.cxbox.model.core.entity.BaseEntity>
-
getSupportedEntityManager
protected javax.persistence.EntityManager getSupportedEntityManager(String entityClazz)
-
-