public class UserManagementProductData extends ProductData
AGREEMENTS, 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 |
|---|
UserManagementProductData() |
UserManagementProductData(Property<T,? super UserManagementProductData> property,
T value) |
getAgreements, 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<TransferTypeVO,UserManagementProductData> CHARGEBACK_PAYMENTS_TO_USER
public static final ListProperty<TransferTypeVO,UserManagementProductData> EXTERNAL_PAYMENTS_AS_USER
public static final ListProperty<TransferTypeVO,UserManagementProductData> PAYMENTS_AS_USER_TO_SELF
public static final ListProperty<TransferTypeVO,UserManagementProductData> PAYMENTS_AS_USER_TO_SYSTEM
public static final ListProperty<TransferTypeVO,UserManagementProductData> PAYMENTS_AS_USER_TO_USER
public static final ListProperty<TransferTypeVO,UserManagementProductData> PAYMENTS_FROM_SYSTEM_TO_USER
public static final ListProperty<RecordTypeVO,UserManagementProductData> RECORD_TYPES
public static final ListProperty<AccountTypeWithCurrencyVO,UserManagementProductData> USER_ACCOUNTS
public static final ListProperty<CustomOperationVO,UserManagementProductData> USER_CUSTOM_OPERATIONS
public static final ListProperty<TransferFilterWithAccountTypeVO,UserManagementProductData> USER_TRANSFER_FILTERS
public UserManagementProductData()
public UserManagementProductData(Property<T,? super UserManagementProductData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class ProductDatapublic java.util.List<TransferTypeVO> getChargebackPaymentsToUser()
public void setChargebackPaymentsToUser(java.util.List<TransferTypeVO> chargebackPaymentsToUser)
public java.util.List<TransferTypeVO> getExternalPaymentsAsUser()
public void setExternalPaymentsAsUser(java.util.List<TransferTypeVO> externalPaymentsAsUser)
public java.util.List<TransferTypeVO> getPaymentsAsUserToSelf()
public void setPaymentsAsUserToSelf(java.util.List<TransferTypeVO> paymentsAsUserToSelf)
public java.util.List<TransferTypeVO> getPaymentsAsUserToSystem()
public void setPaymentsAsUserToSystem(java.util.List<TransferTypeVO> paymentsAsUserToSystem)
public java.util.List<TransferTypeVO> getPaymentsAsUserToUser()
public void setPaymentsAsUserToUser(java.util.List<TransferTypeVO> paymentsAsUserToUser)
public java.util.List<TransferTypeVO> getPaymentsFromSystemToUser()
public void setPaymentsFromSystemToUser(java.util.List<TransferTypeVO> paymentsFromSystemToUser)
public java.util.List<RecordTypeVO> getRecordTypes()
public void setRecordTypes(java.util.List<RecordTypeVO> recordTypes)
public java.util.List<AccountTypeWithCurrencyVO> getUserAccounts()
public void setUserAccounts(java.util.List<AccountTypeWithCurrencyVO> userAccounts)
public java.util.List<CustomOperationVO> getUserCustomOperations()
public void setUserCustomOperations(java.util.List<CustomOperationVO> userCustomOperations)
public java.util.List<TransferFilterWithAccountTypeVO> getUserTransferFilters()
public void setUserTransferFilters(java.util.List<TransferFilterWithAccountTypeVO> userTransferFilters)
public java.lang.String className()
className in class ProductData