Package org.cyclos.impl.users
Class SystemBrokerProductAccessor
- java.lang.Object
-
- org.cyclos.impl.users.AbstractSystemProductAccessor
-
- org.cyclos.impl.users.SystemProductAccessor
-
- org.cyclos.impl.users.SystemUserManagementProductAccessor
-
- org.cyclos.impl.users.SystemBrokerProductAccessor
-
- All Implemented Interfaces:
ProcessableForProxying,BrokerProductAccessor,MemberOrBrokerProductAccessor,ProductAccessor,UserManagementProductAccessor
public class SystemBrokerProductAccessor extends SystemUserManagementProductAccessor implements BrokerProductAccessor
ABrokerProductAccessorused bySystemSessionData
-
-
Field Summary
-
Fields inherited from class org.cyclos.impl.users.AbstractSystemProductAccessor
applicationContext, network, networkPathRegistry, productsHandler, rawEntityManagerHandler, recordFieldHandler
-
-
Constructor Summary
Constructors Constructor Description SystemBrokerProductAccessor(ApplicationContext applicationContext, Network network)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<BrokerProduct>getBrokerProducts()GroupVisibilitygetGroupVisibility()intgetMaxOperators()BooleanPropertiesHolder<UserNotificationType>getNotifications()BooleanPropertiesHolder<ProfileField>getOperatorProfileFields()List<UserGroup>getUserRegistrationGroups()BooleanPropertiesHolder<VoucherConfiguration>getUserVouchers()-
Methods inherited from class org.cyclos.impl.users.SystemUserManagementProductAccessor
getChargebackPaymentsToUser, getCreateTicketsAsUser, getDocumentCategoryManage, getExternalPaymentsAsUser, getPaymentsAsUser, getPrivacyControls, getRequestPaymentsAsUser, getSelfPaymentsAsUser, getSystemPaymentsAsUser, getUserAccessClients, getUserAccountsAccess, getUserAdFields, getUserContactFields, getUserCustomOperationsRun, getUserPasswordActions, getUserPaymentRequestsSendToSystem, getUserPaymentRequestsSendToUser, getUserPaymentsAsUser, getUserRecordFields, getUserRecordTypes, getUserTokenTypes, getUserTransferFilters, getUserWizards, isEditUserProfile, isIncludeBalancesInExportUsersCSV
-
Methods inherited from class org.cyclos.impl.users.SystemProductAccessor
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
-
Methods inherited from class org.cyclos.impl.users.AbstractSystemProductAccessor
forProfileFields, forProfileFields, forRecordFields, from, listCustomOperations, listPaymentTypes, listPaymentTypes, listPaymentTypes, listPaymentTypes, listSystemWizards, listTransferFilter, listTransferTypes, listUserWizards, selectFrom, toBooleanPropertiesHolder, toBooleanPropertiesHolder, toBooleanPropertiesHolder, toBooleanPropertiesHolder
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.cyclos.impl.users.BrokerProductAccessor
getProxyClass
-
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
-
Methods inherited from interface org.cyclos.impl.users.UserManagementProductAccessor
getChargebackPaymentsToUser, getCreateTicketsAsUser, getDocumentCategoryManage, getExternalPaymentsAsUser, getPaymentsAsUser, getPrivacyControls, getRequestPaymentsAsUser, getSelfPaymentsAsUser, getSystemPaymentsAsUser, getUserAccessClients, getUserAccountsAccess, getUserAdFields, getUserContactFields, getUserCustomOperationsRun, getUserPasswordActions, getUserPaymentRequestsSendToSystem, getUserPaymentRequestsSendToUser, getUserPaymentsAsUser, getUserRecordFields, getUserRecordTypes, getUserTokenTypes, getUserTransferFilters, getUserWizards, isEditUserProfile, isIncludeBalancesInExportUsersCSV
-
-
-
-
Constructor Detail
-
SystemBrokerProductAccessor
public SystemBrokerProductAccessor(ApplicationContext applicationContext, Network network)
-
-
Method Detail
-
getBrokerProducts
public List<BrokerProduct> getBrokerProducts()
- Specified by:
getBrokerProductsin interfaceBrokerProductAccessor
-
getGroupVisibility
public GroupVisibility getGroupVisibility()
- Specified by:
getGroupVisibilityin interfaceMemberOrBrokerProductAccessor
-
getMaxOperators
public int getMaxOperators()
- Specified by:
getMaxOperatorsin interfaceMemberOrBrokerProductAccessor
-
getNotifications
public BooleanPropertiesHolder<UserNotificationType> getNotifications()
- Specified by:
getNotificationsin interfaceMemberOrBrokerProductAccessor
-
getOperatorProfileFields
public BooleanPropertiesHolder<ProfileField> getOperatorProfileFields()
- Specified by:
getOperatorProfileFieldsin interfaceMemberOrBrokerProductAccessor
-
getUserRegistrationGroups
public List<UserGroup> getUserRegistrationGroups()
- Specified by:
getUserRegistrationGroupsin interfaceMemberOrBrokerProductAccessor
-
getUserVouchers
public BooleanPropertiesHolder<VoucherConfiguration> getUserVouchers()
- Specified by:
getUserVouchersin interfaceBrokerProductAccessor
-
-