Class CmsDeleteResourceBean

  • All Implemented Interfaces:
    com.google.gwt.user.client.rpc.IsSerializable

    public class CmsDeleteResourceBean
    extends java.lang.Object
    implements com.google.gwt.user.client.rpc.IsSerializable
    A bean which represents the information for the delete dialog.

    Since:
    8.0.0
    • Constructor Detail

      • CmsDeleteResourceBean

        public CmsDeleteResourceBean​(java.lang.String sitePath,
                                     CmsListInfoBean pageInfo,
                                     java.util.List<CmsBrokenLinkBean> brokenLinks)
        Constructor.

        Parameters:
        sitePath - site path of the resource that to get the broken links for
        pageInfo - page info
        brokenLinks - list of broken links
    • Method Detail

      • getSitePath

        public java.lang.String getSitePath()
        Returns the sitePath.

        Returns:
        the sitePath
      • setBrokenLinks

        public void setBrokenLinks​(java.util.List<CmsBrokenLinkBean> brokenLinks)
        Sets the broken links.

        Parameters:
        brokenLinks - the broken links to set
      • setPageInfo

        public void setPageInfo​(CmsListInfoBean pageInfo)
        Sets the pageInfo.

        Parameters:
        pageInfo - the pageInfo to set
      • setSitePath

        public void setSitePath​(java.lang.String sitePath)
        Sets the sitePath.

        Parameters:
        sitePath - the sitePath to set