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 boolean
static ClientProperty
getClientProperty
(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 ClientProperty
Methods 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
-