atg.svc.repository.beans
Class SolutionHomes

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

public class SolutionHomes
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
SolutionHomes()
           
 
Method Summary
 atg.svc.repository.beans.BooleanFieldDefinitionHome getBooleanFieldDefinitionHome()
          Returns an instance of the Home for BooleanFieldDefinition instances.
 atg.svc.repository.beans.DateFieldDefinitionHome getDateFieldDefinitionHome()
          Returns an instance of the Home for DateFieldDefinition instances.
 atg.svc.repository.beans.DecimalFieldDefinitionHome getDecimalFieldDefinitionHome()
          Returns an instance of the Home for DecimalFieldDefinition instances.
 atg.svc.repository.beans.DefaultFieldValueHome getDefaultFieldValueHome()
          Returns an instance of the Home for DefaultFieldValue instances.
 atg.svc.repository.beans.EnumeratedListValueHome getEnumeratedListValueHome()
          Returns an instance of the Home for EnumeratedListValue instances.
 atg.svc.repository.beans.FieldDefinitionHome getFieldDefinitionHome()
          Returns an instance of the Home for FieldDefinition instances.
 atg.svc.repository.beans.FieldDefinitionTypeMetadataHome getFieldDefinitionTypeMetadataHome()
          Returns an instance of the Home for FieldDefinitionTypeMetadata instances.
 atg.svc.repository.beans.ListFieldDefinitionHome getListFieldDefinitionHome()
          Returns an instance of the Home for ListFieldDefinition instances.
 atg.svc.repository.beans.NumberFieldDefinitionHome getNumberFieldDefinitionHome()
          Returns an instance of the Home for NumberFieldDefinition instances.
 atg.svc.repository.beans.OrganizationFieldDefinitionHome getOrganizationFieldDefinitionHome()
          Returns an instance of the Home for OrganizationFieldDefinition instances.
 atg.svc.repository.beans.OrganizationValueHome getOrganizationValueHome()
          Returns an instance of the Home for OrganizationValue instances.
 atg.svc.repository.beans.QOAAHome getQOAAHome()
          Returns an instance of the Home for QOAA instances.
 atg.svc.repository.beans.SolutionClassFieldDefinitionHome getSolutionClassFieldDefinitionHome()
          Returns an instance of the Home for SolutionClassFieldDefinition instances.
 SolutionClassHome getSolutionClassHome()
          Returns an instance of the Home for SolutionClass instances.
 SolutionFieldHome getSolutionFieldHome()
          Returns an instance of the Home for SolutionField instances.
 SolutionFieldValueHome getSolutionFieldValueHome()
          Returns an instance of the Home for SolutionFieldValue instances.
 SolutionHome getSolutionHome()
          Returns an instance of the Home for Solution instances.
 SolutionStatusHome getSolutionStatusHome()
          Returns an instance of the Home for SolutionStatus instances.
 StatementFieldDefinitionHome getStatementFieldDefinitionHome()
          Returns an instance of the Home for StatementFieldDefinition instances.
 TextFieldDefinitionHome getTextFieldDefinitionHome()
          Returns an instance of the Home for TextFieldDefinition instances.
 TransactionalFragmentFieldDefinitionHome getTransactionalFragmentFieldDefinitionHome()
          Returns an instance of the Home for TransactionalFragmentFieldDefinition instances.
 TransactionalFragmentFieldValueHome getTransactionalFragmentFieldValueHome()
          Returns an instance of the Home for TransactionalFragmentFieldValue instances.
 TransactionalFragmentParameterHome getTransactionalFragmentParameterHome()
          Returns an instance of the Home for TransactionalFragmentParameter instances.
 TransactionalFragmentParameterListValueHome getTransactionalFragmentParameterListValueHome()
          Returns an instance of the Home for TransactionalFragmentParameterListValue instances.
 TransactionalFragmentParameterValueHome getTransactionalFragmentParameterValueHome()
          Returns an instance of the Home for TransactionalFragmentParameterValue instances.
 UserFieldDefinitionHome getUserFieldDefinitionHome()
          Returns an instance of the Home for UserFieldDefinition 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

SolutionHomes

public SolutionHomes()
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

getEnumeratedListValueHome

public atg.svc.repository.beans.EnumeratedListValueHome getEnumeratedListValueHome()

Returns an instance of the Home for EnumeratedListValue 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.


getSolutionFieldValueHome

public SolutionFieldValueHome getSolutionFieldValueHome()

Returns an instance of the Home for SolutionFieldValue 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.


