Package org.cyclos.model.users.products
Class MemberProductData
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.EntityData<ProductDTO>
-
- org.cyclos.model.users.products.ProductData
-
- org.cyclos.model.users.products.MemberProductData
-
- All Implemented Interfaces:
Serializable
public class MemberProductData 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 MemberProductData()MemberProductData(Property<T,? super MemberProductData> 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
-
ACCESS_CLIENT_TYPES
public static final ListProperty<PrincipalTypeVO,MemberProductData> ACCESS_CLIENT_TYPES
-
ACCOUNT_FEES
public static final ListProperty<AccountFeeWithTypeVO,MemberProductData> ACCOUNT_FEES
-
ACTIVATE_USER_TOKEN_TYPES
public static final ListProperty<TokenPrincipalTypeVO,MemberProductData> ACTIVATE_USER_TOKEN_TYPES
-
AD_CUSTOM_FIELDS
public static final ListProperty<CustomFieldVO,MemberProductData> AD_CUSTOM_FIELDS
-
CHARGEBACK_PAYMENTS
public static final ListProperty<TransferTypeVO,MemberProductData> CHARGEBACK_PAYMENTS
-
CONTACT_INFO_FIELDS
public static final ListProperty<CustomFieldVO,MemberProductData> CONTACT_INFO_FIELDS
-
MY_EXTERNAL_PAYMENTS
public static final ListProperty<TransferTypeVO,MemberProductData> MY_EXTERNAL_PAYMENTS
-
POS_PAYMENTS
public static final ListProperty<TransferTypeVO,MemberProductData> POS_PAYMENTS
-
SELF_PAYMENTS
public static final ListProperty<TransferTypeVO,MemberProductData> SELF_PAYMENTS
-
SEND_ADMIN_MESSAGES
public static final ListProperty<MessageCategoryVO,MemberProductData> SEND_ADMIN_MESSAGES
-
SYSTEM_PAYMENTS
public static final ListProperty<TransferTypeVO,MemberProductData> SYSTEM_PAYMENTS
-
SYSTEM_TO_USER_GENERATED_TYPES
public static final ListProperty<TransferTypeVO,MemberProductData> SYSTEM_TO_USER_GENERATED_TYPES
-
SYSTEM_TO_USER_PAYMENTS
public static final ListProperty<TransferTypeVO,MemberProductData> SYSTEM_TO_USER_PAYMENTS
-
TICKET_PAYMENTS
public static final ListProperty<TransferTypeVO,MemberProductData> TICKET_PAYMENTS
-
TRANSFER_FILTERS
public static final ListProperty<TransferFilterWithAccountTypeVO,MemberProductData> TRANSFER_FILTERS
-
USER_ACCOUNTS
public static final ListProperty<AccountTypeWithCurrencyVO,MemberProductData> USER_ACCOUNTS
-
USER_PAYMENTS
public static final ListProperty<TransferTypeVO,MemberProductData> USER_PAYMENTS
-
USER_REGISTRATION_GROUPS
public static final ListProperty<UserGroupVO,MemberProductData> USER_REGISTRATION_GROUPS
-
VIEW_ADS_IN_OTHER_CURRENCIES
public static final ListProperty<CurrencyVO,MemberProductData> VIEW_ADS_IN_OTHER_CURRENCIES
-
-
Constructor Detail
-
MemberProductData
public MemberProductData()
-
MemberProductData
public MemberProductData(Property<T,? super MemberProductData> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classProductData
-
getAccessClientTypes
public List<PrincipalTypeVO> getAccessClientTypes()
-
setAccessClientTypes
public void setAccessClientTypes(List<PrincipalTypeVO> accessClientTypes)
-
getAccountFees
public List<AccountFeeWithTypeVO> getAccountFees()
-
setAccountFees
public void setAccountFees(List<AccountFeeWithTypeVO> accountFees)
-
getActivateUserTokenTypes
public List<TokenPrincipalTypeVO> getActivateUserTokenTypes()
-
setActivateUserTokenTypes
public void setActivateUserTokenTypes(List<TokenPrincipalTypeVO> activateUserTokenTypes)
-
getAdCustomFields
public List<CustomFieldVO> getAdCustomFields()
-
setAdCustomFields
public void setAdCustomFields(List<CustomFieldVO> adCustomFields)
-
getChargebackPayments
public List<TransferTypeVO> getChargebackPayments()
-
setChargebackPayments
public void setChargebackPayments(List<TransferTypeVO> chargebackPayments)
-
getContactInfoFields
public List<CustomFieldVO> getContactInfoFields()
-
setContactInfoFields
public void setContactInfoFields(List<CustomFieldVO> contactInfoFields)
-
getMyExternalPayments
public List<TransferTypeVO> getMyExternalPayments()
-
setMyExternalPayments
public void setMyExternalPayments(List<TransferTypeVO> myExternalPayments)
-
getPosPayments
public List<TransferTypeVO> getPosPayments()
-
setPosPayments
public void setPosPayments(List<TransferTypeVO> posPayments)
-
getSelfPayments
public List<TransferTypeVO> getSelfPayments()
-
setSelfPayments
public void setSelfPayments(List<TransferTypeVO> selfPayments)
-
getSendAdminMessages
public List<MessageCategoryVO> getSendAdminMessages()
-
setSendAdminMessages
public void setSendAdminMessages(List<MessageCategoryVO> sendAdminMessages)
-
getSystemPayments
public List<TransferTypeVO> getSystemPayments()
-
setSystemPayments
public void setSystemPayments(List<TransferTypeVO> systemPayments)
-
getSystemToUserGeneratedTypes
public List<TransferTypeVO> getSystemToUserGeneratedTypes()
-
setSystemToUserGeneratedTypes
public void setSystemToUserGeneratedTypes(List<TransferTypeVO> systemToUserGeneratedTypes)
-
getSystemToUserPayments
public List<TransferTypeVO> getSystemToUserPayments()
-
setSystemToUserPayments
public void setSystemToUserPayments(List<TransferTypeVO> systemToUserPayments)
-
getTicketPayments
public List<TransferTypeVO> getTicketPayments()
-
setTicketPayments
public void setTicketPayments(List<TransferTypeVO> ticketPayments)
-
getTransferFilters
public List<TransferFilterWithAccountTypeVO> getTransferFilters()
-
setTransferFilters
public void setTransferFilters(List<TransferFilterWithAccountTypeVO> transferFilters)
-
getUserAccounts
public List<AccountTypeWithCurrencyVO> getUserAccounts()
-
setUserAccounts
public void setUserAccounts(List<AccountTypeWithCurrencyVO> userAccounts)
-
getUserPayments
public List<TransferTypeVO> getUserPayments()
-
setUserPayments
public void setUserPayments(List<TransferTypeVO> userPayments)
-
getUserRegistrationGroups
public List<UserGroupVO> getUserRegistrationGroups()
-
setUserRegistrationGroups
public void setUserRegistrationGroups(List<UserGroupVO> userRegistrationGroups)
-
getViewAdsInOtherCurrencies
public List<CurrencyVO> getViewAdsInOtherCurrencies()
-
setViewAdsInOtherCurrencies
public void setViewAdsInOtherCurrencies(List<CurrencyVO> viewAdsInOtherCurrencies)
-
className
public String className()
- Overrides:
classNamein classProductData
-
-