Class BannerDAO
java.lang.Object
com.maplander.backend.dao.BaseDAO
com.maplander.backend.dao.b.BannerDAO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com.google.api.server.spi.response.CollectionResponse
<Banner> listByOffice
(String cursor, int limit, Long officeId) static com.google.api.server.spi.response.CollectionResponse
<Banner> listByOfficeAndStatus
(String cursor, int limit, Long officeId, Integer status) static com.google.api.server.spi.response.CollectionResponse
<Banner> listByStatus
(String cursor, int limit, int status) static com.google.api.server.spi.response.CollectionResponse
<Banner> listByStatusOrderDate
(String cursor, int limit, int status) static Banner
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
-
BannerDAO
public BannerDAO()
-
-
Method Details
-
load
-
listByOffice
-
listByOfficeAndStatus
-
listByStatus
-
listByStatusOrderDate
-