public class AdminProductData extends UserManagementProductData
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 |
|---|
AdminProductData() |
AdminProductData(Property<T,? super AdminProductData> property,
T value) |
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,AdminProductData> ADMIN_GROUPS
public static final ListProperty<LanguageVO,AdminProductData> APP_TRANSLATION_LANGUAGES
public static final ListProperty<AuthorizationRoleVO,AdminProductData> AUTHORIZATION_ROLES
public static final ListProperty<TransferTypeVO,AdminProductData> CHARGEBACK_PAYMENTS_TO_SYSTEM
public static final ListProperty<ConfigurationDetailedVO,AdminProductData> CONFIGURATIONS
public static final ListProperty<DocumentCategoryVO,AdminProductData> MANAGE_DOCUMENTS
public static final ListProperty<MessageCategoryVO,AdminProductData> MESSAGE_CATEGORIES
public static final ListProperty<ProductVO,AdminProductData> POSSIBLE_INDIVIDUAL_PRODUCTS
public static final ListProperty<AccountTypeWithCurrencyVO,AdminProductData> SYSTEM_ACCOUNTS
public static final ListProperty<CustomOperationVO,AdminProductData> SYSTEM_CUSTOM_OPERATIONS
public static final ListProperty<SystemImageCategoryVO,AdminProductData> SYSTEM_IMAGE_CATEGORIES
public static final ListProperty<TransferTypeVO,AdminProductData> SYSTEM_TO_SYSTEM_PAYMENTS
public static final ListProperty<TransferTypeVO,AdminProductData> SYSTEM_TO_USER_EXTERNAL_PAYMENTS
public static final ListProperty<TransferTypeVO,AdminProductData> SYSTEM_TO_USER_PAYMENTS
public static final ListProperty<TransferFilterWithAccountTypeVO,AdminProductData> SYSTEM_TRANSFER_FILTERS
public static final ListProperty<TransferTypeVO,AdminProductData> USER_TO_SYSTEM_PAYMENTS
public static final ListProperty<VoucherConfigurationVO,AdminProductData> VOUCHER_CONFIGURATIONS
public AdminProductData()
public AdminProductData(Property<T,? super AdminProductData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class UserManagementProductDatapublic java.util.List<GroupVO> getAdminGroups()
public void setAdminGroups(java.util.List<GroupVO> adminGroups)
public java.util.List<LanguageVO> getAppTranslationLanguages()
public void setAppTranslationLanguages(java.util.List<LanguageVO> appTranslationLanguages)
public java.util.List<AuthorizationRoleVO> getAuthorizationRoles()
public void setAuthorizationRoles(java.util.List<AuthorizationRoleVO> authorizationRoles)
public java.util.List<TransferTypeVO> getChargebackPaymentsToSystem()
public void setChargebackPaymentsToSystem(java.util.List<TransferTypeVO> chargebackPaymentsToSystem)
public java.util.List<ConfigurationDetailedVO> getConfigurations()
public void setConfigurations(java.util.List<ConfigurationDetailedVO> configurations)
public java.util.List<DocumentCategoryVO> getManageDocuments()
public void setManageDocuments(java.util.List<DocumentCategoryVO> manageDocuments)
public java.util.List<MessageCategoryVO> getMessageCategories()
public void setMessageCategories(java.util.List<MessageCategoryVO> messageCategories)
public java.util.List<ProductVO> getPossibleIndividualProducts()
public void setPossibleIndividualProducts(java.util.List<ProductVO> possibleIndividualProducts)
public java.util.List<AccountTypeWithCurrencyVO> getSystemAccounts()
public void setSystemAccounts(java.util.List<AccountTypeWithCurrencyVO> systemAccounts)
public java.util.List<CustomOperationVO> getSystemCustomOperations()
public void setSystemCustomOperations(java.util.List<CustomOperationVO> systemCustomOperations)
public java.util.List<SystemImageCategoryVO> getSystemImageCategories()
public void setSystemImageCategories(java.util.List<SystemImageCategoryVO> systemImageCategories)
public java.util.List<TransferTypeVO> getSystemToSystemPayments()
public void setSystemToSystemPayments(java.util.List<TransferTypeVO> systemToSystemPayments)
public java.util.List<TransferTypeVO> getSystemToUserExternalPayments()
public void setSystemToUserExternalPayments(java.util.List<TransferTypeVO> systemToUserExternalPayments)
public java.util.List<TransferTypeVO> getSystemToUserPayments()
public void setSystemToUserPayments(java.util.List<TransferTypeVO> systemToUserPayments)
public java.util.List<TransferFilterWithAccountTypeVO> getSystemTransferFilters()
public void setSystemTransferFilters(java.util.List<TransferFilterWithAccountTypeVO> systemTransferFilters)
public java.util.List<TransferTypeVO> getUserToSystemPayments()
public void setUserToSystemPayments(java.util.List<TransferTypeVO> userToSystemPayments)
public java.util.List<VoucherConfigurationVO> getVoucherConfigurations()
public void setVoucherConfigurations(java.util.List<VoucherConfigurationVO> voucherConfigurations)
public java.lang.String className()
className in class UserManagementProductData