Uses of Class
org.apache.oodt.cas.filemgr.structs.ProductType

Packages that use ProductType
org.apache.oodt.cas.filemgr.catalog   
org.apache.oodt.cas.filemgr.repository   
org.apache.oodt.cas.filemgr.structs   
org.apache.oodt.cas.filemgr.system   
org.apache.oodt.cas.filemgr.tools   
org.apache.oodt.cas.filemgr.util   
org.apache.oodt.cas.filemgr.validation   
 

Uses of ProductType in org.apache.oodt.cas.filemgr.catalog
 

Methods in org.apache.oodt.cas.filemgr.catalog with parameters of type ProductType
 ProductPage ScienceDataCatalog.getFirstPage(ProductType type)
           
 ProductPage LuceneCatalog.getFirstPage(ProductType type)
           
 ProductPage DataSourceCatalog.getFirstPage(ProductType type)
           
 ProductPage ScienceDataCatalog.getLastProductPage(ProductType type)
           
 ProductPage LuceneCatalog.getLastProductPage(ProductType type)
           
 ProductPage DataSourceCatalog.getLastProductPage(ProductType type)
           
 ProductPage ScienceDataCatalog.getNextPage(ProductType type, ProductPage currentPage)
           
 ProductPage LuceneCatalog.getNextPage(ProductType type, ProductPage currentPage)
           
 ProductPage DataSourceCatalog.getNextPage(ProductType type, ProductPage currentPage)
           
 int ScienceDataCatalog.getNumProducts(ProductType productType)
           
 int LuceneCatalog.getNumProducts(ProductType type)
           
 int DataSourceCatalog.getNumProducts(ProductType type)
           
 int Catalog.getNumProducts(ProductType type)
           
 ProductPage ScienceDataCatalog.getPrevPage(ProductType type, ProductPage currentPage)
           
 ProductPage LuceneCatalog.getPrevPage(ProductType type, ProductPage currentPage)
           
 ProductPage DataSourceCatalog.getPrevPage(ProductType type, ProductPage currentPage)
           
 List<Product> ScienceDataCatalog.getProductsByProductType(ProductType productType)
           
 List<Product> LuceneCatalog.getProductsByProductType(ProductType type)
           
 List<Product> DataSourceCatalog.getProductsByProductType(ProductType type)
           
 List<Product> Catalog.getProductsByProductType(ProductType type)
           Gets the Products associated with the specified ProductType in the Catalog.
 List<Product> ScienceDataCatalog.getTopNProducts(int num, ProductType productType)
           
 List<Product> LuceneCatalog.getTopNProducts(int n, ProductType type)
           
 List<Product> DataSourceCatalog.getTopNProducts(int n, ProductType type)
           
 List<Product> Catalog.getTopNProducts(int n, ProductType type)
           Gets the top N most recent products that have been cataloged for the given ProductType.
 ProductPage ScienceDataCatalog.pagedQuery(Query query, ProductType type, int pageNum)
           
 ProductPage MappedDataSourceCatalog.pagedQuery(Query query, ProductType type, int pageNum)
           
 ProductPage LuceneCatalog.pagedQuery(Query query, ProductType type, int pageNum)
           
 ProductPage DataSourceCatalog.pagedQuery(Query query, ProductType type, int pageNum)
           
 ProductPage Catalog.pagedQuery(Query query, ProductType type, int pageNum)
           Performs a query against the underlying Catalog, and then properly formulates a page of results to send back to the user.
 List<String> ScienceDataCatalog.query(Query arg0, ProductType arg1)
           
 List<String> MappedDataSourceCatalog.query(Query query, ProductType type)
           
 List<String> LuceneCatalog.query(Query query, ProductType type)
           
 List<String> DataSourceCatalog.query(Query query, ProductType type)
           
 List<String> Catalog.query(Query query, ProductType type)
           Queries the Catalog with the specified Query
 

Uses of ProductType in org.apache.oodt.cas.filemgr.repository
 

