Uses of Class
com.maplander.backend.model.manage.FavoriteGlobal
Packages that use FavoriteGlobal
Package
Description
-
Uses of FavoriteGlobal in com.maplander.backend.controller.endpoint.fiabci
Methods in com.maplander.backend.controller.endpoint.fiabci that return types with arguments of type FavoriteGlobalModifier and TypeMethodDescriptionFavoritesEndpoint.listFavoritesByOfficeId
(Long officeId, Integer limit, String cursor) FavoritesEndpoint.saveFavorite
(Long officeId, Long propertyId) -
Uses of FavoriteGlobal in com.maplander.backend.dao.manage
Fields in com.maplander.backend.dao.manage with type parameters of type FavoriteGlobalMethods in com.maplander.backend.dao.manage that return FavoriteGlobalMethods in com.maplander.backend.dao.manage that return types with arguments of type FavoriteGlobalModifier and TypeMethodDescriptionstatic com.google.api.server.spi.response.CollectionResponse
<FavoriteGlobal> FavoriteGlobalDAO.listByOfficeId
(Long officeId, Integer limit, String cursor)