Package org.cyclos.model.users.products
Class AdminProductData
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.EntityData<ProductDTO>
-
- org.cyclos.model.users.products.ProductData
-
- org.cyclos.model.users.products.UserManagementProductData
-
- org.cyclos.model.users.products.AdminProductData
-
- All Implemented Interfaces:
Serializable
public class AdminProductData extends UserManagementProductData
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.cyclos.model.users.products.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, PRIVACY_CONTROLS, RECORD_TYPES, TICKET_PAYMENTS, USER_ACCOUNTS, USER_CUSTOM_OPERATIONS, USER_TRANSFER_FILTERS
-
Fields inherited from class org.cyclos.model.users.products.ProductData
AGREEMENTS, CHANNELS, CUSTOM_WEB_SERVICES, DOCUMENT_CATEGORIES, PRINCIPAL_TYPES, QUICK_ACCESS, SKIP_VIEW, TRANSACTION_CUSTOM_FIELDS, TRANSFER_CUSTOM_OPERATIONS, USED_BY_GROUPS, USER_CUSTOM_FIELDS, USER_GROUPS, USER_WIZARDS, VOUCHER_CUSTOM_FIELDS
-
Fields inherited from class org.cyclos.model.EntityData
CAN_VIEW_HISTORY_LOG, CONFIRMATION_PASSWORD_INPUT, DTO, EDITABLE, LOG_TYPE, REMOVABLE, TRANSLATED_PROPERTY_TYPES, TRANSLATED_VALUES
-
-
Constructor Summary
Constructors Constructor Description AdminProductData()AdminProductData(Property<T,? super AdminProductData> property, T value)
-
Method Summary
-
Methods inherited from class org.cyclos.model.users.products.UserManagementProductData
getChargebackPaymentsToUser, getExternalPaymentsAsUser, getPaymentsAsUserToSelf, getPaymentsAsUserToSystem, getPaymentsAsUserToUser, getPaymentsFromSystemToUser, getPrivacyControls, getRecordTypes, getTicketPayments, getUserAccounts, getUserCustomOperations, getUserTransferFilters, setChargebackPaymentsToUser, setExternalPaymentsAsUser, setPaymentsAsUserToSelf, setPaymentsAsUserToSystem, setPaymentsAsUserToUser, setPaymentsFromSystemToUser, setPrivacyControls, setRecordTypes, setTicketPayments, setUserAccounts, setUserCustomOperations, setUserTransferFilters
-
Methods inherited from class org.cyclos.model.users.products.ProductData
getAgreements, getChannels, getCustomWebServices, getDocumentCategories, getPrincipalTypes, getQuickAccess, getTransactionCustomFields, getTransferCustomOperations, getUsedByGroups, getUserCustomFields, getUserGroups, getUserWizards, getVoucherCustomFields, isSkipView, setAgreements, setChannels, setCustomWebServices, setDocumentCategories, setPrincipalTypes, setQuickAccess, setSkipView, setTransactionCustomFields, setTransferCustomOperations, setUsedByGroups, setUserCustomFields, setUserGroups, setUserWizards, setVoucherCustomFields
-
Methods inherited from class org.cyclos.model.EntityData
getConfirmationPasswordInput, getDto, getLogType, getTranslatedPropertyTypes, getTranslatedValues, isCanViewHistoryLog, isEditable, isRemovable, setCanViewHistoryLog, setConfirmationPasswordInput, setDto, setEditable, setLogType, setRemovable, setTranslatedPropertyTypes, setTranslatedValues
-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, backup, changes, clearAttributes, copyPropertiesTo, copyPropertiesTo, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, restore, set, set, setAttribute, setWithPropagationId, values
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
ADMIN_GROUP
public static final BasicProperty<AdminGroupVO,AdminProductData> ADMIN_GROUP
-
ADMIN_GROUPS
public static final ListProperty<GroupVO,AdminProductData> ADMIN_GROUPS
-
APP_TRANSLATION_LANGUAGES
public static final ListProperty<LanguageVO,AdminProductData> APP_TRANSLATION_LANGUAGES
-
ARCHIVING_ENABLED
public static final BasicProperty<Boolean,AdminProductData> ARCHIVING_ENABLED
-
AUTHORIZATION_ROLES
public static final ListProperty<AuthorizationRoleVO,AdminProductData> AUTHORIZATION_ROLES
-
CHARGEBACK_PAYMENTS_TO_SYSTEM
public static final ListProperty<TransferTypeVO,AdminProductData> CHARGEBACK_PAYMENTS_TO_SYSTEM
-
CONFIGURATIONS
public static final ListProperty<ConfigurationDetailedVO,AdminProductData> CONFIGURATIONS
-
LOGIN_USERS_PRINCIPAL_TYPES
public static final ListProperty<PrincipalTypeVO,AdminProductData> LOGIN_USERS_PRINCIPAL_TYPES
-
MANAGE_DOCUMENTS
public static final ListProperty<DocumentCategoryVO,AdminProductData> MANAGE_DOCUMENTS
-
MESSAGE_CATEGORIES
public static final ListProperty<MessageCategoryVO,AdminProductData> MESSAGE_CATEGORIES
-
POSSIBLE_INDIVIDUAL_PRODUCTS
public static final ListProperty<ProductVO,AdminProductData> POSSIBLE_INDIVIDUAL_PRODUCTS
-
SYSTEM_ACCOUNTS
public static final ListProperty<AccountTypeWithCurrencyVO,AdminProductData> SYSTEM_ACCOUNTS
-
SYSTEM_CUSTOM_OPERATIONS
public static final ListProperty<CustomOperationVO,AdminProductData> SYSTEM_CUSTOM_OPERATIONS
-
SYSTEM_IMAGE_CATEGORIES_TO_MANAGE
public static final ListProperty<SystemImageCategoryVO,AdminProductData> SYSTEM_IMAGE_CATEGORIES_TO_MANAGE
-
SYSTEM_IMAGE_CATEGORIES_TO_VIEW
public static final ListProperty<SystemImageCategoryVO,AdminProductData> SYSTEM_IMAGE_CATEGORIES_TO_VIEW
-
SYSTEM_TO_SYSTEM_PAYMENTS
public static final ListProperty<TransferTypeVO,AdminProductData> SYSTEM_TO_SYSTEM_PAYMENTS
-
SYSTEM_TO_USER_EXTERNAL_PAYMENTS
public static final ListProperty<TransferTypeVO,AdminProductData> SYSTEM_TO_USER_EXTERNAL_PAYMENTS
-
SYSTEM_TO_USER_PAYMENTS
public static final ListProperty<TransferTypeVO,AdminProductData> SYSTEM_TO_USER_PAYMENTS
-
SYSTEM_TRANSFER_FILTERS
public static final ListProperty<TransferFilterWithAccountTypeVO,AdminProductData> SYSTEM_TRANSFER_FILTERS
-
SYSTEM_WIZARDS
public static final ListProperty<CustomWizardVO,AdminProductData> SYSTEM_WIZARDS
-
USER_TO_SYSTEM_PAYMENTS
public static final ListProperty<TransferTypeVO,AdminProductData> USER_TO_SYSTEM_PAYMENTS
-
VOUCHER_CONFIGURATIONS
public static final ListProperty<VoucherConfigurationVO,AdminProductData> VOUCHER_CONFIGURATIONS
-
-
Constructor Detail
-
AdminProductData
public AdminProductData()
-
AdminProductData
public AdminProductData(Property<T,? super AdminProductData> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classUserManagementProductData
-
getAdminGroup
public AdminGroupVO getAdminGroup()
-
setAdminGroup
public void setAdminGroup(AdminGroupVO adminGroup)
-
getAppTranslationLanguages
public List<LanguageVO> getAppTranslationLanguages()
-
setAppTranslationLanguages
public void setAppTranslationLanguages(List<LanguageVO> appTranslationLanguages)
-
isArchivingEnabled
public boolean isArchivingEnabled()
-
setArchivingEnabled
public void setArchivingEnabled(boolean archivingEnabled)
-
getAuthorizationRoles
public List<AuthorizationRoleVO> getAuthorizationRoles()
-
setAuthorizationRoles
public void setAuthorizationRoles(List<AuthorizationRoleVO> authorizationRoles)
-
getChargebackPaymentsToSystem
public List<TransferTypeVO> getChargebackPaymentsToSystem()
-
setChargebackPaymentsToSystem
public void setChargebackPaymentsToSystem(List<TransferTypeVO> chargebackPaymentsToSystem)
-
getConfigurations
public List<ConfigurationDetailedVO> getConfigurations()
-
setConfigurations
public void setConfigurations(List<ConfigurationDetailedVO> configurations)
-
getLoginUsersPrincipalTypes
public List<PrincipalTypeVO> getLoginUsersPrincipalTypes()
-
setLoginUsersPrincipalTypes
public void setLoginUsersPrincipalTypes(List<PrincipalTypeVO> loginUsersPrincipalTypes)
-
getManageDocuments
public List<DocumentCategoryVO> getManageDocuments()
-
setManageDocuments
public void setManageDocuments(List<DocumentCategoryVO> manageDocuments)
-
getMessageCategories
public List<MessageCategoryVO> getMessageCategories()
-
setMessageCategories
public void setMessageCategories(List<MessageCategoryVO> messageCategories)
-
setPossibleIndividualProducts
public void setPossibleIndividualProducts(List<ProductVO> possibleIndividualProducts)
-
getSystemAccounts
public List<AccountTypeWithCurrencyVO> getSystemAccounts()
-
setSystemAccounts
public void setSystemAccounts(List<AccountTypeWithCurrencyVO> systemAccounts)
-
getSystemCustomOperations
public List<CustomOperationVO> getSystemCustomOperations()
-
setSystemCustomOperations
public void setSystemCustomOperations(List<CustomOperationVO> systemCustomOperations)
-
getSystemImageCategoriesToManage
public List<SystemImageCategoryVO> getSystemImageCategoriesToManage()
-
setSystemImageCategoriesToManage
public void setSystemImageCategoriesToManage(List<SystemImageCategoryVO> systemImageCategoriesToManage)
-
getSystemImageCategoriesToView
public List<SystemImageCategoryVO> getSystemImageCategoriesToView()
-
setSystemImageCategoriesToView
public void setSystemImageCategoriesToView(List<SystemImageCategoryVO> systemImageCategoriesToView)
-
getSystemToSystemPayments
public List<TransferTypeVO> getSystemToSystemPayments()
-
setSystemToSystemPayments
public void setSystemToSystemPayments(List<TransferTypeVO> systemToSystemPayments)
-
getSystemToUserExternalPayments
public List<TransferTypeVO> getSystemToUserExternalPayments()
-
setSystemToUserExternalPayments
public void setSystemToUserExternalPayments(List<TransferTypeVO> systemToUserExternalPayments)
-
getSystemToUserPayments
public List<TransferTypeVO> getSystemToUserPayments()
-
setSystemToUserPayments
public void setSystemToUserPayments(List<TransferTypeVO> systemToUserPayments)
-
getSystemTransferFilters
public List<TransferFilterWithAccountTypeVO> getSystemTransferFilters()
-
setSystemTransferFilters
public void setSystemTransferFilters(List<TransferFilterWithAccountTypeVO> systemTransferFilters)
-
getSystemWizards
public List<CustomWizardVO> getSystemWizards()
-
setSystemWizards
public void setSystemWizards(List<CustomWizardVO> systemWizards)
-
getUserToSystemPayments
public List<TransferTypeVO> getUserToSystemPayments()
-
setUserToSystemPayments
public void setUserToSystemPayments(List<TransferTypeVO> userToSystemPayments)
-
getVoucherConfigurations
public List<VoucherConfigurationVO> getVoucherConfigurations()
-
setVoucherConfigurations
public void setVoucherConfigurations(List<VoucherConfigurationVO> voucherConfigurations)
-
className
public String className()
- Overrides:
classNamein classUserManagementProductData
-
-