Uses of Class
com.skava.model.domain.AttributeDO
Packages that use AttributeDO
Package
Description
This package contains the user domain model classes.
This package contains the user service implementation classes.
This package holds the user util method classes.
-
Uses of AttributeDO in com.skava.model.domain
Methods in com.skava.model.domain that return AttributeDOModifier and TypeMethodDescriptionAttributeDO.fromEntity
(AttributeEntity attribute) This method is used to convert AttributeEntity object to AttributeDo object.AttributeDO.toEntityPatch
(AttributeDO attributeDO, AttributeDO attributeDomainold) This method is used to convert AttributeDO object to AttributeEntity object.Methods in com.skava.model.domain with parameters of type AttributeDOModifier and TypeMethodDescriptionAttributeDO.toEntityPatch
(AttributeDO attributeDO, AttributeDO attributeDomainold) This method is used to convert AttributeDO object to AttributeEntity object. -
Uses of AttributeDO in com.skava.model.exchange
Methods in com.skava.model.exchange that return AttributeDOMethods in com.skava.model.exchange with parameters of type AttributeDO -
Uses of AttributeDO in com.skava.model.exchange.request
Methods in com.skava.model.exchange.request that return AttributeDOModifier and TypeMethodDescriptionAttributeRequestInternal.toDomainObject()
This method is used to convert to attributeDO object from Attribute Request object. -
Uses of AttributeDO in com.skava.service.impl
Methods in com.skava.service.impl that return types with arguments of type AttributeDOModifier and TypeMethodDescriptionFindAllAttributesServiceImpl.findAll
(AttributeDO attributeDO, String sortStr) method findAll This method is used to set the value for page,size,sort and ir gives the result with the help of search function.Methods in com.skava.service.impl with parameters of type AttributeDOModifier and TypeMethodDescriptionFindAllAttributesServiceImpl.findAll
(AttributeDO attributeDO, String sortStr) method findAll This method is used to set the value for page,size,sort and ir gives the result with the help of search function. -
Uses of AttributeDO in com.skava.util
Methods in com.skava.util with parameters of type AttributeDOModifier and TypeMethodDescriptionstatic void
AttributeUtil.validateFilter
(AttributeDO attributeDO)