|
||||||||||
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.ServiceHomes
public class ServiceHomes
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 |
---|---|
Service/repository | An instance of ServiceHomes that returns Home instances for dealing with repository-backed instances. |
Service/bean | An instance of ServiceHomes 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:
ServiceHomes homes = (ServiceHomes)Homes.getHomes("Service/repository");
Field Summary |
---|
Fields inherited from class atg.datamodel.Homes |
---|
CLASS_VERSION |
Constructor Summary | |
---|---|
ServiceHomes()
|
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 ServiceHomes()
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 SiteOptionHome getSiteOptionHome()
Returns an instance of the Home for SiteOption
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 SegmentedOptionHome getSegmentedOptionHome()
Returns an instance of the Home for SegmentedOption
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 UserOptionHome getUserOptionHome()
Returns an instance of the Home for UserOption
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 SegmentHome getSegmentHome()
Returns an instance of the Home for Segment
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 OptionSegmentHome getOptionSegmentHome()
Returns an instance of the Home for OptionSegment
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 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 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 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 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 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 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 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 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 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 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 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 SiteHome getSiteHome()
Returns an instance of the Home for Site
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 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 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.
public FrameworkObjectHome getFrameworkObjectHome()
Returns an instance of the Home for FrameworkObject
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 ContentDefinitionHome getContentDefinitionHome()
Returns an instance of the Home for ContentDefinition
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 TemplateDefinitionHome getTemplateDefinitionHome()
Returns an instance of the Home for TemplateDefinition
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 FrameworkDefinitionHome getFrameworkDefinitionHome()
Returns an instance of the Home for FrameworkDefinition
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 SkinDefinitionHome getSkinDefinitionHome()
Returns an instance of the Home for SkinDefinition
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 TabDefinitionHome getTabDefinitionHome()
Returns an instance of the Home for TabDefinition
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 CellDefinitionHome getCellDefinitionHome()
Returns an instance of the Home for CellDefinition
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 PanelStackDefinitionHome getPanelStackDefinitionHome()
Returns an instance of the Home for PanelStackDefinition
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 PanelDefinitionHome getPanelDefinitionHome()
Returns an instance of the Home for PanelDefinition
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 ConfigurationObjectHome getConfigurationObjectHome()
Returns an instance of the Home for ConfigurationObject
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 FrameworkConfigHome getFrameworkConfigHome()
Returns an instance of the Home for FrameworkConfig
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 ContentConfigHome getContentConfigHome()
Returns an instance of the Home for ContentConfig
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 TemplateConfigHome getTemplateConfigHome()
Returns an instance of the Home for TemplateConfig
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 SkinConfigHome getSkinConfigHome()
Returns an instance of the Home for SkinConfig
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 TabConfigHome getTabConfigHome()
Returns an instance of the Home for TabConfig
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 CellConfigHome getCellConfigHome()
Returns an instance of the Home for CellConfig
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 PanelStackConfigHome getPanelStackConfigHome()
Returns an instance of the Home for PanelStackConfig
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 PanelConfigHome getPanelConfigHome()
Returns an instance of the Home for PanelConfig
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 InstanceObjectHome getInstanceObjectHome()
Returns an instance of the Home for InstanceObject
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 ContentInstanceHome getContentInstanceHome()
Returns an instance of the Home for ContentInstance
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 TemplateInstanceHome getTemplateInstanceHome()
Returns an instance of the Home for TemplateInstance
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 FrameworkInstanceHome getFrameworkInstanceHome()
Returns an instance of the Home for FrameworkInstance
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 SkinInstanceHome getSkinInstanceHome()
Returns an instance of the Home for SkinInstance
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 TabInstanceHome getTabInstanceHome()
Returns an instance of the Home for TabInstance
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 CellInstanceHome getCellInstanceHome()
Returns an instance of the Home for CellInstance
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 PanelStackInstanceHome getPanelStackInstanceHome()
Returns an instance of the Home for PanelStackInstance
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 PanelInstanceHome getPanelInstanceHome()
Returns an instance of the Home for PanelInstance
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 PanelTargetElementHome getPanelTargetElementHome()
Returns an instance of the Home for PanelTargetElement
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 SlotHome getSlotHome()
Returns an instance of the Home for Slot
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 RendererHome getRendererHome()
Returns an instance of the Home for Renderer
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 SlotRendererComboHome getSlotRendererComboHome()
Returns an instance of the Home for SlotRendererCombo
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 MarketingItemHome getMarketingItemHome()
Returns an instance of the Home for MarketingItem
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 |