Methods in org.apache.oodt.cas.filemgr.repository that return ProductType
 ProductType XMLRepositoryManager.getProductTypeById(String productTypeId)
           
 ProductType ScienceDataRepositoryManager.getProductTypeById(String productTypeId)
           
 ProductType RepositoryManager.getProductTypeById(String productTypeId)
           Gets a {link ProductType} from the RepositoryManager identified by its productTypeId.
 ProductType DataSourceRepositoryManager.getProductTypeById(String productTypeId)
           
 ProductType XMLRepositoryManager.getProductTypeByName(String productTypeName)
           
 ProductType ScienceDataRepositoryManager.getProductTypeByName(String productTypeName)
           
 ProductType RepositoryManager.getProductTypeByName(String productTypeName)
           Gets a ProductType specified by its productTypeName, from the RepositoryManager.
 ProductType DataSourceRepositoryManager.getProductTypeByName(String productTypeName)
           
 

Methods in org.apache.oodt.cas.filemgr.repository that return types with arguments of type ProductType
 List<ProductType> XMLRepositoryManager.getProductTypes()
           
 List<ProductType> ScienceDataRepositoryManager.getProductTypes()
           
 List<ProductType> RepositoryManager.getProductTypes()
           Gets all the ProductTypes from the repository.
 List<ProductType> DataSourceRepositoryManager.getProductTypes()
           
 

Methods in org.apache.oodt.cas.filemgr.repository with parameters of type ProductType
 void XMLRepositoryManager.addProductType(ProductType productType)
           
 void ScienceDataRepositoryManager.addProductType(ProductType productType)
           
 void RepositoryManager.addProductType(ProductType productType)
           Adds a ProductType to the RepositoryManager.
 void DataSourceRepositoryManager.addProductType(ProductType productType)
           
 void XMLRepositoryManager.modifyProductType(ProductType productType)
           
 void ScienceDataRepositoryManager.modifyProductType(ProductType productType)
           
 void RepositoryManager.modifyProductType(ProductType productType)
           Modifies a ProductType in the RepositoryManager with the specified ID field of the productType.
 void DataSourceRepositoryManager.modifyProductType(ProductType productType)
           
 void XMLRepositoryManager.removeProductType(ProductType productType)
           
 void ScienceDataRepositoryManager.removeProductType(ProductType productType)
           
 void RepositoryManager.removeProductType(ProductType productType)
           Removes a ProductType from the RepositoryManager
 void DataSourceRepositoryManager.removeProductType(ProductType productType)
           
 

Uses of ProductType in org.apache.oodt.cas.filemgr.structs
 

Methods in org.apache.oodt.cas.filemgr.structs that return ProductType
 ProductType Product.getProductType()
           
 

Methods in org.apache.oodt.cas.filemgr.structs with parameters of type ProductType
 void Product.setProductType(ProductType productType)
           
 

Constructors in org.apache.oodt.cas.filemgr.structs with parameters of type ProductType
Product(String name, ProductType pType, String structure, String transferStatus, List<Reference> refs)
           Constructs a new Product with the specified parameters.
 

Uses of ProductType in org.apache.oodt.cas.filemgr.system
 

Methods in org.apache.oodt.cas.filemgr.system that return ProductType
 ProductType XmlRpcFileManagerClient.getProductTypeById(String productTypeId)
           
 ProductType XmlRpcFileManagerClient.getProductTypeByName(String productTypeName)
           
 

Methods in org.apache.oodt.cas.filemgr.system that return types with arguments of type ProductType
 List<ProductType> XmlRpcFileManagerClient.getProductTypes()
           
 

Methods in org.apache.oodt.cas.filemgr.system with parameters of type ProductType
 String XmlRpcFileManagerClient.addProductType(ProductType type)
           
 Query XmlRpcFileManagerClient.getCatalogQuery(Query query, ProductType productType)
           
 org.apache.oodt.cas.metadata.Metadata XmlRpcFileManagerClient.getCatalogValues(org.apache.oodt.cas.metadata.Metadata metadata, ProductType productType)
           
 Element XmlRpcFileManagerClient.getElementByName(String elementName, ProductType type)
           
 List<Element> XmlRpcFileManagerClient.getElementsByProductType(ProductType type)
           
 ProductPage XmlRpcFileManagerClient.getFirstPage(ProductType type)
           
 ProductPage XmlRpcFileManagerClient.getLastPage(ProductType type)
           
 ProductPage XmlRpcFileManagerClient.getNextPage(ProductType type, ProductPage currPage)
           
 int XmlRpcFileManagerClient.getNumProducts(ProductType type)
           
 org.apache.oodt.cas.metadata.Metadata XmlRpcFileManagerClient.getOrigValues(org.apache.oodt.cas.metadata.Metadata metadata, ProductType productType)
           
 ProductPage XmlRpcFileManagerClient.getPrevPage(ProductType type, ProductPage currPage)
           
 List<Product> XmlRpcFileManagerClient.getProductsByProductType(ProductType type)
           
 List<Product> XmlRpcFileManagerClient.getTopNProducts(int n, ProductType type)
           
 ProductPage XmlRpcFileManagerClient.pagedQuery(Query query, ProductType type, int pageNum)
           
 List<Product> XmlRpcFileManagerClient.query(Query query, ProductType type)
           
 

