atg.svc.repository.beans
Class ServiceHomes

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

public class ServiceHomes
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
ServiceHomes()
           
 
Method Summary
 BooleanFieldDefinitionHome getBooleanFieldDefinitionHome()
          Returns an instance of the Home for BooleanFieldDefinition instances.
 CellConfigHome getCellConfigHome()
          Returns an instance of the Home for CellConfig instances.
 CellDefinitionHome getCellDefinitionHome()
          Returns an instance of the Home for CellDefinition instances.
 CellInstanceHome getCellInstanceHome()
          Returns an instance of the Home for CellInstance instances.
 ConfigurationObjectHome getConfigurationObjectHome()
          Returns an instance of the Home for ConfigurationObject instances.
 ContentConfigHome getContentConfigHome()
          Returns an instance of the Home for ContentConfig instances.
 ContentDefinitionHome getContentDefinitionHome()
          Returns an instance of the Home for ContentDefinition instances.
 ContentInstanceHome getContentInstanceHome()
          Returns an instance of the Home for ContentInstance instances.
 DateFieldDefinitionHome getDateFieldDefinitionHome()
          Returns an instance of the Home for DateFieldDefinition instances.
 DecimalFieldDefinitionHome getDecimalFieldDefinitionHome()
          Returns an instance of the Home for DecimalFieldDefinition instances.
 DefaultFieldValueHome getDefaultFieldValueHome()
          Returns an instance of the Home for DefaultFieldValue instances.
 EnumeratedListValueHome getEnumeratedListValueHome()
          Returns an instance of the Home for EnumeratedListValue instances.
 FieldDefinitionHome getFieldDefinitionHome()
          Returns an instance of the Home for FieldDefinition instances.
 FieldDefinitionTypeMetadataHome getFieldDefinitionTypeMetadataHome()
          Returns an instance of the Home for FieldDefinitionTypeMetadata instances.
 FrameworkConfigHome getFrameworkConfigHome()
          Returns an instance of the Home for FrameworkConfig instances.
 FrameworkDefinitionHome getFrameworkDefinitionHome()
          Returns an instance of the Home for FrameworkDefinition instances.
 FrameworkInstanceHome getFrameworkInstanceHome()
          Returns an instance of the Home for FrameworkInstance instances.
 FrameworkObjectHome getFrameworkObjectHome()
          Returns an instance of the Home for FrameworkObject instances.
 InstanceObjectHome getInstanceObjectHome()
          Returns an instance of the Home for InstanceObject instances.
 ListFieldDefinitionHome getListFieldDefinitionHome()
          Returns an instance of the Home for ListFieldDefinition instances.
 MarketingItemHome getMarketingItemHome()
          Returns an instance of the Home for MarketingItem instances.
 NumberFieldDefinitionHome getNumberFieldDefinitionHome()
          Returns an instance of the Home for NumberFieldDefinition instances.
 OptionSegmentHome getOptionSegmentHome()
          Returns an instance of the Home for OptionSegment instances.
 OrganizationFieldDefinitionHome getOrganizationFieldDefinitionHome()
          Returns an instance of the Home for OrganizationFieldDefinition instances.
 OrganizationValueHome getOrganizationValueHome()
          Returns an instance of the Home for OrganizationValue instances.
 PanelConfigHome getPanelConfigHome()
          Returns an instance of the Home for PanelConfig instances.
 PanelDefinitionHome getPanelDefinitionHome()
          Returns an instance of the Home for PanelDefinition instances.
 PanelInstanceHome getPanelInstanceHome()
          Returns an instance of the Home for PanelInstance instances.
 PanelStackConfigHome getPanelStackConfigHome()
          Returns an instance of the Home for PanelStackConfig instances.
 PanelStackDefinitionHome getPanelStackDefinitionHome()
          Returns an instance of the Home for PanelStackDefinition instances.
 PanelStackInstanceHome getPanelStackInstanceHome()
          Returns an instance of the Home for PanelStackInstance instances.
 PanelTargetElementHome getPanelTargetElementHome()
          Returns an instance of the Home for PanelTargetElement instances.
 QOAAHome getQOAAHome()
          Returns an instance of the Home for QOAA instances.
 RendererHome getRendererHome()
          Returns an instance of the Home for Renderer instances.
 SegmentedOptionHome getSegmentedOptionHome()
          Returns an instance of the Home for SegmentedOption instances.
 SegmentHome getSegmentHome()
          Returns an instance of the Home for Segment instances.
 SiteHome getSiteHome()
          Returns an instance of the Home for Site instances.
 SiteOptionHome getSiteOptionHome()
          Returns an instance of the Home for SiteOption instances.
 SkinConfigHome getSkinConfigHome()
          Returns an instance of the Home for SkinConfig instances.
 SkinDefinitionHome getSkinDefinitionHome()
          Returns an instance of the Home for SkinDefinition instances.
 SkinInstanceHome getSkinInstanceHome()
          Returns an instance of the Home for SkinInstance instances.
 SlotHome getSlotHome()
          Returns an instance of the Home for Slot instances.
 SlotRendererComboHome getSlotRendererComboHome()
          Returns an instance of the Home for SlotRendererCombo instances.
 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.
 TabConfigHome getTabConfigHome()
          Returns an instance of the Home for TabConfig instances.
 TabDefinitionHome getTabDefinitionHome()
          Returns an instance of the Home for TabDefinition instances.
 TabInstanceHome getTabInstanceHome()
          Returns an instance of the Home for TabInstance instances.
 TemplateConfigHome getTemplateConfigHome()
          Returns an instance of the Home for TemplateConfig instances.
 TemplateDefinitionHome getTemplateDefinitionHome()
          Returns an instance of the Home for TemplateDefinition instances.
 TemplateInstanceHome getTemplateInstanceHome()
          Returns an instance of the Home for TemplateInstance 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.
 UserOptionHome getUserOptionHome()
          Returns an instance of the Home for UserOption 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

ServiceHomes

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

getSiteOptionHome

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.


getSegmentedOptionHome

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.


getUserOptionHome

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.


getSegmentHome

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.


getOptionSegmentHome

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.


getEnumeratedListValueHome

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.


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 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 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 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 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 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 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 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 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 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 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.


getSiteHome

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.


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 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 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.


getFrameworkObjectHome

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.


getContentDefinitionHome

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.


getTemplateDefinitionHome

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.


getFrameworkDefinitionHome

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.


getSkinDefinitionHome

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.


getTabDefinitionHome

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.


getCellDefinitionHome

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.


getPanelStackDefinitionHome

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.


getPanelDefinitionHome

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.


getConfigurationObjectHome

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.


getFrameworkConfigHome

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.


getContentConfigHome

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.


getTemplateConfigHome

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.


getSkinConfigHome

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.


getTabConfigHome

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.


getCellConfigHome

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.


getPanelStackConfigHome

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.


getPanelConfigHome

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.


getInstanceObjectHome

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.


getContentInstanceHome

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.


getTemplateInstanceHome

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.


getFrameworkInstanceHome

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.


getSkinInstanceHome

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.


getTabInstanceHome

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.


getCellInstanceHome

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.


getPanelStackInstanceHome

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.


getPanelInstanceHome

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.


getPanelTargetElementHome

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.


getSlotHome

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.


getRendererHome

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.


getSlotRendererComboHome

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.


getMarketingItemHome

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.