Class OperatorGroupData
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.EntityData<OperatorGroupDTO>
-
- org.cyclos.model.users.operatorgroups.OperatorGroupData
-
- All Implemented Interfaces:
Serializable
public class OperatorGroupData extends EntityData<OperatorGroupDTO>
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.cyclos.model.EntityData
CAN_VIEW_HISTORY_LOG, CONFIRMATION_PASSWORD_INPUT, DTO, EDITABLE, LOG_TYPE, REMOVABLE, TRANSLATED_PROPERTY_TYPES, TRANSLATED_VALUES
-
-
Constructor Summary
Constructors Constructor Description OperatorGroupData()OperatorGroupData(Property<T,? super OperatorGroupData> property, T value)
-
Method Summary
-
Methods inherited from class org.cyclos.model.EntityData
getConfirmationPasswordInput, getDto, getLogType, getTranslatedPropertyTypes, getTranslatedValues, isCanViewHistoryLog, isEditable, isRemovable, setCanViewHistoryLog, setConfirmationPasswordInput, setDto, setEditable, setLogType, setRemovable, setTranslatedPropertyTypes, setTranslatedValues
-
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
-
BROKER
public static final BasicProperty<Boolean,OperatorGroupData> BROKER
-
CAN_BLOCK_TOKEN_PRINCIPAL_TYPES
public static final BasicProperty<Boolean,OperatorGroupData> CAN_BLOCK_TOKEN_PRINCIPAL_TYPES
-
CAN_CANCEL_TOKEN_PRINCIPAL_TYPES
public static final BasicProperty<Boolean,OperatorGroupData> CAN_CANCEL_TOKEN_PRINCIPAL_TYPES
-
CAN_CHARGEBACK_PAYMENTS
public static final BasicProperty<Boolean,OperatorGroupData> CAN_CHARGEBACK_PAYMENTS
-
CAN_ENABLE_TOKEN_PRINCIPAL_TYPES
public static final BasicProperty<Boolean,OperatorGroupData> CAN_ENABLE_TOKEN_PRINCIPAL_TYPES
-
CAN_HAVE_MESSAGES
public static final BasicProperty<Boolean,OperatorGroupData> CAN_HAVE_MESSAGES
-
CAN_HAVE_NOTIFICATIONS
public static final BasicProperty<Boolean,OperatorGroupData> CAN_HAVE_NOTIFICATIONS
-
CAN_MANAGE_ADVERTISEMENTS
public static final BasicProperty<Boolean,OperatorGroupData> CAN_MANAGE_ADVERTISEMENTS
-
CAN_PERFORM_VOUCHER_TRANSACTIONS
public static final BasicProperty<Boolean,OperatorGroupData> CAN_PERFORM_VOUCHER_TRANSACTIONS
-
CAN_RECEIVE_PAYMENTS
public static final BasicProperty<Boolean,OperatorGroupData> CAN_RECEIVE_PAYMENTS
-
CAN_REQUEST_PAYMENTS
public static final BasicProperty<Boolean,OperatorGroupData> CAN_REQUEST_PAYMENTS
-
CAN_UNBLOCK_TOKEN_PRINCIPAL_TYPES
public static final BasicProperty<Boolean,OperatorGroupData> CAN_UNBLOCK_TOKEN_PRINCIPAL_TYPES
-
CAN_VIEW_ADVERTISEMENTS
public static final BasicProperty<Boolean,OperatorGroupData> CAN_VIEW_ADVERTISEMENTS
-
CUSTOM_OPERATIONS
public static final ListProperty<CustomOperationVO,OperatorGroupData> CUSTOM_OPERATIONS
-
CUSTOM_WIZARDS
public static final ListProperty<CustomWizardVO,OperatorGroupData> CUSTOM_WIZARDS
-
RECORD_TYPES
public static final ListProperty<RecordTypeVO,OperatorGroupData> RECORD_TYPES
-
VOUCHER_TOP_UP_ENABLED
public static final BasicProperty<Boolean,OperatorGroupData> VOUCHER_TOP_UP_ENABLED
-
-
Constructor Detail
-
OperatorGroupData
public OperatorGroupData()
-
OperatorGroupData
public OperatorGroupData(Property<T,? super OperatorGroupData> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classEntityData<OperatorGroupDTO>
-
isBroker
public boolean isBroker()
-
setBroker
public void setBroker(boolean broker)
-
isCanBlockTokenPrincipalTypes
public boolean isCanBlockTokenPrincipalTypes()
-
setCanBlockTokenPrincipalTypes
public void setCanBlockTokenPrincipalTypes(boolean canBlockTokenPrincipalTypes)
-
isCanCancelTokenPrincipalTypes
public boolean isCanCancelTokenPrincipalTypes()
-
setCanCancelTokenPrincipalTypes
public void setCanCancelTokenPrincipalTypes(boolean canCancelTokenPrincipalTypes)
-
isCanChargebackPayments
public boolean isCanChargebackPayments()
-
setCanChargebackPayments
public void setCanChargebackPayments(boolean canChargebackPayments)
-
isCanEnableTokenPrincipalTypes
public boolean isCanEnableTokenPrincipalTypes()
-
setCanEnableTokenPrincipalTypes
public void setCanEnableTokenPrincipalTypes(boolean canEnableTokenPrincipalTypes)
-
isCanHaveMessages
public boolean isCanHaveMessages()
-
setCanHaveMessages
public void setCanHaveMessages(boolean canHaveMessages)
-
isCanHaveNotifications
public boolean isCanHaveNotifications()
-
setCanHaveNotifications
public void setCanHaveNotifications(boolean canHaveNotifications)
-
isCanManageAdvertisements
public boolean isCanManageAdvertisements()
-
setCanManageAdvertisements
public void setCanManageAdvertisements(boolean canManageAdvertisements)
-
isCanPerformVoucherTransactions
public boolean isCanPerformVoucherTransactions()
-
setCanPerformVoucherTransactions
public void setCanPerformVoucherTransactions(boolean canPerformVoucherTransactions)
-
isCanReceivePayments
public boolean isCanReceivePayments()
-
setCanReceivePayments
public void setCanReceivePayments(boolean canReceivePayments)
-
isCanRequestPayments
public boolean isCanRequestPayments()
-
setCanRequestPayments
public void setCanRequestPayments(boolean canRequestPayments)
-
isCanUnblockTokenPrincipalTypes
public boolean isCanUnblockTokenPrincipalTypes()
-
setCanUnblockTokenPrincipalTypes
public void setCanUnblockTokenPrincipalTypes(boolean canUnblockTokenPrincipalTypes)
-
isCanViewAdvertisements
public boolean isCanViewAdvertisements()
-
setCanViewAdvertisements
public void setCanViewAdvertisements(boolean canViewAdvertisements)
-
getCustomOperations
public List<CustomOperationVO> getCustomOperations()
-
setCustomOperations
public void setCustomOperations(List<CustomOperationVO> customOperations)
-
getCustomWizards
public List<CustomWizardVO> getCustomWizards()
-
setCustomWizards
public void setCustomWizards(List<CustomWizardVO> customWizards)
-
getRecordTypes
public List<RecordTypeVO> getRecordTypes()
-
setRecordTypes
public void setRecordTypes(List<RecordTypeVO> recordTypes)
-
isVoucherTopUpEnabled
public boolean isVoucherTopUpEnabled()
-
setVoucherTopUpEnabled
public void setVoucherTopUpEnabled(boolean voucherTopUpEnabled)
-
-