pulse - the web application framework Get pulse at SourceForge.net. Fast, secure and Free Open Source software downloads Ohloh project report for pulse-java

Uses of Class
org.torweg.pulse.util.adminui.AdminErrors

Packages that use AdminErrors
org.torweg.pulse.component.shop.admin all editors of the pulse-website-administration for the shop can be found within this package. 
org.torweg.pulse.util.adminui is a collection of utilities used by the administration user interface. 
 

Uses of AdminErrors in org.torweg.pulse.component.shop.admin
 

Methods in org.torweg.pulse.component.shop.admin that return AdminErrors
 AdminErrors ShopSettingsEditorResult.getError()
          Returns the error.
 

Methods in org.torweg.pulse.component.shop.admin with parameters of type AdminErrors
 void ShopSettingsEditorResult.setError(AdminErrors e)
          Sets an error for the result.
 

Uses of AdminErrors in org.torweg.pulse.util.adminui
 

Methods in org.torweg.pulse.util.adminui that return AdminErrors
static AdminErrors AdminErrors.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AdminErrors[] AdminErrors.values()
          Returns an array containing the constants of this enum type, in the order they're declared.