Uses of Class
com.maplander.backend.model.site.SiteRV
Packages that use SiteRV
Package
Description
-
Uses of SiteRV in com.maplander.backend.controller.businessrule.siteRV
Methods in com.maplander.backend.controller.businessrule.siteRV with parameters of type SiteRV -
Uses of SiteRV in com.maplander.backend.controller.endpoint.rv
Methods in com.maplander.backend.controller.endpoint.rv that return types with arguments of type SiteRVModifier and TypeMethodDescriptionSiteRVEndpoint.listSiteRV
(Integer limit, String cursor) SiteRVEndpoint.listSiteRVByPath
(String path, Integer limit, String cursor) SiteRVEndpoint.listSiteRVByType
(SiteRV.SiteType type, Integer limit, String cursor) SiteRVEndpoint.saveSiteRV
(SiteRV siteRV) Methods in com.maplander.backend.controller.endpoint.rv with parameters of type SiteRV -
Uses of SiteRV in com.maplander.backend.dao.siteRV
Fields in com.maplander.backend.dao.siteRV with type parameters of type SiteRVMethods in com.maplander.backend.dao.siteRV that return SiteRVMethods in com.maplander.backend.dao.siteRV that return types with arguments of type SiteRVModifier and TypeMethodDescriptionstatic com.google.api.server.spi.response.CollectionResponse
<SiteRV> SiteRVDAO.listSiteRV
(Integer limit, String cursor) static com.google.api.server.spi.response.CollectionResponse
<SiteRV> SiteRVDAO.listSiteRVByPath
(String path, Integer limit, String cursor) static com.google.api.server.spi.response.CollectionResponse
<SiteRV> SiteRVDAO.listSiteRVByType
(SiteRV.SiteType type, Integer limit, String cursor) SiteRVDAO.siteRVList()