atg.svc.repository.beans
Class ServiceSharedHomes

java.lang.Object
  extended by atg.datamodel.Homes
      extended by atg.svc.repository.beans.ServiceSharedHomes

public class ServiceSharedHomes
extends atg.datamodel.Homes

This is the factory for obtaining pointers to this package's Home classes. An instance of the factory may be obtained by calling the static method Homes.getHomes(java.lang.String), passing in a String identifying the desired instance. The following table lists the String identifiers that may be passed in, and the resulting instances:

The following code demonstrates how an application may obtain an instance of the home factory for dealing with repository instances:


Field Summary
 
Fields inherited from class atg.datamodel.Homes
CLASS_VERSION
 
Constructor Summary
ServiceSharedHomes()
           
 
Method Summary
 FavoriteQueryHome getFavoriteQueryHome()
          Returns an instance of the Home for FavoriteQuery instances.
 FavoritesHome getFavoritesHome()
          Returns an instance of the Home for Favorites instances.
 KnowledgeQueryHome getKnowledgeQueryHome()
          Returns an instance of the Home for KnowledgeQuery instances.
 KnowledgeQueryPredicateHome getKnowledgeQueryPredicateHome()
          Returns an instance of the Home for KnowledgeQueryPredicate instances.
 KnowledgeSessionHome getKnowledgeSessionHome()
          Returns an instance of the Home for KnowledgeSession instances.
 RecentTicketsHome getRecentTicketsHome()
          Returns an instance of the Home for RecentTickets instances.
 RecommendedAnswerHome getRecommendedAnswerHome()
          Returns an instance of the Home for RecommendedAnswer instances.
 RecommendedReadingHome getRecommendedReadingHome()
          Returns an instance of the Home for RecommendedReading instances.
 SolutionRelevanceHome getSolutionRelevanceHome()
          Returns an instance of the Home for SolutionRelevance instances.
 SolutionSolutionStatusHome getSolutionSolutionStatusHome()
          Returns an instance of the Home for SolutionSolutionStatus instances.
 SolutionStatusTaskDefnHome getSolutionStatusTaskDefnHome()
          Returns an instance of the Home for SolutionStatusTaskDefn instances.
 SpellingDictionaryHome getSpellingDictionaryHome()
          Returns an instance of the Home for SpellingDictionary instances.
 ViewedAnswerHome getViewedAnswerHome()
          Returns an instance of the Home for ViewedAnswer instances.
 WindowAttributeHome getWindowAttributeHome()
          Returns an instance of the Home for WindowAttribute instances.
static void initialize()
          This must be called before any of the home or instance objects in this package may be used, or before an instance of this class can be obtained from the Homes.getHomes(java.lang.String) method.
 
Methods inherited from class atg.datamodel.Homes
getHome, getHomes, getHomesName, register, registerHome
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceSharedHomes

public ServiceSharedHomes()
Method Detail

initialize

public static void initialize()
                       throws atg.datamodel.DataModelException
This must be called before any of the home or instance objects in this package may be used, or before an instance of this class can be obtained from the Homes.getHomes(java.lang.String) method. But rather than calling this method directly, applications should call InitializeDataModel.initialize(), which will initialize all of the data types in a single method call.

Throws:
atg.datamodel.DataModelException

getKnowledgeQueryHome

public KnowledgeQueryHome getKnowledgeQueryHome()

Returns an instance of the Home for KnowledgeQuery instances. The resulting Home will deal with repository or bean instances, depending on how this factory was obtained from the Homes.getHomes(java.lang.String) method.


getKnowledgeQueryPredicateHome

public KnowledgeQueryPredicateHome getKnowledgeQueryPredicateHome()

Returns an instance of the Home for KnowledgeQueryPredicate instances. The resulting Home will deal with repository or bean instances, depending on how this factory was obtained from the Homes.getHomes(java.lang.String) method.


getFavoriteQueryHome

public FavoriteQueryHome getFavoriteQueryHome()

Returns an instance of the Home for FavoriteQuery instances. The resulting Home will deal with repository or bean instances, depending on how this factory was obtained from the Homes.getHomes(java.lang.String) method.


getViewedAnswerHome

public ViewedAnswerHome getViewedAnswerHome()

Returns an instance of the Home for ViewedAnswer instances. The resulting Home will deal with repository or bean instances, depending on how this factory was obtained from the Homes.getHomes(java.lang.String) method.


getRecommendedAnswerHome

public RecommendedAnswerHome getRecommendedAnswerHome()

Returns an instance of the Home for RecommendedAnswer instances. The resulting Home will deal with repository or bean instances, depending on how this factory was obtained from the Homes.getHomes(java.lang.String) method.


getKnowledgeSessionHome

public KnowledgeSessionHome getKnowledgeSessionHome()

Returns an instance of the Home for KnowledgeSession instances. The resulting Home will deal with repository or bean instances, depending on how this factory was obtained from the Homes.getHomes(java.lang.String) method.


getWindowAttributeHome

public WindowAttributeHome getWindowAttributeHome()

Returns an instance of the Home for WindowAttribute instances. The resulting Home will deal with repository or bean instances, depending on how this factory was obtained from the Homes.getHomes(java.lang.String) method.


getSolutionRelevanceHome

public SolutionRelevanceHome getSolutionRelevanceHome()

Returns an instance of the Home for SolutionRelevance instances. The resulting Home will deal with repository or bean instances, depending on how this factory was obtained from the Homes.getHomes(java.lang.String) method.


getSolutionStatusTaskDefnHome

public SolutionStatusTaskDefnHome getSolutionStatusTaskDefnHome()

Returns an instance of the Home for SolutionStatusTaskDefn instances. The resulting Home will deal with repository or bean instances, depending on how this factory was obtained from the Homes.getHomes(java.lang.String) method.


getSolutionSolutionStatusHome

public SolutionSolutionStatusHome getSolutionSolutionStatusHome()

Returns an instance of the Home for SolutionSolutionStatus instances. The resulting Home will deal with repository or bean instances, depending on how this factory was obtained from the Homes.getHomes(java.lang.String) method.


getFavoritesHome

public FavoritesHome getFavoritesHome()

Returns an instance of the Home for Favorites instances. The resulting Home will deal with repository or bean instances, depending on how this factory was obtained from the Homes.getHomes(java.lang.String) method.


getRecommendedReadingHome

public RecommendedReadingHome getRecommendedReadingHome()

Returns an instance of the Home for RecommendedReading instances. The resulting Home will deal with repository or bean instances, depending on how this factory was obtained from the Homes.getHomes(java.lang.String) method.


getRecentTicketsHome

public RecentTicketsHome getRecentTicketsHome()

Returns an instance of the Home for RecentTickets instances. The resulting Home will deal with repository or bean instances, depending on how this factory was obtained from the Homes.getHomes(java.lang.String) method.


getSpellingDictionaryHome

public SpellingDictionaryHome getSpellingDictionaryHome()

Returns an instance of the Home for SpellingDictionary instances. The resulting Home will deal with repository or bean instances, depending on how this factory was obtained from the Homes.getHomes(java.lang.String) method.