Uses of Class
org.opencms.gwt.shared.CmsResourceStatusBean
Packages that use CmsResourceStatusBean
Package
Description
Provides core support for GWT.
Shared RPC interfaces.
-
Uses of CmsResourceStatusBean in org.opencms.gwt
Methods in org.opencms.gwt that return CmsResourceStatusBeanModifier and TypeMethodDescriptionCmsDefaultResourceStatusProvider.getResourceStatus(javax.servlet.http.HttpServletRequest request, CmsObject cms, CmsUUID structureId, String contentLocale, boolean includeTargets, CmsUUID detailContentId, List<CmsUUID> additionalStructureIds, Map<String, String> context) Collects all the data to display in the resource status dialog.CmsVfsService.getResourceStatus(CmsUUID structureId, String contentLocale, boolean includeTargets, CmsUUID detailContentId, Map<String, String> context) Methods in org.opencms.gwt with parameters of type CmsResourceStatusBeanModifier and TypeMethodDescriptionvoidCmsDefaultResourceStatusProvider.sortRelations(CmsObject cms, CmsResourceStatusBean resStatus) Sorts relation beans from other sites by site order.