Uses of Class
com.tarsolution.notifyman.data.entity.AppAttributes
-
Packages that use AppAttributes Package Description com.tarsolution.notifyman.service.logic com.tarsolution.notifyman.service.mapper -
-
Uses of AppAttributes in com.tarsolution.notifyman.service.logic
Methods in com.tarsolution.notifyman.service.logic that return types with arguments of type AppAttributes Modifier and Type Method Description List<AppAttributes>
AppAttributesLogic. findAll()
-
Uses of AppAttributes in com.tarsolution.notifyman.service.mapper
Methods in com.tarsolution.notifyman.service.mapper that return AppAttributes Modifier and Type Method Description protected AppAttributes
AppAttributesModelMapper. convertToEntity(AppAttributesDTO dto)
AppAttributes AppAttributesDTO object convert to AppAttributes entityMethods in com.tarsolution.notifyman.service.mapper with parameters of type AppAttributes Modifier and Type Method Description protected AppAttributesDTO
AppAttributesModelMapper. convertToDto(AppAttributes entity)
AppAttributes AppAttributes entity convert to AppAttributesDTO object
-