Class OperatorGroup

  • All Implemented Interfaces:
    Cloneable, Comparable<NamedEntity>, HasNetwork, ProcessableForProxying, IEntity, INamedEntity

    @Entity
    public class OperatorGroup
    extends NamedEntity
    A group for operators Restricted operators (authorizations) Only can authorize (with permission) payments in authorization type 'OPERATOR' Only can view authorizations in authorization type 'OPERATOR' (i.e status rejected/cancelled/pending) Exception to the rule: Payments with authorization type 'LEVEL' can only be seen if the operator is the performer/receiver. Otherwise they are not shown. Authorized payments can only be seen if the operator is the performer/receiver. Otherwise they are shown only in the account history page.
    • Constructor Detail

      • OperatorGroup

        public OperatorGroup()
    • Method Detail

      • getDescription

        public String getDescription()
      • getNetwork

        public Network getNetwork()
        Description copied from interface: HasNetwork
        Returns the network this entity belongs to
      • getRestrictPaymentsToUsers

        public Set<User> getRestrictPaymentsToUsers()
      • getUser

        public User getUser()
      • isBlockTokenPrincipalType

        public boolean isBlockTokenPrincipalType()
      • isBrokering

        public boolean isBrokering()
      • isCancelTokenPrincipalType

        public boolean isCancelTokenPrincipalType()
      • isChargebackPayments

        public boolean isChargebackPayments()
      • isEditOwnProfile

        public boolean isEditOwnProfile()
      • isEnableTokenPrincipalType

        public boolean isEnableTokenPrincipalType()
      • isManageAdvertisements

        public boolean isManageAdvertisements()
      • isMessages

        public boolean isMessages()
      • isNotifications

        public boolean isNotifications()
      • isReceivePayments

        public boolean isReceivePayments()
      • isRequestPayments

        public boolean isRequestPayments()
      • isUnblockTokenPrincipalType

        public boolean isUnblockTokenPrincipalType()
      • isViewAdvertisements

        public boolean isViewAdvertisements()
      • isVoucherTransactions

        public boolean isVoucherTransactions()
      • setBlockTokenPrincipalType

        public void setBlockTokenPrincipalType​(Boolean blockTokenPrincipalType)
      • setBrokering

        public void setBrokering​(boolean brokering)
      • setCancelTokenPrincipalType

        public void setCancelTokenPrincipalType​(Boolean cancelTokenPrincipalType)
      • setChargebackPayments

        public void setChargebackPayments​(boolean chargebackPayments)
      • setCustomOperations

        public void setCustomOperations​(Set<CustomOperation> customOperations)
      • setCustomWizards

        public void setCustomWizards​(Set<CustomWizard> customWizards)
      • setDescription

        public void setDescription​(String description)
      • setEditOwnProfile

        public void setEditOwnProfile​(boolean editOwnProfile)
      • setEnableTokenPrincipalType

        public void setEnableTokenPrincipalType​(Boolean enableTokenPrincipalType)
      • setManageAdvertisements

        public void setManageAdvertisements​(boolean manageAdvertisements)
      • setMessages

        public void setMessages​(boolean messages)
      • setNotifications

        public void setNotifications​(boolean notifications)
      • setReceivePayments

        public void setReceivePayments​(boolean receivePayments)
      • setRequestPayments

        public void setRequestPayments​(boolean requestPayments)
      • setRestrictPaymentsToUsers

        public void setRestrictPaymentsToUsers​(Set<User> allowedUsers)
      • setUnblockTokenPrincipalType

        public void setUnblockTokenPrincipalType​(Boolean unblockTokenPrincipalType)
      • setUser

        public void setUser​(User user)
      • setViewAdvertisements

        public void setViewAdvertisements​(boolean viewAdvertisements)
      • setVoucherTransactions

        public void setVoucherTransactions​(boolean voucherTransactions)