Uses of Class
com.ail.core.configure.ConfigurationSummary

Packages that use ConfigurationSummary
com.ail.core.configure   
com.ail.core.configure.server   
com.ail.core.ui   
 

Uses of ConfigurationSummary in com.ail.core.configure
 

Methods in com.ail.core.configure that return types with arguments of type ConfigurationSummary
 java.util.Collection<ConfigurationSummary> EJBLoaderBean.getNamespacesDetail()
          Delegate to the local configuration loader's getNamespacesDetail method.
 java.util.Collection<ConfigurationSummary> EJBLoader.getNamespacesDetail()
           
 java.util.Collection<ConfigurationSummary> EJBLoaderLocal.getNamespacesDetail()
           
 java.util.Collection<ConfigurationSummary> EJBLoaderBean.getNamespacesHistoryDetail(java.lang.String namespace)
          Delegate to the local configuration loader's getNamespacesHistoryDetail method.
 java.util.Collection<ConfigurationSummary> EJBLoader.getNamespacesHistoryDetail(java.lang.String namespace)
           
 java.util.Collection<ConfigurationSummary> EJBLoaderLocal.getNamespacesHistoryDetail(java.lang.String namespace)
           
 java.util.Collection<ConfigurationSummary> ConfigurationHandler.getNamespacesHistorySummary(java.lang.String namespace)
          Fetch the details of all the elements in a namespaces history.
 java.util.Collection<ConfigurationSummary> JDBCConfigurationLoader.getNamespacesHistorySummary(java.lang.String namespace)
          Return details of a namespaces versions.
abstract  java.util.Collection<ConfigurationSummary> AbstractConfigurationLoader.getNamespacesHistorySummary(java.lang.String namespace)
          Build and return a list of the details of a namespaces versions.
 java.util.Collection<ConfigurationSummary> FileConfigurationLoader.getNamespacesHistorySummary(java.lang.String namespace)
          Fetch the details of a specific configurations history.
 java.util.Collection<ConfigurationSummary> WebServiceConfigurationLoader.getNamespacesHistorySummary(java.lang.String namespace)
          Fetch the details of a specific configurations history.
 java.util.Collection<ConfigurationSummary> EJBConfigurationLoader.getNamespacesHistorySummary(java.lang.String namespace)
           
 java.util.Collection<ConfigurationSummary> ConfigurationHandler.getNamespacesSummary()
          Fetch the details of all the namespaces that have configurations associated with them.
 java.util.Collection<ConfigurationSummary> JDBCConfigurationLoader.getNamespacesSummary()
          Return a list of details of all the namespaces in the database which have a validTo date of 0.
abstract  java.util.Collection<ConfigurationSummary> AbstractConfigurationLoader.getNamespacesSummary()
          Build and return a list of the details of the namespaces currently being used.
 java.util.Collection<ConfigurationSummary> FileConfigurationLoader.getNamespacesSummary()
          Fetch the summary details for all the configurations that are current.
 java.util.Collection<ConfigurationSummary> WebServiceConfigurationLoader.getNamespacesSummary()
          Fetch the summary details for all the configurations that are current.
 java.util.Collection<ConfigurationSummary> EJBConfigurationLoader.getNamespacesSummary()
           
 

Uses of ConfigurationSummary in com.ail.core.configure.server
 

Methods in com.ail.core.configure.server that return types with arguments of type ConfigurationSummary
 java.util.Collection<ConfigurationSummary> GetNamespacesHistoryCommand.getNamespacesRet()
          Get the namespace collection.
 java.util.Collection<ConfigurationSummary> GetNamespacesHistoryArgImp.getNamespacesRet()
          Get the namespace collection.
 java.util.Collection<ConfigurationSummary> GetNamespacesHistoryArg.getNamespacesRet()
          Get the namespace collection.
 

Method parameters in com.ail.core.configure.server with type arguments of type ConfigurationSummary
 void GetNamespacesHistoryCommand.setNamespacesRet(java.util.Collection<ConfigurationSummary> namespaces)
          Set the namespaces collection attribute.
 void GetNamespacesHistoryArgImp.setNamespacesRet(java.util.Collection<ConfigurationSummary> namespacesRet)
          Set the namespaces collection attribute.
 void GetNamespacesHistoryArg.setNamespacesRet(java.util.Collection<ConfigurationSummary> namespaces)
          Set the namespaces collection attribute.
 

Uses of ConfigurationSummary in com.ail.core.ui
 

Methods in com.ail.core.ui that return ConfigurationSummary
 ConfigurationSummary ConfigureForm.getSelected()
           
 

Methods in com.ail.core.ui with parameters of type ConfigurationSummary
 void ConfigureForm.setSelected(ConfigurationSummary selected)