|
||||||||||
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.SolutionHomes
public class SolutionHomes
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 |
---|---|
Solution/repository | An instance of SolutionHomes that returns Home instances for dealing with repository-backed instances. |
Solution/versioned | An instance of SolutionHomes that returns Home instances for dealing with repository-backed instances. |
Solution/bean | An instance of SolutionHomes 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:
Solution/bean homes = (Solution/bean)Homes.getHomes("Solution/repository");
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 |
---|
public SolutionHomes()
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 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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |