Class PropertyClientMlsDAO
java.lang.Object
com.maplander.backend.dao.BaseDAO
com.maplander.backend.dao.manage.mlsuniversal.PropertyClientMlsDAO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic List
<PropertyClientMLS> listByClient
(Long clientId) static com.google.api.server.spi.response.CollectionResponse
<PropertyClientMLS> listByClient
(Long clientId, Integer limit, String cursor, Long time) static List
<PropertyClientMLS> listByProperty
(Long propertyId) static com.google.api.server.spi.response.CollectionResponse
<PropertyClientMLS> listClientsByProperty
(Long propertyId, Integer limit, String cursor, Long time) static PropertyClientMLS
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
-
PropertyClientMlsDAO
public PropertyClientMlsDAO()
-
-
Method Details
-
load
-
listClientsByProperty
public static com.google.api.server.spi.response.CollectionResponse<PropertyClientMLS> listClientsByProperty(Long propertyId, Integer limit, String cursor, Long time) -
listByClient
public static com.google.api.server.spi.response.CollectionResponse<PropertyClientMLS> listByClient(Long clientId, Integer limit, String cursor, Long time) -
listByClient
-
listByProperty
-