Uses of Class
org.cxbox.notifications.crudma.dto.NotificationRecipientDTO
-
Packages that use NotificationRecipientDTO Package Description org.cxbox.notifications.crudma.dto org.cxbox.notifications.crudma.impl org.cxbox.notifications.crudma.meta -
-
Uses of NotificationRecipientDTO in org.cxbox.notifications.crudma.dto
Fields in org.cxbox.notifications.crudma.dto with type parameters of type NotificationRecipientDTO Modifier and Type Field Description static org.cxbox.constgen.DtoField<NotificationRecipientDTO,Boolean>NotificationRecipientDTO_. enabledstatic org.cxbox.constgen.DtoField<NotificationRecipientDTO,String>NotificationRecipientDTO_. recipientTypestatic org.cxbox.constgen.DtoField<NotificationRecipientDTO,Boolean>NotificationRecipientDTO_. sameDeptOnly -
Uses of NotificationRecipientDTO in org.cxbox.notifications.crudma.impl
Methods in org.cxbox.notifications.crudma.impl that return NotificationRecipientDTO Modifier and Type Method Description protected NotificationRecipientDTONotificationRecipientServiceImpl. entityToDto(BusinessComponent bc, NotificationRecipient entity)Methods in org.cxbox.notifications.crudma.impl that return types with arguments of type NotificationRecipientDTO Modifier and Type Method Description ActionResultDTO<NotificationRecipientDTO>NotificationRecipientServiceImpl. deleteEntity(BusinessComponent bc)protected CreateResult<NotificationRecipientDTO>NotificationRecipientServiceImpl. doCreateEntity(NotificationRecipient entity, BusinessComponent bc)protected ActionResultDTO<NotificationRecipientDTO>NotificationRecipientServiceImpl. doUpdateEntity(NotificationRecipient recipient, NotificationRecipientDTO data, BusinessComponent bc)protected org.cxbox.api.data.ResultPage<NotificationRecipientDTO>NotificationRecipientServiceImpl. entitiesToDtos(BusinessComponent bc, org.cxbox.api.data.ResultPage<NotificationRecipient> entities)Actions<NotificationRecipientDTO>NotificationRecipientServiceImpl. getActions()Methods in org.cxbox.notifications.crudma.impl with parameters of type NotificationRecipientDTO Modifier and Type Method Description protected ActionResultDTO<NotificationRecipientDTO>NotificationRecipientServiceImpl. doUpdateEntity(NotificationRecipient recipient, NotificationRecipientDTO data, BusinessComponent bc) -
Uses of NotificationRecipientDTO in org.cxbox.notifications.crudma.meta
Method parameters in org.cxbox.notifications.crudma.meta with type arguments of type NotificationRecipientDTO Modifier and Type Method Description voidNotificationRecipientFieldMetaBuilder. buildIndependentMeta(FieldsMeta<NotificationRecipientDTO> fields, InnerBcDescription bcDescription, Long parentId)voidNotificationRecipientFieldMetaBuilder. buildRowDependentMeta(RowDependentFieldsMeta<NotificationRecipientDTO> fields, InnerBcDescription bcDescription, Long id, Long parentId)
-