Uses of Class
atg.svc.ui.util.ServiceUIComponent

Packages that use ServiceUIComponent
atg.svc.ui.util   
 

Uses of ServiceUIComponent in atg.svc.ui.util
 

Methods in atg.svc.ui.util that return ServiceUIComponent
 ServiceUIComponent ServiceUIComponentDataStore.getServiceUIComponentByName(java.lang.String pName)
          The method to det a service UI component by name will return a service ui component if its name is stored in the key of the HashMap of valid service ui components
 

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.