Package org.cyclos.impl.users
Interface MemberProductAccessor
-
- All Superinterfaces:
MemberOrBrokerProductAccessor,ProcessableForProxying,ProductAccessor
- All Known Implementing Classes:
EmptyMemberProductAccessor,OidcMemberProductAccessor,RestrictedOperatorMemberProductAccessor,SystemMemberProductAccessor
public interface MemberProductAccessor extends MemberOrBrokerProductAccessor
Accessor for properties in MemberProducts
-
-
Method Summary
-
Methods inherited from interface org.cyclos.impl.users.MemberOrBrokerProductAccessor
getGroupVisibility, getMaxOperators, getNotifications, getOperatorProfileFields, getUserRegistrationGroups
-
Methods inherited from interface org.cyclos.impl.users.ProductAccessor
getAccessibleUserGroups, getAgreements, getDefaultQuickAccess, getDocumentCategoryView, getGroupsForUserDirectory, getMaxAddresses, getMaxCustomImages, getMaxInvitationRecipients, getMaxLandlinePhones, getMaxMessageRecipients, getMaxMobilePhones, getMaxProfileImages, getMaxSmsPerMonth, getMyAccessClients, getMyContactFields, getMyProfileFields, getMyRecordFields, getMyRecordTypes, getPasswordActions, getPermissions, getProducts, getRoles, getRunCustomWebServices, getRunTransferCustomOperations, getSimpleUserSearchProfileFields, getTransferStatusFlows, getUserDirectoryOnGroups, getUserGroupAccessibility, getUserProfileFields, getVisibleTransactionFields, getVisibleVoucherFields, hasPermission, hasRole, isEditMyProfile
-
-
-
-
Method Detail
-
getAccountAccessibility
AccountAccessibility getAccountAccessibility()
-
getAccountFees
List<AccountFee> getAccountFees()
-
getAccountVisibility
AccountVisibility getAccountVisibility()
-
getActivateUserTokenTypes
List<TokenPrincipalType> getActivateUserTokenTypes()
-
getChargebackPaymentTypes
List<TransferType> getChargebackPaymentTypes()
-
getContactInfoFields
List<ContactInfoField> getContactInfoFields()
-
getCustomOperations
BooleanPropertiesHolder<CustomOperation> getCustomOperations()
-
getDefaultAdPublicationTime
TimeInterval getDefaultAdPublicationTime()
-
getDefaultCreditLimit
BigDecimal getDefaultCreditLimit()
-
getDefaultFilterGroups
List<BasicGroup> getDefaultFilterGroups()
-
getDefaultPaymentAmountLimit
BigDecimal getDefaultPaymentAmountLimit()
-
getDefaultPaymentAmountPerDayLimit
BigDecimal getDefaultPaymentAmountPerDayLimit()
-
getDefaultPaymentAmountPerMonthLimit
BigDecimal getDefaultPaymentAmountPerMonthLimit()
-
getDefaultPaymentAmountPerWeekLimit
BigDecimal getDefaultPaymentAmountPerWeekLimit()
-
getDefaultPaymentAmountPerYearLimit
BigDecimal getDefaultPaymentAmountPerYearLimit()
-
getDefaultUpperCreditLimit
BigDecimal getDefaultUpperCreditLimit()
-
getFwdMessageToEmail
MyMessagesForwardOperation getFwdMessageToEmail()
-
getGroupFilterDefault
List<GroupFilterDefault> getGroupFilterDefault()
-
getGroupsForUserSearch
List<BasicGroup> getGroupsForUserSearch()
-
getGroupsForViewProfile
List<BasicGroup> getGroupsForViewProfile()
-
getIndividualCreditLimit
BigDecimal getIndividualCreditLimit()
-
getInitialCredit
BigDecimal getInitialCredit()
-
getInitialCreditType
GeneratedTransferType getInitialCreditType()
-
getMakePosPaymentTypes
List<PaymentTransferType> getMakePosPaymentTypes()
-
getMaxAdDescriptionSize
int getMaxAdDescriptionSize()
-
getMaxAddressesPerAd
int getMaxAddressesPerAd()
-
getMaxAdImages
int getMaxAdImages()
-
getMaxAdPublicationTime
TimeInterval getMaxAdPublicationTime()
-
getMaxAds
int getMaxAds()
-
getMaxCategoriesPerAd
int getMaxCategoriesPerAd()
-
getMaxContactInfos
int getMaxContactInfos()
-
getMemberProducts
List<MemberProduct> getMemberProducts()
-
getMyAdFields
BooleanPropertiesHolder<AdCustomField> getMyAdFields()
-
getMyApproveTicketPaymentTypes
List<PaymentTransferType> getMyApproveTicketPaymentTypes()
-
getMyCreateTicketPaymentTypes
List<PaymentTransferType> getMyCreateTicketPaymentTypes()
-
getMyExternalPaymentTypes
List<PaymentTransferType> getMyExternalPaymentTypes()
-
getMyPaymentRequestsSendToSystem
List<PaymentTransferType> getMyPaymentRequestsSendToSystem()
-
getMyPaymentRequestsSendToUser
List<PaymentTransferType> getMyPaymentRequestsSendToUser()
-
getMyPaymentRequestTypes
List<PaymentTransferType> getMyPaymentRequestTypes()
-
getMyPaymentTypes
List<PaymentTransferType> getMyPaymentTypes()
-
getMyTokenTypes
BooleanPropertiesHolder<TokenPrincipalType> getMyTokenTypes()
-
getMyTransferFilters
List<TransferFilter> getMyTransferFilters()
-
getProxyClass
default Class<?> getProxyClass()
Description copied from interface:ProcessableForProxyingReturns the class used for proxies- Specified by:
getProxyClassin interfaceMemberOrBrokerProductAccessor- Specified by:
getProxyClassin interfaceProcessableForProxying- Specified by:
getProxyClassin interfaceProductAccessor
-
getReceivePaymentRequestTypes
List<PaymentTransferType> getReceivePaymentRequestTypes()
-
getReceivePosPaymentTypes
List<PaymentTransferType> getReceivePosPaymentTypes()
-
getSearchUsersOnGroups
List<UserGroupAccessibility> getSearchUsersOnGroups()
-
getSelfPayments
List<PaymentTransferType> getSelfPayments()
-
getSendMessagesToAdmin
List<MessageCategory> getSendMessagesToAdmin()
-
getShowAccountInProfile
AccountProfileVisibility getShowAccountInProfile()
-
getShowActivitiesInProfile
List<UserProfileActivity> getShowActivitiesInProfile()
-
getShowBrokers
BrokerVisibility getShowBrokers()
-
getSystemPayments
List<PaymentTransferType> getSystemPayments()
-
getUserAccounts
List<UserAccountType> getUserAccounts()
-
getUserPayments
List<PaymentTransferType> getUserPayments()
-
getViewProfileOnGroups
List<UserGroupAccessibility> getViewProfileOnGroups()
-
getVouchers
BooleanPropertiesHolder<VoucherConfiguration> getVouchers()
-
getWizards
BooleanPropertiesHolder<UserWizard> getWizards()
-
hasUserAccounts
default boolean hasUserAccounts()
-
isAdsRequireAuthorization
boolean isAdsRequireAuthorization()
-
isShowAdExpirationDate
boolean isShowAdExpirationDate()
-
isShowAdPublicationDate
boolean isShowAdPublicationDate()
-
isViewMyAccounts
boolean isViewMyAccounts()
-
isWebShopAdsRequireAuthorization
boolean isWebShopAdsRequireAuthorization()
-
-