getDefaultFieldValueHome

public atg.svc.repository.beans.DefaultFieldValueHome getDefaultFieldValueHome()

Returns an instance of the Home for DefaultFieldValue 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.


getFieldDefinitionHome

public atg.svc.repository.beans.FieldDefinitionHome getFieldDefinitionHome()

Returns an instance of the Home for FieldDefinition 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.


getStatementFieldDefinitionHome

public StatementFieldDefinitionHome getStatementFieldDefinitionHome()

Returns an instance of the Home for StatementFieldDefinition 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.


getTextFieldDefinitionHome

public TextFieldDefinitionHome getTextFieldDefinitionHome()

Returns an instance of the Home for TextFieldDefinition 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.


getDateFieldDefinitionHome

public atg.svc.repository.beans.DateFieldDefinitionHome getDateFieldDefinitionHome()

Returns an instance of the Home for DateFieldDefinition 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.


getNumberFieldDefinitionHome

public atg.svc.repository.beans.NumberFieldDefinitionHome getNumberFieldDefinitionHome()

Returns an instance of the Home for NumberFieldDefinition 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.


getDecimalFieldDefinitionHome

public atg.svc.repository.beans.DecimalFieldDefinitionHome getDecimalFieldDefinitionHome()

Returns an instance of the Home for DecimalFieldDefinition 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.


getBooleanFieldDefinitionHome

public atg.svc.repository.beans.BooleanFieldDefinitionHome getBooleanFieldDefinitionHome()

Returns an instance of the Home for BooleanFieldDefinition 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.


getListFieldDefinitionHome

public atg.svc.repository.beans.ListFieldDefinitionHome getListFieldDefinitionHome()

Returns an instance of the Home for ListFieldDefinition 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.


getUserFieldDefinitionHome

public UserFieldDefinitionHome getUserFieldDefinitionHome()

Returns an instance of the Home for UserFieldDefinition 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.


getOrganizationFieldDefinitionHome

public atg.svc.repository.beans.OrganizationFieldDefinitionHome getOrganizationFieldDefinitionHome()

Returns an instance of the Home for OrganizationFieldDefinition 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.


getTransactionalFragmentFieldDefinitionHome

public TransactionalFragmentFieldDefinitionHome getTransactionalFragmentFieldDefinitionHome()

Returns an instance of the Home for TransactionalFragmentFieldDefinition 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.


getFieldDefinitionTypeMetadataHome

public atg.svc.repository.beans.FieldDefinitionTypeMetadataHome getFieldDefinitionTypeMetadataHome()

Returns an instance of the Home for FieldDefinitionTypeMetadata 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.


getOrganizationValueHome

public atg.svc.repository.beans.OrganizationValueHome getOrganizationValueHome()

Returns an instance of the Home for OrganizationValue 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.


getSolutionClassHome

public SolutionClassHome getSolutionClassHome()

Returns an instance of the Home for SolutionClass 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.


getSolutionClassFieldDefinitionHome

public atg.svc.repository.beans.SolutionClassFieldDefinitionHome getSolutionClassFieldDefinitionHome()

Returns an instance of the Home for SolutionClassFieldDefinition 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.


getSolutionHome

public SolutionHome getSolutionHome()

Returns an instance of the Home for Solution 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.


getSolutionFieldHome

public SolutionFieldHome getSolutionFieldHome()

Returns an instance of the Home for SolutionField 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.


getQOAAHome

public atg.svc.repository.beans.QOAAHome getQOAAHome()

Returns an instance of the Home for QOAA 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.


getSolutionStatusHome

public SolutionStatusHome getSolutionStatusHome()

Returns an instance of the Home for SolutionStatus 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.


getTransactionalFragmentParameterHome

public TransactionalFragmentParameterHome getTransactionalFragmentParameterHome()

Returns an instance of the Home for TransactionalFragmentParameter 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.


getTransactionalFragmentParameterListValueHome

public TransactionalFragmentParameterListValueHome getTransactionalFragmentParameterListValueHome()

Returns an instance of the Home for TransactionalFragmentParameterListValue 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.


getTransactionalFragmentFieldValueHome

public TransactionalFragmentFieldValueHome getTransactionalFragmentFieldValueHome()

Returns an instance of the Home for TransactionalFragmentFieldValue 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.


getTransactionalFragmentParameterValueHome

public TransactionalFragmentParameterValueHome getTransactionalFragmentParameterValueHome()

Returns an instance of the Home for TransactionalFragmentParameterValue 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.