Class Group

  • All Implemented Interfaces:
    IEntity, Serializable, org.apache.cayenne.DataObject, org.apache.cayenne.Persistent, org.apache.cayenne.Validating

    public class Group
    extends _Group
    Provides a group entity that users can belong to. Groups are mainly used for notification.
    See Also:
    Serialized Form
    • Field Detail

      • RECEIVE_PROMOTION_ALERTS

        public static final String RECEIVE_PROMOTION_ALERTS
        The pre-defined Promotion Alerts group
        See Also:
        Constant Field Values
      • RECEIVE_DELIVERY_ESCALATION_ALERTS

        public static final String RECEIVE_DELIVERY_ESCALATION_ALERTS
        The pre-defined Submission Alerts group
        See Also:
        Constant Field Values
      • RECEIVE_SUBMISSION_UPDATES

        public static final String RECEIVE_SUBMISSION_UPDATES
        The pre-defined Submission Update group
        See Also:
        Constant Field Values
      • RECEIVE_SYSTEM_ALERTS

        public static final String RECEIVE_SYSTEM_ALERTS
        The pre-defined System Alerts group
        See Also:
        Constant Field Values
      • RECEIVE_SYSTEM_ALERTS_DELIVERY

        public static final String RECEIVE_SYSTEM_ALERTS_DELIVERY
        The pre-defined System Alerts group
        See Also:
        Constant Field Values
      • RECEIVE_SYSTEM_ALERTS_RECEIPTS

        public static final String RECEIVE_SYSTEM_ALERTS_RECEIPTS
        The pre-defined System Alerts group
        See Also:
        Constant Field Values
      • RECEIVE_USER_ACCOUNT_CREATION_ALERTS

        public static final String RECEIVE_USER_ACCOUNT_CREATION_ALERTS
        The pre-defined User Account Creation Alerts group
        See Also:
        Constant Field Values
      • RECEIVE_PAYMENT_ALERTS

        public static final String RECEIVE_PAYMENT_ALERTS
        The pre-defined Payment Alerts group
        See Also:
        Constant Field Values
      • GROUP_TYPES

        public static final List<String> GROUP_TYPES
        The valid group types.
    • Constructor Detail

      • Group

        public Group()
    • Method Detail

      • isFormGroup

        public boolean isFormGroup()
        Return whether this group is of type GROUP_TYPE_FORM
        Returns:
        whether this group is a form group
      • isJobGroup

        public boolean isJobGroup()
        Return whether this group is of type GROUP_TYPE_JOB
        Returns:
        whether this group is a form group
        Since:
        17.10.0