Package org.cyclos.impl.users
Class EmptyUserManagementProductAccessor
- java.lang.Object
-
- org.cyclos.impl.users.EmptyProductAccessor
-
- org.cyclos.impl.users.EmptyUserManagementProductAccessor
-
- All Implemented Interfaces:
ProcessableForProxying,ProductAccessor,UserManagementProductAccessor
- Direct Known Subclasses:
EmptyAdminProductAccessor,EmptyBrokerProductAccessor
public class EmptyUserManagementProductAccessor extends EmptyProductAccessor implements UserManagementProductAccessor
Empty implementation forUserManagementProductAccessor
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedEmptyUserManagementProductAccessor()
-
Method Summary
-
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.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
getProxyClass
-
-
-
-
Method Detail
-
getInstance
public static UserManagementProductAccessor getInstance()
-
getChargebackPaymentsToUser
public List<TransferType> getChargebackPaymentsToUser()
- Specified by:
getChargebackPaymentsToUserin interfaceUserManagementProductAccessor
-
getCreateTicketsAsUser
public List<PaymentTransferType> getCreateTicketsAsUser()
- Specified by:
getCreateTicketsAsUserin interfaceUserManagementProductAccessor
-
getDocumentCategoryManage
public List<DocumentCategory> getDocumentCategoryManage()
- Specified by:
getDocumentCategoryManagein interfaceUserManagementProductAccessor
-
getExternalPaymentsAsUser
public List<PaymentTransferType> getExternalPaymentsAsUser()
- Specified by:
getExternalPaymentsAsUserin interfaceUserManagementProductAccessor
-
getPaymentsAsUser
public List<PaymentTransferType> getPaymentsAsUser()
- Specified by:
getPaymentsAsUserin interfaceUserManagementProductAccessor
-
getPrivacyControls
public List<PrivacyControl> getPrivacyControls()
- Specified by:
getPrivacyControlsin interfaceUserManagementProductAccessor
-
getRequestPaymentsAsUser
public List<PaymentTransferType> getRequestPaymentsAsUser()
- Specified by:
getRequestPaymentsAsUserin interfaceUserManagementProductAccessor
-
getSelfPaymentsAsUser
public List<PaymentTransferType> getSelfPaymentsAsUser()
- Specified by:
getSelfPaymentsAsUserin interfaceUserManagementProductAccessor
-
getSystemPaymentsAsUser
public List<PaymentTransferType> getSystemPaymentsAsUser()
- Specified by:
getSystemPaymentsAsUserin interfaceUserManagementProductAccessor
-
getUserAccessClients
public BooleanPropertiesHolder<AccessClientPrincipalType> getUserAccessClients()
- Specified by:
getUserAccessClientsin interfaceUserManagementProductAccessor
-
getUserAccountsAccess
public List<UserAccountType> getUserAccountsAccess()
- Specified by:
getUserAccountsAccessin interfaceUserManagementProductAccessor
-
getUserAdFields
public BooleanPropertiesHolder<AdCustomField> getUserAdFields()
- Specified by:
getUserAdFieldsin interfaceUserManagementProductAccessor
-
getUserContactFields
public BooleanPropertiesHolder<ContactCustomField> getUserContactFields()
- Specified by:
getUserContactFieldsin interfaceUserManagementProductAccessor
-
getUserCustomOperationsRun
public List<CustomOperation> getUserCustomOperationsRun()
- Specified by:
getUserCustomOperationsRunin interfaceUserManagementProductAccessor
-
getUserPasswordActions
public BooleanPropertiesHolder<PasswordType> getUserPasswordActions()
- Specified by:
getUserPasswordActionsin interfaceUserManagementProductAccessor
-
getUserPaymentRequestsSendToSystem
public List<PaymentTransferType> getUserPaymentRequestsSendToSystem()
- Specified by:
getUserPaymentRequestsSendToSystemin interfaceUserManagementProductAccessor
-
getUserPaymentRequestsSendToUser
public List<PaymentTransferType> getUserPaymentRequestsSendToUser()
- Specified by:
getUserPaymentRequestsSendToUserin interfaceUserManagementProductAccessor
-
getUserPaymentsAsUser
public List<PaymentTransferType> getUserPaymentsAsUser()
- Specified by:
getUserPaymentsAsUserin interfaceUserManagementProductAccessor
-
getUserRecordFields
public BooleanPropertiesHolder<RecordCustomField> getUserRecordFields(UserRecordType recordType)
- Specified by:
getUserRecordFieldsin interfaceUserManagementProductAccessor
-
getUserRecordTypes
public BooleanPropertiesHolder<UserRecordType> getUserRecordTypes()
- Specified by:
getUserRecordTypesin interfaceUserManagementProductAccessor
-
getUserTokenTypes
public BooleanPropertiesHolder<TokenPrincipalType> getUserTokenTypes()
- Specified by:
getUserTokenTypesin interfaceUserManagementProductAccessor
-
getUserTransferFilters
public List<TransferFilter> getUserTransferFilters()
- Specified by:
getUserTransferFiltersin interfaceUserManagementProductAccessor
-
getUserWizards
public List<UserWizard> getUserWizards()
- Specified by:
getUserWizardsin interfaceUserManagementProductAccessor
-
isEditUserProfile
public boolean isEditUserProfile()
- Specified by:
isEditUserProfilein interfaceUserManagementProductAccessor
-
isIncludeBalancesInExportUsersCSV
public boolean isIncludeBalancesInExportUsersCSV()
- Specified by:
isIncludeBalancesInExportUsersCSVin interfaceUserManagementProductAccessor
-
-