Class NotificationRecipientServiceImpl
- java.lang.Object
-
- org.cxbox.core.crudma.impl.AbstractResponseService<T,E>
-
- org.cxbox.core.crudma.impl.VersionAwareResponseService<NotificationRecipientDTO,NotificationRecipient>
-
- org.cxbox.notifications.crudma.impl.NotificationRecipientServiceImpl
-
- All Implemented Interfaces:
ResponseService<NotificationRecipientDTO,NotificationRecipient>,NotificationRecipientService
@Service public class NotificationRecipientServiceImpl extends VersionAwareResponseService<NotificationRecipientDTO,NotificationRecipient> implements NotificationRecipientService
-
-
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 NotificationRecipientServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActionResultDTO<NotificationRecipientDTO>deleteEntity(BusinessComponent bc)protected CreateResult<NotificationRecipientDTO>doCreateEntity(NotificationRecipient entity, BusinessComponent bc)protected ActionResultDTO<NotificationRecipientDTO>doUpdateEntity(NotificationRecipient recipient, NotificationRecipientDTO data, BusinessComponent bc)protected org.cxbox.api.data.ResultPage<NotificationRecipientDTO>entitiesToDtos(BusinessComponent bc, org.cxbox.api.data.ResultPage<NotificationRecipient> entities)protected NotificationRecipientDTOentityToDto(BusinessComponent bc, NotificationRecipient entity)Actions<NotificationRecipientDTO>getActions()-
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, doAssociate, doGetOne, dtoListToResultPage, entityListToResultPage, getAssociatedSsNames, getAvailableActions, getBcSpecification, getFetchGraph, getFetchGraphName, getFieldMetaBuilder, getLinkSpecification, getList, getList, getList, getOne, getOneAsEntity, getPageEntities, getParentSpecification, 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, getAvailableActions, getFieldMetaBuilder, getList, getOne, getOneAsEntity, getTypeOfDTO, getTypeOfEntity, hasPersister, invokeAction, isDeferredCreationSupported, onCancel, preview, unwrap, updateEntity, validate
-
-
-
-
Method Detail
-
entitiesToDtos
protected org.cxbox.api.data.ResultPage<NotificationRecipientDTO> entitiesToDtos(BusinessComponent bc, org.cxbox.api.data.ResultPage<NotificationRecipient> entities)
- Overrides:
entitiesToDtosin classAbstractResponseService<NotificationRecipientDTO,NotificationRecipient>
-
entityToDto
protected NotificationRecipientDTO entityToDto(BusinessComponent bc, NotificationRecipient entity)
- Overrides:
entityToDtoin classAbstractResponseService<NotificationRecipientDTO,NotificationRecipient>
-
getActions
public Actions<NotificationRecipientDTO> getActions()
- Specified by:
getActionsin interfaceResponseService<NotificationRecipientDTO,NotificationRecipient>- Overrides:
getActionsin classAbstractResponseService<NotificationRecipientDTO,NotificationRecipient>
-
doCreateEntity
protected CreateResult<NotificationRecipientDTO> doCreateEntity(NotificationRecipient entity, BusinessComponent bc)
- Specified by:
doCreateEntityin classVersionAwareResponseService<NotificationRecipientDTO,NotificationRecipient>
-
deleteEntity
public ActionResultDTO<NotificationRecipientDTO> deleteEntity(BusinessComponent bc)
- Specified by:
deleteEntityin interfaceResponseService<NotificationRecipientDTO,NotificationRecipient>- Overrides:
deleteEntityin classAbstractResponseService<NotificationRecipientDTO,NotificationRecipient>
-
doUpdateEntity
protected ActionResultDTO<NotificationRecipientDTO> doUpdateEntity(NotificationRecipient recipient, NotificationRecipientDTO data, BusinessComponent bc)
- Specified by:
doUpdateEntityin classVersionAwareResponseService<NotificationRecipientDTO,NotificationRecipient>
-
-