Class ClientPropertyDAO
java.lang.Object
com.maplander.backend.dao.BaseDAO
com.maplander.backend.dao.manage.CRM.ClientPropertyDAO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanstatic ClientPropertygetClientProperty(Long clientId, Long propertyId) static com.google.api.server.spi.response.CollectionResponse<ClientProperty> listClientsByProperty(Long propertyId, Integer limit, String cursor, Long time) static com.google.api.server.spi.response.CollectionResponse<ClientProperty> listPropertiesByClient(Long clientId, Integer limit, String cursor, Long time) static ClientPropertyMethods inherited from class com.maplander.backend.dao.BaseDAO
buildCollectionResponse, delete, delete, deleteMany, deleteMany, deleteManyNow, getOfy, list, load, load, load, queryDefault, save, saveMany, saveManyNow
-
Field Details
-
clazz
-
-
Constructor Details
-
ClientPropertyDAO
public ClientPropertyDAO()
-
-
Method Details
-
load
-
listClientsByProperty
public static com.google.api.server.spi.response.CollectionResponse<ClientProperty> listClientsByProperty(Long propertyId, Integer limit, String cursor, Long time) -
listPropertiesByClient
public static com.google.api.server.spi.response.CollectionResponse<ClientProperty> listPropertiesByClient(Long clientId, Integer limit, String cursor, Long time) -
exist
-
getClientProperty
-