Uses of Class
com.maplander.backend.model.manage.CRM.ClientProperty
Packages that use ClientProperty
Package
Description
-
Uses of ClientProperty in com.maplander.backend.controller.enqueue.CRM
Methods in com.maplander.backend.controller.enqueue.CRM with parameters of type ClientPropertyModifier and TypeMethodDescriptionstatic voidClientEnqueue.enqueueAddClientInProperty(ClientProperty clientProperty, Interested interested) -
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 ClientPropertyClientPropertyDAO.getClientProperty(Long clientId, Long propertyId) static ClientPropertyMethods 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