Methods in atg.svc.ui.util with parameters of type ServiceUIComponent |
void |
ServiceUIComponentDataStore.addServiceUIComponent(ServiceUIComponent pServiceUIComponent)
The method to add a new service UI Component to the list of valid service
UI components takes a service UI component in the constructor, passes it through
validation, and then only adds the component if it passes all validation |
void |
ServiceUIComponentDataStore.removeServiceUIComponent(ServiceUIComponent pServiceUIComponent)
The method to add a remove a service UI Component from the list of valid service
UI components takes a service UI component as an argument and removes it from the
list of valid service ui components. |
boolean |
ServiceUIComponentDataStore.validateServiceUIComponent(ServiceUIComponent pServiceUIComponent)
The method to validate a service UI Component will check if the component passes the
running module check. |