public class BrokerProductData extends UserManagementProductData
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static ListProperty<GroupVO,BrokerProductData> |
USER_REGISTRATION |
CHARGEBACK_PAYMENTS_TO_USER, EXTERNAL_PAYMENTS_AS_USER, PAYMENTS_AS_USER_TO_SELF, PAYMENTS_AS_USER_TO_SYSTEM, PAYMENTS_AS_USER_TO_USER, PAYMENTS_FROM_SYSTEM_TO_USER, RECORD_TYPES, USER_ACCOUNTS, USER_CUSTOM_OPERATIONS, USER_TRANSFER_FILTERSAGREEMENTS, CHANNELS, DOCUMENT_CATEGORIES, PRINCIPAL_TYPES, TRANSACTION_CUSTOM_FIELDS, USED_BY_GROUPS, USER_CUSTOM_FIELDS, USER_GROUPSCAN_VIEW_HISTORY_LOG, CONFIRMATION_PASSWORD_INPUT, DTO, EDITABLE, LOG_TYPE, TRANSLATED_PROPERTY_TYPES, TRANSLATED_VALUES| Constructor and Description |
|---|
BrokerProductData() |
BrokerProductData(Property<T,? super BrokerProductData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.util.List<GroupVO> |
getUserRegistration() |
void |
setUserRegistration(java.util.List<GroupVO> userRegistration) |
getChargebackPaymentsToUser, getExternalPaymentsAsUser, getPaymentsAsUserToSelf, getPaymentsAsUserToSystem, getPaymentsAsUserToUser, getPaymentsFromSystemToUser, getRecordTypes, getUserAccounts, getUserCustomOperations, getUserTransferFilters, setChargebackPaymentsToUser, setExternalPaymentsAsUser, setPaymentsAsUserToSelf, setPaymentsAsUserToSystem, setPaymentsAsUserToUser, setPaymentsFromSystemToUser, setRecordTypes, setUserAccounts, setUserCustomOperations, setUserTransferFiltersgetAgreements, getChannels, getDocumentCategories, getPrincipalTypes, getTransactionCustomFields, getUsedByGroups, getUserCustomFields, getUserGroups, setAgreements, setChannels, setDocumentCategories, setPrincipalTypes, setTransactionCustomFields, setUsedByGroups, setUserCustomFields, setUserGroupsgetConfirmationPasswordInput, 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 ListProperty<GroupVO,BrokerProductData> USER_REGISTRATION
public BrokerProductData()
public BrokerProductData(Property<T,? super BrokerProductData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class UserManagementProductDatapublic java.util.List<GroupVO> getUserRegistration()
public void setUserRegistration(java.util.List<GroupVO> userRegistration)
public java.lang.String className()
className in class UserManagementProductData