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, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, set, setAttribute, setWithPropagationId
-
-
-
-
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_RECEIVE_PAYMENTS
public static final BasicProperty<Boolean,OperatorGroupData> CAN_RECEIVE_PAYMENTS
-
CAN_REDEEM_VOUCHERS
public static final BasicProperty<Boolean,OperatorGroupData> CAN_REDEEM_VOUCHERS
-
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
-
RECORD_TYPES
public static final ListProperty<RecordTypeVO,OperatorGroupData> RECORD_TYPES
-
-
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)
-
isCanReceivePayments
public boolean isCanReceivePayments()
-
setCanReceivePayments
public void setCanReceivePayments(boolean canReceivePayments)
-
isCanRedeemVouchers
public boolean isCanRedeemVouchers()
-
setCanRedeemVouchers
public void setCanRedeemVouchers(boolean canRedeemVouchers)
-
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)
-
getRecordTypes
public List<RecordTypeVO> getRecordTypes()
-
setRecordTypes
public void setRecordTypes(List<RecordTypeVO> recordTypes)
-
-