Package org.cyclos.impl.users
Interface AdminProductAccessor
-
- All Superinterfaces:
ProcessableForProxying,ProductAccessor,UserManagementProductAccessor
- All Known Implementing Classes:
EmptyAdminProductAccessor,SystemAdminProductAccessor
public interface AdminProductAccessor extends UserManagementProductAccessor
Accessor for properties in AdminProducts
-
-
Method Summary
-
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
-
getAccessibleAdminGroups
List<AdminGroup> getAccessibleAdminGroups()
-
getAccessibleVoucherConfigurations
List<VoucherConfiguration> getAccessibleVoucherConfigurations()
-
getAdminGroupAccessibility
AdminGroupAccessibility getAdminGroupAccessibility()
-
getAdminProducts
List<AdminProduct> getAdminProducts()
-
getAuthorizablePaymentsToNotify
List<TransferType> getAuthorizablePaymentsToNotify()
-
getAuthorizationRoles
BooleanPropertiesHolder<AuthorizationRole> getAuthorizationRoles()
-
getChargebackPaymentsToSystem
List<TransferType> getChargebackPaymentsToSystem()
-
getDefaultNotifications
BooleanPropertiesHolder<AdminNotificationType> getDefaultNotifications()
-
getExternalPaymentsExpiredToNotify
List<TransferType> getExternalPaymentsExpiredToNotify()
-
getExternalPaymentsFailedToNotify
List<TransferType> getExternalPaymentsFailedToNotify()
-
getFwdMessageCategoriesToEmailToNotify
List<MessageCategory> getFwdMessageCategoriesToEmailToNotify()
-
getLoginUserPrincipalTypes
List<PrincipalType> getLoginUserPrincipalTypes()
-
getManageContentSpecificConfigurations
List<Configuration> getManageContentSpecificConfigurations()
-
getManagedProducts
BooleanPropertiesHolder<Product> getManagedProducts()
-
getManageMessagesSentToSysWithCat
List<MessageCategory> getManageMessagesSentToSysWithCat()
-
getManageSpecificConfigurations
List<Configuration> getManageSpecificConfigurations()
-
getMessageCategoriesToNotify
List<MessageCategory> getMessageCategoriesToNotify()
-
getPaymentsToNotify
List<TransferType> getPaymentsToNotify()
-
getProxyClass
default Class<?> getProxyClass()
Description copied from interface:ProcessableForProxyingReturns the class used for proxies- Specified by:
getProxyClassin interfaceProcessableForProxying- Specified by:
getProxyClassin interfaceProductAccessor- Specified by:
getProxyClassin interfaceUserManagementProductAccessor
-
getSendMessagesFromSysWithCat
List<MessageCategory> getSendMessagesFromSysWithCat()
-
getSystemAccounts
List<SystemAccountType> getSystemAccounts()
-
getSystemAlertsToNotify
List<SystemAlertType> getSystemAlertsToNotify()
-
getSystemCustomOperationsRun
List<CustomOperation> getSystemCustomOperationsRun()
-
getSystemImageCategoriesManage
List<SystemImageCategory> getSystemImageCategoriesManage()
-
getSystemImageCategoriesView
List<SystemImageCategory> getSystemImageCategoriesView()
-
getSystemPaymentRequestsSendToUser
List<PaymentTransferType> getSystemPaymentRequestsSendToUser()
-
getSystemPayments
List<PaymentTransferType> getSystemPayments()
-
getSystemRecordFields
BooleanPropertiesHolder<RecordCustomField> getSystemRecordFields(SystemRecordType recordType)
-
getSystemRecordTypes
BooleanPropertiesHolder<SystemRecordType> getSystemRecordTypes()
-
getSystemToSystemPayments
List<PaymentTransferType> getSystemToSystemPayments()
-
getSystemToUserExternalPayments
List<PaymentTransferType> getSystemToUserExternalPayments()
-
getSystemToUserPayments
List<PaymentTransferType> getSystemToUserPayments()
-
getSystemTransferFilters
List<TransferFilter> getSystemTransferFilters()
-
getSystemWizardsRun
List<SystemWizard> getSystemWizardsRun()
-
getUserAlertsToNotify
List<UserAlertType> getUserAlertsToNotify()
-
getViewMessagesSentToSysWithCat
List<MessageCategory> getViewMessagesSentToSysWithCat()
-
getVoucherConfigurationsBuyingToNotify
List<VoucherConfiguration> getVoucherConfigurationsBuyingToNotify()
-
getVoucherConfigurationsToNotify
List<VoucherConfiguration> getVoucherConfigurationsToNotify()
-
getVouchers
BooleanPropertiesHolder<VoucherConfiguration> getVouchers()
-
-