|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExtensionResultStatusType | |
|---|---|
| org.broadleafcommerce.common.extension | |
| Uses of ExtensionResultStatusType in org.broadleafcommerce.common.extension |
|---|
| Methods in org.broadleafcommerce.common.extension that return ExtensionResultStatusType | |
|---|---|
static ExtensionResultStatusType |
ExtensionResultStatusType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ExtensionResultStatusType[] |
ExtensionResultStatusType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.broadleafcommerce.common.extension with parameters of type ExtensionResultStatusType | |
|---|---|
boolean |
ExtensionManager.shouldContinue(ExtensionResultStatusType result,
ExtensionHandler handler,
Method method,
Object[] args)
Utility method that is useful for determining whether or not an ExtensionManager implementation should continue after processing a ExtensionHandler call. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||