Class SharedPropertyDAO
java.lang.Object
com.maplander.backend.dao.BaseDAO
com.maplander.backend.dao.manage.SharedPropertyDAO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com.google.api.server.spi.response.CollectionResponse<SharedProperty> listByOwnerId(Long ownerId, Integer limit, String cursor, Long time) static com.google.api.server.spi.response.CollectionResponse<SharedProperty> listByOwnerOfficeId(Long officeId, Integer limit, String cursor, Long time) static com.google.api.server.spi.response.CollectionResponse<SharedProperty> listByUserId(Long userId, Integer limit, String cursor, Long time) static SharedPropertystatic SharedPropertyloadByUserAndProperty(Long userId, Long propertyId) 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
-
SharedPropertyDAO
public SharedPropertyDAO()
-
-
Method Details
-
load
-
loadByUserAndProperty
-
listByOwnerId
public static com.google.api.server.spi.response.CollectionResponse<SharedProperty> listByOwnerId(Long ownerId, Integer limit, String cursor, Long time) -
listByOwnerOfficeId
public static com.google.api.server.spi.response.CollectionResponse<SharedProperty> listByOwnerOfficeId(Long officeId, Integer limit, String cursor, Long time) -
listByUserId
public static com.google.api.server.spi.response.CollectionResponse<SharedProperty> listByUserId(Long userId, Integer limit, String cursor, Long time)
-