Uses of Class
com.broadleafcommerce.notification.service.provider.external.domain.user.AdminUser
Packages that use AdminUser
Package
Description
-
Uses of AdminUser in com.broadleafcommerce.notification.service
Methods in com.broadleafcommerce.notification.service that return types with arguments of type AdminUserModifier and TypeMethodDescriptionDefaultUserResolver.fetchAdminUser
(@NonNull String adminUserId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) UserResolver.fetchAdminUser
(String adminUserId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Read an admin user by the supplied ID -
Uses of AdminUser in com.broadleafcommerce.notification.service.provider
Methods in com.broadleafcommerce.notification.service.provider that return types with arguments of type AdminUserModifier and TypeMethodDescriptionreactor.core.publisher.Mono<AdminUser>
AdminUserProvider.readByAdminUserId
(String adminUserId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Read an AdminUser by ID -
Uses of AdminUser in com.broadleafcommerce.notification.service.provider.external
Methods in com.broadleafcommerce.notification.service.provider.external that return types with arguments of type AdminUserModifier and TypeMethodDescriptionreactor.core.publisher.Mono<AdminUser>
ExternalAdminUserProvider.readByAdminUserId
(String adminUserId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)