Package org.cyclos.model.users.products
Class UserManagementProductData
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.EntityData<ProductDTO>
-
- org.cyclos.model.users.products.ProductData
-
- org.cyclos.model.users.products.UserManagementProductData
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AdminProductData,BrokerProductData
public class UserManagementProductData extends ProductData
- See Also:
- Serialized Form
-
-
Field Summary
-
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 UserManagementProductData()UserManagementProductData(Property<T,? super UserManagementProductData> property, T value)
-
Method Summary
-
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
-
CHARGEBACK_PAYMENTS_TO_USER
public static final ListProperty<TransferTypeVO,UserManagementProductData> CHARGEBACK_PAYMENTS_TO_USER
-
EXTERNAL_PAYMENTS_AS_USER
public static final ListProperty<TransferTypeVO,UserManagementProductData> EXTERNAL_PAYMENTS_AS_USER
-
PAYMENTS_AS_USER_TO_SELF
public static final ListProperty<TransferTypeVO,UserManagementProductData> PAYMENTS_AS_USER_TO_SELF
-
PAYMENTS_AS_USER_TO_SYSTEM
public static final ListProperty<TransferTypeVO,UserManagementProductData> PAYMENTS_AS_USER_TO_SYSTEM
-
PAYMENTS_AS_USER_TO_USER
public static final ListProperty<TransferTypeVO,UserManagementProductData> PAYMENTS_AS_USER_TO_USER
-
PAYMENTS_FROM_SYSTEM_TO_USER
public static final ListProperty<TransferTypeVO,UserManagementProductData> PAYMENTS_FROM_SYSTEM_TO_USER
-
PRIVACY_CONTROLS
public static final ListProperty<PrivacyControlVO,UserManagementProductData> PRIVACY_CONTROLS
-
RECORD_TYPES
public static final ListProperty<RecordTypeVO,UserManagementProductData> RECORD_TYPES
-
TICKET_PAYMENTS
public static final ListProperty<TransferTypeVO,UserManagementProductData> TICKET_PAYMENTS
-
USER_ACCOUNTS
public static final ListProperty<AccountTypeWithCurrencyVO,UserManagementProductData> USER_ACCOUNTS
-
USER_CUSTOM_OPERATIONS
public static final ListProperty<CustomOperationVO,UserManagementProductData> USER_CUSTOM_OPERATIONS
-
USER_TRANSFER_FILTERS
public static final ListProperty<TransferFilterWithAccountTypeVO,UserManagementProductData> USER_TRANSFER_FILTERS
-
-
Constructor Detail
-
UserManagementProductData
public UserManagementProductData()
-
UserManagementProductData
public UserManagementProductData(Property<T,? super UserManagementProductData> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classProductData
-
getChargebackPaymentsToUser
public List<TransferTypeVO> getChargebackPaymentsToUser()
-
setChargebackPaymentsToUser
public void setChargebackPaymentsToUser(List<TransferTypeVO> chargebackPaymentsToUser)
-
getExternalPaymentsAsUser
public List<TransferTypeVO> getExternalPaymentsAsUser()
-
setExternalPaymentsAsUser
public void setExternalPaymentsAsUser(List<TransferTypeVO> externalPaymentsAsUser)
-
getPaymentsAsUserToSelf
public List<TransferTypeVO> getPaymentsAsUserToSelf()
-
setPaymentsAsUserToSelf
public void setPaymentsAsUserToSelf(List<TransferTypeVO> paymentsAsUserToSelf)
-
getPaymentsAsUserToSystem
public List<TransferTypeVO> getPaymentsAsUserToSystem()
-
setPaymentsAsUserToSystem
public void setPaymentsAsUserToSystem(List<TransferTypeVO> paymentsAsUserToSystem)
-
getPaymentsAsUserToUser
public List<TransferTypeVO> getPaymentsAsUserToUser()
-
setPaymentsAsUserToUser
public void setPaymentsAsUserToUser(List<TransferTypeVO> paymentsAsUserToUser)
-
getPaymentsFromSystemToUser
public List<TransferTypeVO> getPaymentsFromSystemToUser()
-
setPaymentsFromSystemToUser
public void setPaymentsFromSystemToUser(List<TransferTypeVO> paymentsFromSystemToUser)
-
getPrivacyControls
public List<PrivacyControlVO> getPrivacyControls()
-
setPrivacyControls
public void setPrivacyControls(List<PrivacyControlVO> privacyControls)
-
getRecordTypes
public List<RecordTypeVO> getRecordTypes()
-
setRecordTypes
public void setRecordTypes(List<RecordTypeVO> recordTypes)
-
getTicketPayments
public List<TransferTypeVO> getTicketPayments()
-
setTicketPayments
public void setTicketPayments(List<TransferTypeVO> ticketPayments)
-
getUserAccounts
public List<AccountTypeWithCurrencyVO> getUserAccounts()
-
setUserAccounts
public void setUserAccounts(List<AccountTypeWithCurrencyVO> userAccounts)
-
getUserCustomOperations
public List<CustomOperationVO> getUserCustomOperations()
-
setUserCustomOperations
public void setUserCustomOperations(List<CustomOperationVO> userCustomOperations)
-
getUserTransferFilters
public List<TransferFilterWithAccountTypeVO> getUserTransferFilters()
-
setUserTransferFilters
public void setUserTransferFilters(List<TransferFilterWithAccountTypeVO> userTransferFilters)
-
className
public String className()
- Overrides:
classNamein classProductData
-
-