Uses of Class
com.maplander.backend.model.manage.CRM.ClientProperty
Packages that use ClientProperty
-
Uses of ClientProperty in com.maplander.backend.dao.manage.CRM
Fields in com.maplander.backend.dao.manage.CRM with type parameters of type ClientPropertyMethods in com.maplander.backend.dao.manage.CRM that return ClientPropertyModifier and TypeMethodDescriptionstatic ClientProperty
ClientPropertyDAO.getClientProperty
(Long clientId, Long propertyId) static ClientProperty
Methods in com.maplander.backend.dao.manage.CRM that return types with arguments of type ClientPropertyModifier and TypeMethodDescriptionstatic com.google.api.server.spi.response.CollectionResponse
<ClientProperty> ClientPropertyDAO.listClientsByProperty
(Long propertyId, Integer limit, String cursor, Long time) static com.google.api.server.spi.response.CollectionResponse
<ClientProperty> ClientPropertyDAO.listPropertiesByClient
(Long clientId, Integer limit, String cursor, Long time) -
Uses of ClientProperty in com.maplander.backend.model.manage.CRM
Constructors in com.maplander.backend.model.manage.CRM with parameters of type ClientProperty