Uses of ProductType in org.apache.oodt.cas.filemgr.tools
 

Methods in org.apache.oodt.cas.filemgr.tools with parameters of type ProductType
 void MetadataBasedProductMover.moveProducts(ProductType type)
           
 

Uses of ProductType in org.apache.oodt.cas.filemgr.util
 

Methods in org.apache.oodt.cas.filemgr.util that return ProductType
static ProductType XmlStructFactory.getProductType(Node productTypeNode)
           
static ProductType DbStructFactory.getProductType(ResultSet rs)
           
static ProductType XmlRpcStructFactory.getProductTypeFromXmlRpc(Hashtable<String,Object> productTypeHash)
           
static ProductType DbStructFactory.toScienceDataProductType(ResultSet rs)
           
 

Methods in org.apache.oodt.cas.filemgr.util that return types with arguments of type ProductType
static List<ProductType> XmlRpcStructFactory.getProductTypeListFromXmlRpc(Vector<Hashtable<String,Object>> productTypeVector)
           
 

Methods in org.apache.oodt.cas.filemgr.util with parameters of type ProductType
 ProductPage Pagination.getFirstPage(ProductType type)
           
 ProductPage Pagination.getLastProductPage(ProductType type)
           
 ProductPage Pagination.getNextPage(ProductType type, ProductPage currentPage)
           
 ProductPage Pagination.getPrevPage(ProductType type, ProductPage currentPage)
           
static Hashtable<String,Object> XmlRpcStructFactory.getXmlRpcProductType(ProductType type)
           
 

Method parameters in org.apache.oodt.cas.filemgr.util with type arguments of type ProductType
static Document XmlStructFactory.getProductTypeXmlDocument(List<ProductType> productTypes)
           
static Vector<Hashtable<String,Object>> XmlRpcStructFactory.getXmlRpcProductTypeList(List<ProductType> productTypes)
           
static void XmlStructFactory.writeProductTypeXmlDocument(List<ProductType> productTypes, String xmlFilePath)
           
 

Uses of ProductType in org.apache.oodt.cas.filemgr.validation
 

Methods in org.apache.oodt.cas.filemgr.validation with parameters of type ProductType
 void XMLValidationLayer.addElementToProductType(ProductType type, Element element)
           
 void ValidationLayer.addElementToProductType(ProductType type, Element element)
           Adds the specified element to the ProductType specified by its productTypeId.
 void ScienceDataValidationLayer.addElementToProductType(ProductType productType, Element element)
           
 void DataSourceValidationLayer.addElementToProductType(ProductType type, Element element)
           
 void DataSourceValidationLayer.addParentToProductType(ProductType type, String parent)
           
 List<Element> XMLValidationLayer.getElements(ProductType type)
           
 List<Element> ValidationLayer.getElements(ProductType type)
           Returns a List of Elements corresponding to the given ProductType.
 List<Element> ScienceDataValidationLayer.getElements(ProductType productType)
           
 List<Element> DataSourceValidationLayer.getElements(ProductType type)
           
 void XMLValidationLayer.removeElementFromProductType(ProductType type, Element element)
           
 void ValidationLayer.removeElementFromProductType(ProductType type, Element element)
           Removes a metadata Element from the specified productTypeId.
 void ScienceDataValidationLayer.removeElementFromProductType(ProductType productType, Element element)
           
 void DataSourceValidationLayer.removeElementFromProductType(ProductType type, Element element)
           
 void DataSourceValidationLayer.removeParentFromProductType(ProductType type, String parent)
           
 



Copyright © 1999-2011 Apache OODT. All Rights Reserved.