ariba.ui.aribaweb.core
Class AWComponentApiManager
java.lang.Object
ariba.ui.aribaweb.util.AWBaseObject
ariba.ui.aribaweb.core.AWComponentApiManager
- All Implemented Interfaces:
- AWObject
public class AWComponentApiManager
- extends AWBaseObject
| Fields inherited from class ariba.ui.aribaweb.util.AWBaseObject |
AribaHashtableClass, AribaVectorClass, ClassClass, EmptyHashtable, EmptyMap, EmptyVector, False, IntegerClass, JavaHashtableClass, JavaMapClass, JavaVectorClass, LogHandling, NullObject, ObjectClass, StringClass, True, UndefinedObject, UndefinedString, UninitializedRealNumber |
sharedInstance
public static AWComponentApiManager sharedInstance()
getSortedComponentList
public List getSortedComponentList(String packageName)
getSortedComponentDefinitionList
public List getSortedComponentDefinitionList(String packageName)
componentsWithErrors
public List componentsWithErrors(String packageName,
boolean includeValidationErrors,
boolean includeApiErrors)
getComponentApiList
public List getComponentApiList(String packageName)
registerComponentApi
public void registerComponentApi(AWComponentDefinition componentDefinition)
getMissingComponentApiList
public List getMissingComponentApiList(String packageName)
addMissingAWApi
public void addMissingAWApi(AWComponentDefinition componentDefinition)
printBindingErrors
public static String printBindingErrors(AWComponentDefinition componentDefinition)
packageNameForComponent
public static String packageNameForComponent(AWComponentDefinition componentDefinition)
getAWApi
public static AWApi getAWApi(String componentName)
getEmpiricalApi
public static Map getEmpiricalApi(String componentName)
getValidationErrorCount
public static int getValidationErrorCount(String componentName)
getComponentApiErrorCount
public static int getComponentApiErrorCount(String componentName)
componentDefinition
public static AWComponentDefinition componentDefinition(String componentName)
AribaWeb User Interface Development Framework
Copyright © 2000-2009 Ariba, Inc. All Rights Reserved.