Class FavoriteGlobalDAO
java.lang.Object
com.maplander.backend.dao.BaseDAO
com.maplander.backend.dao.manage.FavoriteGlobalDAO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
favoriteExist
(Long propertyId, Long officeId) static com.google.api.server.spi.response.CollectionResponse
<FavoriteGlobal> listByOfficeId
(Long officeId, Integer limit, String cursor) static FavoriteGlobal
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
-
FavoriteGlobalDAO
public FavoriteGlobalDAO()
-
-
Method Details
-
load
-
listByOfficeId
public static com.google.api.server.spi.response.CollectionResponse<FavoriteGlobal> listByOfficeId(Long officeId, Integer limit, String cursor) -
favoriteExist
-