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

Packages that use SolutionHomes
atg.svc.repository.service   
 

Uses of SolutionHomes in atg.svc.repository.service
 

Methods in atg.svc.repository.service that return SolutionHomes
 SolutionHomes SolutionService.getHomes(java.lang.Object pObject)
          Gets the SolutionHomes for the given repository object.
 SolutionHomes KnowledgeBaseService.getSolutionBeanHomes()
          Gets the factory for the bean homes for the SolutionRepository.
 SolutionHomes KnowledgeBaseService.getSolutionRepositoryHomes()
          Gets the factory for the repository homes for the SolutionRepository.
 

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

Creates a new SolutionFieldValue object specifically for Transactional Fragment fields.