Uses of Class
org.broadleafcommerce.common.exception.ServiceException
Packages that use ServiceException
Package
Description
-
Uses of ServiceException in org.broadleafcommerce.common.copy
Methods in org.broadleafcommerce.common.copy that throw ServiceExceptionModifier and TypeMethodDescriptionprotected <T extends MultiTenantCloneable>
voidMultiTenantCopier.copyEntitiesOfType(Class<T> clazz, Site fromSite, Catalog fromCatalog, MultiTenantCopyContext context) Subclasses will generally call this method in theirMultiTenantCopier.copyEntities(MultiTenantCopyContext)implementation.protected <T> List<T>Returns a list of all entities in the system for the given class, site, and catalog.protected <T> List<T>MultiTenantCopier.readAllIds(Class<?> clazz, Site site, Catalog catalog) Returns the primary key values for all entities of the specified type in the site or catalog.protected <T> LongReturns the count of the given entity class for the specified site and catalogprotected <T> TMultiTenantCopier.save(MultiTenantCopyContext context, T object) Saves the specified object in the toSite and toCatalog of the given context. -
Uses of ServiceException in org.broadleafcommerce.common.exception
Subclasses of ServiceException in org.broadleafcommerce.common.exceptionModifier and TypeClassDescriptionclassForm of ServiceException thrown when their is a security failure while attempting to execute the operation. -
Uses of ServiceException in org.broadleafcommerce.common.notification.service
Methods in org.broadleafcommerce.common.notification.service that throw ServiceExceptionModifier and TypeMethodDescriptionvoidNotificationDispatcher.dispatchNotification(Notification notification) This method is responsible for dispatching the given notification to any relevant services.voidNotificationDispatcherImpl.dispatchNotification(Notification notification) -
Uses of ServiceException in org.broadleafcommerce.common.security.service
Subclasses of ServiceException in org.broadleafcommerce.common.security.serviceMethods in org.broadleafcommerce.common.security.service that throw ServiceExceptionModifier and TypeMethodDescriptionExploitProtectionService.cleanString(String string) Detect and remove possible XSS threats from the passed in string.ExploitProtectionServiceImpl.cleanString(String string) ExploitProtectionService.cleanStringWithResults(String string) Detect and remove possible XSS threats from the passed in string.ExploitProtectionServiceImpl.cleanStringWithResults(String string) voidExploitProtectionService.compareToken(String passedToken) Detect possible XSRF attacks by comparing the csrf token included in the request against the true token for this user from the session.voidExploitProtectionServiceImpl.compareToken(String passedToken) ExploitProtectionService.getCSRFToken()ExploitProtectionServiceImpl.getCSRFToken()