Class FavoriteGlobalDAO

java.lang.Object
com.maplander.backend.dao.BaseDAO
com.maplander.backend.dao.manage.FavoriteGlobalDAO

public class FavoriteGlobalDAO extends BaseDAO
  • Field Details

  • Constructor Details

    • FavoriteGlobalDAO

      public FavoriteGlobalDAO()
  • Method Details

    • load

      public static FavoriteGlobal load(Long id)
    • listByOfficeId

      public static com.google.api.server.spi.response.CollectionResponse<FavoriteGlobal> listByOfficeId(Long officeId, Integer limit, String cursor)
    • favoriteExist

      public static boolean favoriteExist(Long propertyId, Long officeId)