Uses of Interface
atg.svc.repository.beans.SolutionHome

Packages that use SolutionHome
atg.svc.repository.beans   
atg.svc.repository.beans.methods   
 

Uses of SolutionHome in atg.svc.repository.beans
 

Methods in atg.svc.repository.beans that return SolutionHome
 SolutionHome SolutionHomes.getSolutionHome()
          Returns an instance of the Home for Solution instances.
 

Uses of SolutionHome in atg.svc.repository.beans.methods
 

Methods in atg.svc.repository.beans.methods with parameters of type SolutionHome
 Solution SolutionHomeMethods.findPublishedSolutionById(java.lang.String pSolutionId, SolutionHome pSolutionHome)