|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectatg.datamodel.Homes
atg.svc.repository.beans.ServiceSharedHomes
public class ServiceSharedHomes
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:
Home Name | Homes Instance |
---|---|
ServiceShared/repository | An instance of ServiceSharedHomes that returns Home instances for dealing with repository-backed instances. |
ServiceShared/bean | An instance of ServiceSharedHomes that returns Home instances for dealing with Java Bean instances. |
The following code demonstrates how an application may obtain an instance of the home factory for dealing with repository instances:
ServiceSharedHomes homes = (ServiceSharedHomes)Homes.getHomes("ServiceShared/repository");
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 |
---|
public ServiceSharedHomes()
Method Detail |
---|
public static void initialize() throws atg.datamodel.DataModelException
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.
atg.datamodel.DataModelException
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |