Package org.cyclos.impl.users
Interface MemberOrBrokerProductAccessor
-
- All Superinterfaces:
ProcessableForProxying,ProductAccessor
- All Known Subinterfaces:
BrokerProductAccessor,MemberProductAccessor
- All Known Implementing Classes:
EmptyBrokerProductAccessor,EmptyMemberOrBrokerProductAccessor,EmptyMemberProductAccessor,OidcMemberOrBrokerProductAccessor,OidcMemberProductAccessor,RestrictedOperatorBrokerProductAccessor,RestrictedOperatorMemberOrBrokerProductAccessor,RestrictedOperatorMemberProductAccessor,SystemBrokerProductAccessor,SystemMemberOrBrokerProductAccessor,SystemMemberProductAccessor
public interface MemberOrBrokerProductAccessor extends ProductAccessor
Accessor for properties in MemberProducts
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description GroupVisibilitygetGroupVisibility()intgetMaxOperators()BooleanPropertiesHolder<UserNotificationType>getNotifications()BooleanPropertiesHolder<ProfileField>getOperatorProfileFields()default Class<?>getProxyClass()Returns the class used for proxiesList<UserGroup>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
-
getGroupVisibility
GroupVisibility getGroupVisibility()
-
getMaxOperators
int getMaxOperators()
-
getNotifications
BooleanPropertiesHolder<UserNotificationType> getNotifications()
-
getOperatorProfileFields
BooleanPropertiesHolder<ProfileField> getOperatorProfileFields()
-
getProxyClass
default Class<?> getProxyClass()
Description copied from interface:ProcessableForProxyingReturns the class used for proxies- Specified by:
getProxyClassin interfaceProcessableForProxying- Specified by:
getProxyClassin interfaceProductAccessor
-
-