Uses of Class
org.cxbox.notifications.crudma.dto.NotificationSettingsDTO
-
Packages that use NotificationSettingsDTO Package Description org.cxbox.notifications.crudma.dto org.cxbox.notifications.crudma.impl org.cxbox.notifications.crudma.meta -
-
Uses of NotificationSettingsDTO in org.cxbox.notifications.crudma.dto
Fields in org.cxbox.notifications.crudma.dto with type parameters of type NotificationSettingsDTO Modifier and Type Field Description static org.cxbox.constgen.DtoField<NotificationSettingsDTO,String>NotificationSettingsDTO_. eventNamestatic org.cxbox.constgen.DtoField<NotificationSettingsDTO,Boolean>NotificationSettingsDTO_. nevastatic org.cxbox.constgen.DtoField<NotificationSettingsDTO,Boolean>NotificationSettingsDTO_. pushstatic org.cxbox.constgen.DtoField<NotificationSettingsDTO,String>NotificationSettingsDTO_. settingsTypestatic org.cxbox.constgen.DtoField<NotificationSettingsDTO,Boolean>NotificationSettingsDTO_. smtpstatic org.cxbox.constgen.DtoField<NotificationSettingsDTO,Long>NotificationSettingsDTO_. userId -
Uses of NotificationSettingsDTO in org.cxbox.notifications.crudma.impl
Methods in org.cxbox.notifications.crudma.impl that return NotificationSettingsDTO Modifier and Type Method Description protected NotificationSettingsDTONotificationSettingsServiceImpl. entityToDto(BusinessComponent bc, NotificationSettings entity)protected NotificationSettingsDTONotificationSettingsServiceImpl. entityToDto(BusinessComponent bc, NotificationSettings entity, NotificationSettings userSettings)Methods in org.cxbox.notifications.crudma.impl that return types with arguments of type NotificationSettingsDTO Modifier and Type Method Description ActionResultDTO<NotificationSettingsDTO>NotificationSettingsServiceImpl. deleteEntity(BusinessComponent bc)protected CreateResult<NotificationSettingsDTO>NotificationSettingsServiceImpl. doCreateEntity(NotificationSettings entity, BusinessComponent bc)protected ActionResultDTO<NotificationSettingsDTO>NotificationSettingsServiceImpl. doUpdateEntity(NotificationSettings entity, NotificationSettingsDTO dto, BusinessComponent bc)protected org.cxbox.api.data.ResultPage<NotificationSettingsDTO>NotificationSettingsServiceImpl. entitiesToDtos(BusinessComponent bc, org.cxbox.api.data.ResultPage<NotificationSettings> entities)Actions<NotificationSettingsDTO>NotificationSettingsServiceImpl. getActions()Methods in org.cxbox.notifications.crudma.impl with parameters of type NotificationSettingsDTO Modifier and Type Method Description protected ActionResultDTO<NotificationSettingsDTO>NotificationSettingsServiceImpl. doUpdateEntity(NotificationSettings entity, NotificationSettingsDTO dto, BusinessComponent bc) -
Uses of NotificationSettingsDTO in org.cxbox.notifications.crudma.meta
Method parameters in org.cxbox.notifications.crudma.meta with type arguments of type NotificationSettingsDTO Modifier and Type Method Description voidNotificationSettingsFieldMetaBuilder. buildIndependentMeta(FieldsMeta<NotificationSettingsDTO> fields, InnerBcDescription bcDescription, Long parentId)voidNotificationSettingsFieldMetaBuilder. buildRowDependentMeta(RowDependentFieldsMeta<NotificationSettingsDTO> fields, InnerBcDescription bcDescription, Long id, Long parentId)
-