Package org.cyclos.impl.users
Class EmptyBrokerProductAccessor
- java.lang.Object
-
- org.cyclos.impl.users.EmptyProductAccessor
-
- org.cyclos.impl.users.EmptyUserManagementProductAccessor
-
- org.cyclos.impl.users.EmptyBrokerProductAccessor
-
- All Implemented Interfaces:
ProcessableForProxying,BrokerProductAccessor,MemberOrBrokerProductAccessor,ProductAccessor,UserManagementProductAccessor
public class EmptyBrokerProductAccessor extends EmptyUserManagementProductAccessor implements BrokerProductAccessor
Empty implementation forBrokerProductAccessor
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedEmptyBrokerProductAccessor()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description List<BrokerProduct>getBrokerProducts()GroupVisibilitygetGroupVisibility()static BrokerProductAccessorgetInstance()intgetMaxOperators()BooleanPropertiesHolder<UserNotificationType>getNotifications()BooleanPropertiesHolder<ProfileField>getOperatorProfileFields()List<UserGroup>getUserRegistrationGroups()BooleanPropertiesHolder<VoucherConfiguration>getUserVouchers()-
Methods inherited from class org.cyclos.impl.users.EmptyUserManagementProductAccessor
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.EmptyProductAccessor
getAccessibleUserGroups, getAgreements, getDefaultQuickAccess, getDocumentCategoryView, getGroupsForUserDirectory, getInstance, 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 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
-
-
-
-
Method Detail
-
getInstance
public static BrokerProductAccessor getInstance()
-
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
-
-