Uses of Class
edu.nrao.sss.model.RepositoryException

Packages that use RepositoryException
edu.nrao.sss.model.parameter The EVLA Parameters Database, classes thereof. 
edu.nrao.sss.model.project Project object model. 
edu.nrao.sss.model.proposal Proposal object model. 
edu.nrao.sss.model.resource Resource object model. 
edu.nrao.sss.model.source Astronomical source object model. 
 

Uses of RepositoryException in edu.nrao.sss.model.parameter
 

Methods in edu.nrao.sss.model.parameter that throw RepositoryException
 Parameter ParameterProvider.findParameterById(long id)
          Returns the Parameter with the given id, if any.
 List<Parameter> ParameterProvider.findParameterByName(String name)
          Returns the Parameter(s) with the given name, if any.
 List<Parameter> ParameterProvider.getParameters()
          Returns a list of all parameters held by this provider.
 List<Parameter> ParameterProvider.getParameters(ParameterFilter filter)
          Returns a list of parameters held this provider that can pass through filter.
 

Uses of RepositoryException in edu.nrao.sss.model.project
 

Methods in edu.nrao.sss.model.project that throw RepositoryException
 Project ProjectProvider.findByCode(String code)
          Returns the Project with the given code, if any.
 Project ProjectProvider.findById(long id)
          Returns the Project with the given id, if any.
 List<Project> ProjectProvider.findByUserId(long uid)
          Return a List of Projects that are owned (a.k.a.
 List<Project> ProjectProvider.findProjects(EventSetStatus status)
          Returns the a list of projects held by this provider that have the given status.
 List<Project> ProjectProvider.findProjects(Long userId, EventSetStatus status)
          Returns the a list of projects held by this provider that have the given status and are owned by the user with the given ID.
 List<Project> ProjectProvider.findProjects(Long userId, String proposalCode)
          This method returns a List of Projects owned by userId that have a proposal code of proposalCode.
 List<Project> ProjectProvider.findTestProjects(Long userId)
          Returns the a list of test projects owned by the user with the given ID.
 List<ExecutionBlock> ExecutionBlockProvider.getAllExecBlocks()
          Returns a list of all execution blocks held by this provider.
 List<ProgramBlock> ProgramBlockProvider.getAllProgBlocks()
          Returns a list of all program blocks held by this provider.
 List<Project> ProjectProvider.getAllProjects()
          Returns a list of all projects held by this provider.
 List<SchedulingBlock> SchedulingBlockProvider.getAllSchedBlocks()
          Returns a list of all scheduling blocks held by this provider.
 List<ProgramBlock> ProgramBlockProvider.getProgBlocks(ProgramBlockFilter filter)
          Returns a list of program blocks held by this provider that can pass through filter.
 List<SchedulingBlock> SchedulingBlockProvider.getSchedBlocks(SchedulingBlockFilter filter)
          Returns a list of scheduling blocks held by this provider that can pass through filter.
 

Uses of RepositoryException in edu.nrao.sss.model.proposal
 

Methods in edu.nrao.sss.model.proposal that throw RepositoryException
 Proposal ProposalProvider.findByCode(String proposalCode)
          Returns the Proposal with the given proposalId, if any.
 Proposal ProposalProvider.findById(long id)
          Returns the Proposal with the given id, if any.
 List<Proposal> ProposalProvider.findByUserId(long uid)
           
 List<Proposal> ProposalProvider.findProposals(Long userId, ProposalStatus status)
          This method returns a List of Projects owned by userId that have a status of status.
 List<Proposal> ProposalProvider.findProposals(ProposalStatus status)
          returns a non-null (but possibly empty) list of Proposals that have the Proposal Status of status
 List<Proposal> ProposalProvider.getAllProposals()
          Returns a list of all proposals held by this provider.
 

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

Methods in edu.nrao.sss.model.resource that throw RepositoryException
 ResourceCatalog ResourceCatalogProvider.findCatalogById(long id)
          Returns the catalog with the given ID, or null if this provider holds no such catalog.
 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.
 Resource ResourceProvider.findResourceById(long id)
          Returns the Resource with the given id, if any.
 Resource ResourceCatalog.findResourceById(long id)
          Returns the Resource with the given id, if any.
 List<Resource> ResourceProvider.findResourceByName(String name)
          Returns the Resource(s) with the given name, if any.
 List<Resource> ResourceCatalog.findResourceByName(String name)
          Returns the Resource(s) with the given name, if any.
 List<Resource> ResourceProvider.getAllResources()
          Returns a list of all sources held by this provider.
 List<Resource> ResourceCatalog.getAllResources()
          Returns a list of all resources held by this provider.
 List<ResourceCatalog> ResourceCatalogProvider.getCatalogs()
          Returns a list of all catalogs held by this provider.
 

Uses of RepositoryException in edu.nrao.sss.model.source
 

Methods in edu.nrao.sss.model.source that throw RepositoryException
 SourceCatalog SourceCatalogProvider.findCatalogById(long id)
          Returns the catalog with the given ID, or null if this provider holds no such catalog.
 List<SourceCatalog> SourceCatalogProvider.findCatalogByName(String name)
          Returns a list of all catalogs held by this provider with the given name.
 List<SourceCatalog> SourceCatalogProvider.findCatalogsOwnedBy(long ownerId)
          Returns a list of all catalogs held by this provider and owned by the user with the given ID.
 List<SourceCatalog> SourceCatalogProvider.findPublicCatalogs()
          Returns a list of all public catalogs held by this provider.
 Source SourceGroup.findSourceById(long id)
           
 Source SourceProvider.findSourceById(long id)
          Returns the Source with the given id, if any.
 Source SourceCatalog.findSourceById(long id)
           
 List<Source> SourceGroup.findSourceByName(String name)
           
 List<Source> SourceProvider.findSourceByName(String name)
          Returns the Source(s) with the given name, if any.
 List<Source> SourceCatalog.findSourceByName(String name)
           
 SourceLookupTable SourceGroup.findSourceTableById(long id)
           
 SourceLookupTable SourceProvider.findSourceTableById(long id)
          Returns the SourceLookupTable with the given id, if any.
 SourceLookupTable SourceCatalog.findSourceTableById(long id)
           
 List<SourceLookupTable> SourceGroup.findSourceTableByName(String name)
           
 List<SourceLookupTable> SourceProvider.findSourceTableByName(String name)
          Returns the SourceLookupTable(s) with the given name, if any.
 List<SourceLookupTable> SourceCatalog.findSourceTableByName(String name)
           
 List<SourceCatalog> SourceCatalogProvider.getCatalogs()
          Returns a list of all catalogs held by this provider.
 List<Source> SourceGroup.getSources()
          Returns a set of all sources held by this group.
 List<Source> SourceProvider.getSources()
          Returns a list of all sources held by this provider.
 List<Source> SourceCatalog.getSources()
           
 List<Source> SourceGroup.getSources(Filter<Source> filter)
          Returns a set of all sources in this group that can pass through filter.
 List<Source> SourceProvider.getSources(Filter<Source> filter)
          Returns a list of sources held this provider that can pass through filter.
 List<Source> SourceCatalog.getSources(Filter<Source> filter)
           
 List<SourceLookupTable> SourceGroup.getSourceTables()
          Returns a set of all source lookup tables held by this group.
 List<SourceLookupTable> SourceProvider.getSourceTables()
          Returns a list of all source lookup tables held by this provider.
 List<SourceLookupTable> SourceCatalog.getSourceTables()
           
 



Copyright © 2009. All Rights Reserved.