Class OperatorGroupDTO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.EntityModel
-
- org.cyclos.model.EntityDTO
-
- org.cyclos.model.NamedEntityDTO
-
- org.cyclos.model.users.operatorgroups.OperatorGroupDTO
-
- All Implemented Interfaces:
Serializable,Comparable<NamedEntityDTO>,IEntity,INamedEntity
public class OperatorGroupDTO extends NamedEntityDTO
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.cyclos.model.NamedEntityDTO
NAME
-
Fields inherited from class org.cyclos.model.EntityModel
ID
-
-
Constructor Summary
Constructors Constructor Description OperatorGroupDTO()OperatorGroupDTO(Long id)OperatorGroupDTO(Property<T,? super OperatorGroupDTO> property, T value)
-
Method Summary
-
Methods inherited from class org.cyclos.model.NamedEntityDTO
compareTo, getName, setName, toString
-
Methods inherited from class org.cyclos.model.EntityDTO
getVersion, isPersistent, isTransient, setVersion
-
Methods inherited from class org.cyclos.model.EntityModel
equals, getId, hashCode, setId
-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, backup, changes, clearAttributes, copyPropertiesTo, copyPropertiesTo, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, restore, set, set, setAttribute, setWithPropagationId, values
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
ACCOUNT_NOTIFICATION_SETTINGS
public static final ListProperty<AccountNotificationSettingsDTO,OperatorGroupDTO> ACCOUNT_NOTIFICATION_SETTINGS
-
ACCOUNT_TYPES
public static final ListProperty<OperatorGroupAccountTypeDTO,OperatorGroupDTO> ACCOUNT_TYPES
-
BLOCK_TOKEN_PRINCIPAL_TYPE
public static final BasicProperty<Boolean,OperatorGroupDTO> BLOCK_TOKEN_PRINCIPAL_TYPE
-
BROKERING
public static final BasicProperty<Boolean,OperatorGroupDTO> BROKERING
-
CANCEL_TOKEN_PRINCIPAL_TYPE
public static final BasicProperty<Boolean,OperatorGroupDTO> CANCEL_TOKEN_PRINCIPAL_TYPE
-
CHARGEBACK_PAYMENTS
public static final BasicProperty<Boolean,OperatorGroupDTO> CHARGEBACK_PAYMENTS
-
CUSTOM_OPERATIONS
public static final SetProperty<CustomOperationVO,OperatorGroupDTO> CUSTOM_OPERATIONS
-
CUSTOM_WIZARDS
public static final SetProperty<CustomWizardVO,OperatorGroupDTO> CUSTOM_WIZARDS
-
DESCRIPTION
public static final BasicProperty<String,OperatorGroupDTO> DESCRIPTION
-
EDIT_OWN_PROFILE
public static final BasicProperty<Boolean,OperatorGroupDTO> EDIT_OWN_PROFILE
-
ENABLE_TOKEN_PRINCIPAL_TYPE
public static final BasicProperty<Boolean,OperatorGroupDTO> ENABLE_TOKEN_PRINCIPAL_TYPE
-
MANAGE_ADVERTISEMENTS
public static final BasicProperty<Boolean,OperatorGroupDTO> MANAGE_ADVERTISEMENTS
-
MESSAGES
public static final BasicProperty<Boolean,OperatorGroupDTO> MESSAGES
-
NOTIFICATIONS
public static final BasicProperty<Boolean,OperatorGroupDTO> NOTIFICATIONS
-
PAYMENT_TYPES
public static final ListProperty<OperatorGroupPaymentTypeDTO,OperatorGroupDTO> PAYMENT_TYPES
-
RECEIVE_PAYMENTS
public static final BasicProperty<Boolean,OperatorGroupDTO> RECEIVE_PAYMENTS
-
RECORD_TYPES
public static final SetProperty<RecordTypeVO,OperatorGroupDTO> RECORD_TYPES
-
REQUEST_PAYMENTS
public static final BasicProperty<Boolean,OperatorGroupDTO> REQUEST_PAYMENTS
-
RESTRICT_PAYMENTS_TO_USERS
public static final SetProperty<UserVO,OperatorGroupDTO> RESTRICT_PAYMENTS_TO_USERS
-
UNBLOCK_TOKEN_PRINCIPAL_TYPE
public static final BasicProperty<Boolean,OperatorGroupDTO> UNBLOCK_TOKEN_PRINCIPAL_TYPE
-
USER
public static final BasicProperty<UserVO,OperatorGroupDTO> USER
-
VIEW_ADVERTISEMENTS
public static final BasicProperty<Boolean,OperatorGroupDTO> VIEW_ADVERTISEMENTS
-
VOUCHER_TRANSACTIONS
public static final BasicProperty<Boolean,OperatorGroupDTO> VOUCHER_TRANSACTIONS
-
-
Constructor Detail
-
OperatorGroupDTO
public OperatorGroupDTO()
-
OperatorGroupDTO
public OperatorGroupDTO(Long id)
-
OperatorGroupDTO
public OperatorGroupDTO(Property<T,? super OperatorGroupDTO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classNamedEntityDTO
-
getAccountNotificationSettings
public List<AccountNotificationSettingsDTO> getAccountNotificationSettings()
-
setAccountNotificationSettings
public void setAccountNotificationSettings(List<AccountNotificationSettingsDTO> accountNotificationSettings)
-
getAccountTypes
public List<OperatorGroupAccountTypeDTO> getAccountTypes()
-
setAccountTypes
public void setAccountTypes(List<OperatorGroupAccountTypeDTO> accountTypes)
-
isBlockTokenPrincipalType
public boolean isBlockTokenPrincipalType()
-
setBlockTokenPrincipalType
public void setBlockTokenPrincipalType(boolean blockTokenPrincipalType)
-
isBrokering
public boolean isBrokering()
-
setBrokering
public void setBrokering(boolean brokering)
-
isCancelTokenPrincipalType
public boolean isCancelTokenPrincipalType()
-
setCancelTokenPrincipalType
public void setCancelTokenPrincipalType(boolean cancelTokenPrincipalType)
-
isChargebackPayments
public boolean isChargebackPayments()
-
setChargebackPayments
public void setChargebackPayments(boolean chargebackPayments)
-
getCustomOperations
public Set<CustomOperationVO> getCustomOperations()
-
setCustomOperations
public void setCustomOperations(Set<CustomOperationVO> customOperations)
-
getCustomWizards
public Set<CustomWizardVO> getCustomWizards()
-
setCustomWizards
public void setCustomWizards(Set<CustomWizardVO> customWizards)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
isEditOwnProfile
public boolean isEditOwnProfile()
-
setEditOwnProfile
public void setEditOwnProfile(boolean editOwnProfile)
-
isEnableTokenPrincipalType
public boolean isEnableTokenPrincipalType()
-
setEnableTokenPrincipalType
public void setEnableTokenPrincipalType(boolean enableTokenPrincipalType)
-
isManageAdvertisements
public boolean isManageAdvertisements()
-
setManageAdvertisements
public void setManageAdvertisements(boolean manageAdvertisements)
-
isMessages
public boolean isMessages()
-
setMessages
public void setMessages(boolean messages)
-
isNotifications
public boolean isNotifications()
-
setNotifications
public void setNotifications(boolean notifications)
-
getPaymentTypes
public List<OperatorGroupPaymentTypeDTO> getPaymentTypes()
-
setPaymentTypes
public void setPaymentTypes(List<OperatorGroupPaymentTypeDTO> paymentTypes)
-
isReceivePayments
public boolean isReceivePayments()
-
setReceivePayments
public void setReceivePayments(boolean receivePayments)
-
getRecordTypes
public Set<RecordTypeVO> getRecordTypes()
-
setRecordTypes
public void setRecordTypes(Set<RecordTypeVO> recordTypes)
-
isRequestPayments
public boolean isRequestPayments()
-
setRequestPayments
public void setRequestPayments(boolean requestPayments)
-
setRestrictPaymentsToUsers
public void setRestrictPaymentsToUsers(Set<UserVO> restrictPaymentsToUsers)
-
isUnblockTokenPrincipalType
public boolean isUnblockTokenPrincipalType()
-
setUnblockTokenPrincipalType
public void setUnblockTokenPrincipalType(boolean unblockTokenPrincipalType)
-
getUser
public UserVO getUser()
-
setUser
public void setUser(UserVO user)
-
isViewAdvertisements
public boolean isViewAdvertisements()
-
setViewAdvertisements
public void setViewAdvertisements(boolean viewAdvertisements)
-
isVoucherTransactions
public boolean isVoucherTransactions()
-
setVoucherTransactions
public void setVoucherTransactions(boolean voucherTransactions)
-
-