Class CmsPublishGroup

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

    public class CmsPublishGroup
    extends java.lang.Object
    implements com.google.gwt.user.client.rpc.IsSerializable
    A publish group.

    Since:
    7.6
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()
      Returns the name.
      java.util.List<CmsPublishResource> getResources()
      Returns the resources.
      boolean isAutoSelectable()
      Returns true if the GUI should be able to automatically select this group.
      void setAutoSelectable​(boolean autoSelectable)
      Sets the auto-selectable flag.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CmsPublishGroup

        public CmsPublishGroup​(java.lang.String name,
                               java.util.List<CmsPublishResource> resources)
        Creates a new publish group bean.

        Parameters:
        name - the group name
        resources - the resources
    • Method Detail

      • getName

        public java.lang.String getName()
        Returns the name.

        Returns:
        the name
      • isAutoSelectable

        public boolean isAutoSelectable()
        Returns true if the GUI should be able to automatically select this group.

        Returns:
        the value of the auto-selectable flag
      • setAutoSelectable

        public void setAutoSelectable​(boolean autoSelectable)
        Sets the auto-selectable flag.

        Parameters:
        autoSelectable - the new flag value