Uses of Class
com.tarsolution.notifyman.common.dto.AppAttributesDTO
-
Packages that use AppAttributesDTO Package Description com.tarsolution.notifyman.api com.tarsolution.notifyman.service.endpoints com.tarsolution.notifyman.service.mapper -
-
Uses of AppAttributesDTO in com.tarsolution.notifyman.api
Methods in com.tarsolution.notifyman.api that return types with arguments of type AppAttributesDTO Modifier and Type Method Description ResponseDataList<AppAttributesDTO>
AppConfigurationsApi. getAttributes()
AppAttributes get all app attributes -
Uses of AppAttributesDTO in com.tarsolution.notifyman.service.endpoints
Methods in com.tarsolution.notifyman.service.endpoints that return types with arguments of type AppAttributesDTO Modifier and Type Method Description List<AppAttributesDTO>
AppAttributesService. findAll()
-
Uses of AppAttributesDTO in com.tarsolution.notifyman.service.mapper
Methods in com.tarsolution.notifyman.service.mapper that return AppAttributesDTO Modifier and Type Method Description protected AppAttributesDTO
AppAttributesModelMapper. convertToDto(AppAttributes entity)
AppAttributes AppAttributes entity convert to AppAttributesDTO objectMethods in com.tarsolution.notifyman.service.mapper with parameters of type AppAttributesDTO Modifier and Type Method Description protected AppAttributes
AppAttributesModelMapper. convertToEntity(AppAttributesDTO dto)
AppAttributes AppAttributesDTO object convert to AppAttributes entity
-