public class OperatorGroupData extends EntityData<OperatorGroupDTO>
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<java.lang.Boolean,OperatorGroupData> |
CAN_CHARGEBACK_PAYMENTS |
static BasicProperty<java.lang.Boolean,OperatorGroupData> |
CAN_HAVE_ADVERTISEMENTS |
static BasicProperty<java.lang.Boolean,OperatorGroupData> |
CAN_RECEIVE_PAYMENTS |
static BasicProperty<java.lang.Boolean,OperatorGroupData> |
CAN_REQUEST_PAYMENTS |
static java.lang.String |
CLASS_NAME |
static ListProperty<CustomOperationVO,OperatorGroupData> |
CUSTOM_OPERATIONS |
static ListProperty<RecordTypeVO,OperatorGroupData> |
RECORD_TYPES |
CAN_VIEW_HISTORY_LOG, CONFIRMATION_PASSWORD_INPUT, DTO, EDITABLE, LOG_TYPE, TRANSLATED_PROPERTY_TYPES, TRANSLATED_VALUES| Constructor and Description |
|---|
OperatorGroupData() |
OperatorGroupData(Property<T,? super OperatorGroupData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.util.List<CustomOperationVO> |
getCustomOperations() |
java.util.List<RecordTypeVO> |
getRecordTypes() |
boolean |
isCanChargebackPayments() |
boolean |
isCanHaveAdvertisements() |
boolean |
isCanReceivePayments() |
boolean |
isCanRequestPayments() |
void |
setCanChargebackPayments(boolean canChargebackPayments) |
void |
setCanHaveAdvertisements(boolean canHaveAdvertisements) |
void |
setCanReceivePayments(boolean canReceivePayments) |
void |
setCanRequestPayments(boolean canRequestPayments) |
void |
setCustomOperations(java.util.List<CustomOperationVO> customOperations) |
void |
setRecordTypes(java.util.List<RecordTypeVO> recordTypes) |
getConfirmationPasswordInput, getDto, getLogType, getTranslatedPropertyTypes, getTranslatedValues, isCanViewHistoryLog, isEditable, setCanViewHistoryLog, setConfirmationPasswordInput, setDto, setEditable, setLogType, setTranslatedPropertyTypes, setTranslatedValuesaddPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final BasicProperty<java.lang.Boolean,OperatorGroupData> CAN_CHARGEBACK_PAYMENTS
public static final BasicProperty<java.lang.Boolean,OperatorGroupData> CAN_HAVE_ADVERTISEMENTS
public static final BasicProperty<java.lang.Boolean,OperatorGroupData> CAN_RECEIVE_PAYMENTS
public static final BasicProperty<java.lang.Boolean,OperatorGroupData> CAN_REQUEST_PAYMENTS
public static final ListProperty<CustomOperationVO,OperatorGroupData> CUSTOM_OPERATIONS
public static final ListProperty<RecordTypeVO,OperatorGroupData> RECORD_TYPES
public OperatorGroupData()
public OperatorGroupData(Property<T,? super OperatorGroupData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class EntityData<OperatorGroupDTO>public boolean isCanChargebackPayments()
public void setCanChargebackPayments(boolean canChargebackPayments)
public boolean isCanHaveAdvertisements()
public void setCanHaveAdvertisements(boolean canHaveAdvertisements)
public boolean isCanReceivePayments()
public void setCanReceivePayments(boolean canReceivePayments)
public boolean isCanRequestPayments()
public void setCanRequestPayments(boolean canRequestPayments)
public java.util.List<CustomOperationVO> getCustomOperations()
public void setCustomOperations(java.util.List<CustomOperationVO> customOperations)
public java.util.List<RecordTypeVO> getRecordTypes()
public void setRecordTypes(java.util.List<RecordTypeVO> recordTypes)