public class MemberProductData 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 |
|---|
MemberProductData() |
MemberProductData(Property<T,? super MemberProductData> 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<PrincipalTypeVO,MemberProductData> ACCESS_CLIENT_TYPES
public static final ListProperty<AccountFeeWithTypeVO,MemberProductData> ACCOUNT_FEES
public static final ListProperty<TokenPrincipalTypeVO,MemberProductData> ACTIVATE_USER_TOKEN_TYPES
public static final ListProperty<CustomFieldVO,MemberProductData> AD_CUSTOM_FIELDS
public static final ListProperty<TransferTypeVO,MemberProductData> CHARGEBACK_PAYMENTS
public static final ListProperty<CustomOperationVO,MemberProductData> MY_CUSTOM_OPERATIONS
public static final ListProperty<TransferTypeVO,MemberProductData> MY_EXTERNAL_PAYMENTS
public static final ListProperty<TransferTypeVO,MemberProductData> POS_PAYMENTS
public static final ListProperty<TransferTypeVO,MemberProductData> SELF_PAYMENTS
public static final ListProperty<MessageCategoryVO,MemberProductData> SEND_ADMIN_MESSAGES
public static final ListProperty<TransferTypeVO,MemberProductData> SYSTEM_PAYMENTS
public static final ListProperty<TransferTypeVO,MemberProductData> SYSTEM_TO_USER_GENERATED_TYPES
public static final ListProperty<TransferTypeVO,MemberProductData> SYSTEM_TO_USER_PAYMENTS
public static final ListProperty<TransferFilterWithAccountTypeVO,MemberProductData> TRANSFER_FILTERS
public static final ListProperty<AccountTypeWithCurrencyVO,MemberProductData> USER_ACCOUNTS
public static final ListProperty<TransferTypeVO,MemberProductData> USER_PAYMENTS
public MemberProductData()
public MemberProductData(Property<T,? super MemberProductData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class ProductDatapublic java.util.List<PrincipalTypeVO> getAccessClientTypes()
public void setAccessClientTypes(java.util.List<PrincipalTypeVO> accessClientTypes)
public java.util.List<AccountFeeWithTypeVO> getAccountFees()
public void setAccountFees(java.util.List<AccountFeeWithTypeVO> accountFees)
public java.util.List<TokenPrincipalTypeVO> getActivateUserTokenTypes()
public void setActivateUserTokenTypes(java.util.List<TokenPrincipalTypeVO> activateUserTokenTypes)
public java.util.List<CustomFieldVO> getAdCustomFields()
public void setAdCustomFields(java.util.List<CustomFieldVO> adCustomFields)
public java.util.List<TransferTypeVO> getChargebackPayments()
public void setChargebackPayments(java.util.List<TransferTypeVO> chargebackPayments)
public java.util.List<CustomOperationVO> getMyCustomOperations()
public void setMyCustomOperations(java.util.List<CustomOperationVO> myCustomOperations)
public java.util.List<TransferTypeVO> getMyExternalPayments()
public void setMyExternalPayments(java.util.List<TransferTypeVO> myExternalPayments)
public java.util.List<TransferTypeVO> getPosPayments()
public void setPosPayments(java.util.List<TransferTypeVO> posPayments)
public java.util.List<TransferTypeVO> getSelfPayments()
public void setSelfPayments(java.util.List<TransferTypeVO> selfPayments)
public java.util.List<MessageCategoryVO> getSendAdminMessages()
public void setSendAdminMessages(java.util.List<MessageCategoryVO> sendAdminMessages)
public java.util.List<TransferTypeVO> getSystemPayments()
public void setSystemPayments(java.util.List<TransferTypeVO> systemPayments)
public java.util.List<TransferTypeVO> getSystemToUserGeneratedTypes()
public void setSystemToUserGeneratedTypes(java.util.List<TransferTypeVO> systemToUserGeneratedTypes)
public java.util.List<TransferTypeVO> getSystemToUserPayments()
public void setSystemToUserPayments(java.util.List<TransferTypeVO> systemToUserPayments)
public java.util.List<TransferFilterWithAccountTypeVO> getTransferFilters()
public void setTransferFilters(java.util.List<TransferFilterWithAccountTypeVO> transferFilters)
public java.util.List<AccountTypeWithCurrencyVO> getUserAccounts()
public void setUserAccounts(java.util.List<AccountTypeWithCurrencyVO> userAccounts)
public java.util.List<TransferTypeVO> getUserPayments()
public void setUserPayments(java.util.List<TransferTypeVO> userPayments)
public java.lang.String className()
className in class ProductData