Uses of Class
atg.svc.repository.beans.ServiceHomes

Packages that use ServiceHomes
atg.svc.repository.beans.methods   
atg.svc.repository.service   
 

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

Methods in atg.svc.repository.beans.methods that return ServiceHomes
 ServiceHomes SegmentedFrameworkMethods.getServiceHomes()
          Gets the service homes.
 

Uses of ServiceHomes in atg.svc.repository.service
 

Methods in atg.svc.repository.service that return ServiceHomes
 ServiceHomes KnowledgeBaseService.getBeanHomes()
          Gets the bean homes for the configured bean homes name.
 ServiceHomes SolutionService.getHomes(java.lang.Object pObject)
          Gets the ServiceHomes for the given repository object.
 ServiceHomes KnowledgeBaseService.getRepositoryHomes()
          Gets the repository homes for the configured repository homes name.
 ServiceHomes UIService.getServiceHomes()
          get the service homes
 

Methods in atg.svc.repository.service with parameters of type ServiceHomes
 Solution SolutionService.createSolution(SolutionClass pSolutionClass, ServiceHomes pHomes)
          Creates a new Solution object from the given SolutionClass object from the given ServiceHomes.
 Solution SolutionService.createSolution(java.lang.String pSolutionClassId, ServiceHomes pHomes)
          Creates a new Solution object from the given SolutionClass object from the given ServiceHomes.
 SolutionFieldValue SolutionService.createSolutionFieldValue(FieldDefinitionType pType, ServiceHomes pHomes)
          Creates a new SolutionFieldValue impl from the given ServiceHomes (bean or repository).
 SolutionFieldValue TransactionalFragmentService.createSolutionFieldValue(java.lang.String pFragmentPath, java.util.Map pParamValues, ServiceHomes pHomes)
          

Creates a new SolutionFieldValue object specifically for Transactional Fragment fields.