Uses of Class
edu.nrao.sss.model.resource.ResourceCatalog

Packages that use ResourceCatalog
edu.nrao.sss.model.resource Resource object model. 
 

Uses of ResourceCatalog in edu.nrao.sss.model.resource
 

Methods in edu.nrao.sss.model.resource that return ResourceCatalog
 ResourceCatalog ResourceCatalog.clone()
           
 ResourceCatalog ResourceCatalogProvider.findCatalogById(long id)
          Returns the catalog with the given ID, or null if this provider holds no such catalog.
static ResourceCatalog ResourceCatalog.fromXml(Reader reader)
          Creates a new catalog based on the XML data read from reader.
static ResourceCatalog ResourceCatalog.fromXml(String xmlFile)
          Creates a new catalog from the XML data in the given file.
 ResourceCatalog ResourceBuilder.makeCatalog(String name)
           
 

Methods in edu.nrao.sss.model.resource that return types with arguments of type ResourceCatalog
 List<ResourceCatalog> ResourceCatalogProvider.findCatalogByName(String name)
          Returns a list of all catalogs held by this provider with the given name.
 List<ResourceCatalog> ResourceCatalogProvider.findCatalogsOwnedBy(long ownerId)
          Returns a list of all catalogs held by this provider and owned by the user with the given ID.
 List<ResourceCatalog> ResourceCatalogProvider.findPublicCatalogs()
          Returns a list of all public catalogs held by this provider.
 List<ResourceCatalog> ResourceCatalogProvider.getCatalogs()
          Returns a list of all catalogs held by this provider.
protected  List<Validation<ResourceCatalog>> ResourceCatalogValidator.makeValidationList(ValidationPurpose purpose)
           
 

Constructors in edu.nrao.sss.model.resource with parameters of type ResourceCatalog
ResourceGroup(ResourceCatalog container, String nameOfGroup)
          Creates a new group that belongs to container.
 



Copyright © 2009. All Rights Reserved.