Class SiteRVDAO

java.lang.Object
com.maplander.backend.dao.BaseDAO
com.maplander.backend.dao.siteRV.SiteRVDAO

public class SiteRVDAO extends BaseDAO
  • Field Details

  • Constructor Details

    • SiteRVDAO

      public SiteRVDAO()
  • Method Details

    • load

      public static SiteRV load(Long id)
    • siteRVList

      public static List<SiteRV> siteRVList()
    • listSiteRV

      public static com.google.api.server.spi.response.CollectionResponse<SiteRV> listSiteRV(Integer limit, String cursor)
    • listSiteRVByType

      public static com.google.api.server.spi.response.CollectionResponse<SiteRV> listSiteRVByType(SiteRV.SiteType type, Integer limit, String cursor)
    • listSiteRVByPath

      public static com.google.api.server.spi.response.CollectionResponse<SiteRV> listSiteRVByPath(String path, Integer limit, String cursor)