atg.svc.repository.service
Class FrameworkBaseService

java.lang.Object
  extended by atg.nucleus.logging.VariableArgumentApplicationLoggingImpl
      extended by atg.nucleus.GenericService
          extended by atg.svc.repository.service.BaseService
              extended by atg.svc.repository.service.FrameworkBaseService
All Implemented Interfaces:
atg.naming.AbsoluteNameable, atg.naming.NameContextBindingListener, atg.naming.NameContextElement, atg.naming.NameContextParentable, atg.naming.NameResolver, atg.nucleus.AdminableService, atg.nucleus.Configured, atg.nucleus.logging.ApplicationLogging, atg.nucleus.logging.ApplicationLoggingSender, atg.nucleus.logging.TraceApplicationLogging, atg.nucleus.logging.VariableArgumentApplicationLogging, atg.nucleus.naming.ComponentNameResolver, atg.nucleus.Service, atg.nucleus.ServiceListener, java.util.EventListener
Direct Known Subclasses:
UIService

@Service(requiredProperties="optionHomesFactory")
public class FrameworkBaseService
extends BaseService

Base service for business logic classes.


Field Summary
static java.lang.String CLASS_VERSION
          Class version string
static java.lang.String DEFAULT_REPOSITORY_HOMES_NAME
           
static java.lang.String DEFAULT_VERSIONED_REPOSITORY_HOMES_NAME
           
protected  atg.svc.framework.repository.beans.ServiceFrameworkXMLHomes mServiceFrameworkXMLHomes
           
 
Fields inherited from class atg.nucleus.GenericService
SERVICE_INFO_KEY
 
Fields inherited from interface atg.nucleus.logging.TraceApplicationLogging
DEFAULT_LOG_TRACE_STATUS
 
Fields inherited from interface atg.nucleus.logging.ApplicationLogging
DEFAULT_LOG_DEBUG_STATUS, DEFAULT_LOG_ERROR_STATUS, DEFAULT_LOG_INFO_STATUS, DEFAULT_LOG_WARNING_STATUS
 
Constructor Summary
FrameworkBaseService()
           
 
Method Summary
 atg.svc.repository.beans.OptionHomes getOptionBeanHomes()
          Gets the factory for the bean homes for the OptionRepository.
 atg.svc.repository.homes.OptionHomesFactory getOptionHomesFactory()
          Gets the homes factory for the Options/UserOptions repositories (required).
 atg.svc.repository.beans.OptionHomes getOptionRepositoryHomes()
          Gets the factory for the repository homes for the OptionRepository.
 atg.svc.framework.repository.beans.ServiceFrameworkHomes getServiceFrameworkBeanHomes()
          Gets the factory for the bean homes for the ServiceFrameworkRepository.
 java.lang.String getServiceFrameworkBeanHomesName()
          Gets the name of the bean homes for the ServiceFrameworkRepository.
 atg.svc.framework.repository.beans.ServiceFrameworkHomes getServiceFrameworkConfigRepositoryHomes()
          Gets the factory for the repository homes for the ServiceFrameworkRepository where the ConfigurationObject items are stored.
 java.lang.String getServiceFrameworkConfigRepositoryHomesName()
          Gets the name of the repository homes for the ServiceFrameworkRepository where the ConfigurationObject items are stored.
 atg.svc.framework.repository.beans.ServiceFrameworkHomes getServiceFrameworkRepositoryHomes()
          Gets the factory for the repository homes for the ServiceFrameworkRepository.
 java.lang.String getServiceFrameworkRepositoryHomesName()
          Gets the name of the repository homes for the ServiceFrameworkRepository.
 atg.svc.framework.repository.beans.ServiceFrameworkXMLHomes getServiceFrameworkXMLHomes()
          Returns the serviceFrameworkXMLHomes
 atg.svc.repository.beans.UserOptionHomes getUserOptionBeanHomes()
          Gets the factory for the bean homes for the UserOptionRepository.
 atg.svc.repository.beans.UserOptionHomes getUserOptionRepositoryHomes()
          Gets the factory for the repository homes for the UserOptionRepository.
 void setOptionHomesFactory(atg.svc.repository.homes.OptionHomesFactory pOptionHomesFactory)
          Sets the homes factory for the option and user option repositories.
 void setServiceFrameworkBeanHomesName(java.lang.String pServiceFrameworkBeanHomesName)
          Sets the name of the bean homes for the ServiceFrameworkRepository.
 void setServiceFrameworkConfigRepositoryHomesName(java.lang.String pServiceFrameworkConfigRepositoryHomesName)
          Sets the name of the repository homes for the ServiceFrameworkRepository where the ConfigurationObject items are stored.
 void setServiceFrameworkRepositoryHomesName(java.lang.String pServiceFrameworkRepositoryHomesName)
          Sets the name of the repository homes for the ServiceFrameworkRepository.
 void setServiceFrameworkXMLHomes(atg.svc.framework.repository.beans.ServiceFrameworkXMLHomes pServiceFrameworkXMLHomes)
          Sets the serviceFrameworkXMLHomes
 
Methods inherited from class atg.svc.repository.service.BaseService
getRepositoryService, getToday, setRepositoryService
 
Methods inherited from class atg.nucleus.GenericService
addLogListener, createAdminServlet, doStartService, doStopService, getAbsoluteName, getAdminServlet, getAdminServletOutputStreamEncoding, getLoggingForVlogging, getLogListenerCount, getLogListeners, getName, getNameContext, getNucleus, getRoot, getServiceConfiguration, getServiceInfo, isAdminServletUseServletOutputStream, isLoggingDebug, isLoggingError, isLoggingInfo, isLoggingTrace, isLoggingWarning, isRunning, logDebug, logDebug, logDebug, logError, logError, logError, logInfo, logInfo, logInfo, logTrace, logTrace, logTrace, logWarning, logWarning, logWarning, nameContextElementBound, nameContextElementUnbound, removeLogListener, reResolveThis, resolveName, resolveName, resolveName, resolveName, sendLogEvent, setAdminServletOutputStreamEncoding, setAdminServletUseServletOutputStream, setLoggingDebug, setLoggingError, setLoggingInfo, setLoggingTrace, setLoggingWarning, setNucleus, setServiceInfo, startService, stopService
 
Methods inherited from class atg.nucleus.logging.VariableArgumentApplicationLoggingImpl
vlogDebug, vlogDebug, vlogDebug, vlogDebug, vlogDebugTrace, vlogError, vlogError, vlogError, vlogError, vlogInfo, vlogInfo, vlogInfo, vlogInfo, vlogTrace, vlogTrace, vlogTrace, vlogTrace, vlogWarning, vlogWarning, vlogWarning, vlogWarning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static final java.lang.String CLASS_VERSION
Class version string

See Also:
Constant Field Values

DEFAULT_REPOSITORY_HOMES_NAME

public static final java.lang.String DEFAULT_REPOSITORY_HOMES_NAME
See Also:
Constant Field Values

DEFAULT_VERSIONED_REPOSITORY_HOMES_NAME

public static final java.lang.String DEFAULT_VERSIONED_REPOSITORY_HOMES_NAME
See Also:
Constant Field Values

mServiceFrameworkXMLHomes

protected atg.svc.framework.repository.beans.ServiceFrameworkXMLHomes mServiceFrameworkXMLHomes
Constructor Detail

FrameworkBaseService

public FrameworkBaseService()
Method Detail

getOptionHomesFactory

public atg.svc.repository.homes.OptionHomesFactory getOptionHomesFactory()
Gets the homes factory for the Options/UserOptions repositories (required).


setOptionHomesFactory

public void setOptionHomesFactory(atg.svc.repository.homes.OptionHomesFactory pOptionHomesFactory)
Sets the homes factory for the option and user option repositories.


getServiceFrameworkConfigRepositoryHomesName

public java.lang.String getServiceFrameworkConfigRepositoryHomesName()
Gets the name of the repository homes for the ServiceFrameworkRepository where the ConfigurationObject items are stored. These items are non-versioned so for Service Center, they need to be stored in the versioend ServiceFrameworkRepository since the non-versioend repository is for deployment items only and when switching is installed, actually is stored in two switching schemas.

Returns:
The name of the repository homes for the ServiceFrameworkRepository.

setServiceFrameworkConfigRepositoryHomesName

public void setServiceFrameworkConfigRepositoryHomesName(java.lang.String pServiceFrameworkConfigRepositoryHomesName)
Sets the name of the repository homes for the ServiceFrameworkRepository where the ConfigurationObject items are stored. These items are non-versioned so for Service Center, they need to be stored in the versioend ServiceFrameworkRepository since the non-versioend repository is for deployment items only and when switching is installed, actually is stored in two switching schemas.

Parameters:
pServiceFrameworkRepositoryHomesName - The name of the repository homes for the ServiceFrameworkRepository where the ConfigurationObject items are stored.

getServiceFrameworkRepositoryHomesName

public java.lang.String getServiceFrameworkRepositoryHomesName()
Gets the name of the repository homes for the ServiceFrameworkRepository.

Returns:
The name of the repository homes for the ServiceFrameworkRepository.

setServiceFrameworkRepositoryHomesName

public void setServiceFrameworkRepositoryHomesName(java.lang.String pServiceFrameworkRepositoryHomesName)
Sets the name of the repository homes for the ServiceFrameworkRepository.

Parameters:
pServiceFrameworkRepositoryHomesName - The name of the repository homes for the ServiceFrameworkRepository.

getServiceFrameworkBeanHomesName

public java.lang.String getServiceFrameworkBeanHomesName()
Gets the name of the bean homes for the ServiceFrameworkRepository.

Returns:
The name of the bean homes for the ServiceFrameworkRepository.

setServiceFrameworkBeanHomesName

public void setServiceFrameworkBeanHomesName(java.lang.String pServiceFrameworkBeanHomesName)
Sets the name of the bean homes for the ServiceFrameworkRepository.

Parameters:
pServiceFrameworkBeanHomesName - The name of the bean homes for the ServiceFrameworkRepository.

getServiceFrameworkBeanHomes

public atg.svc.framework.repository.beans.ServiceFrameworkHomes getServiceFrameworkBeanHomes()
Gets the factory for the bean homes for the ServiceFrameworkRepository.

Returns:
The factory for the bean homes for the ServiceFrameworkRepository.

getServiceFrameworkRepositoryHomes

public atg.svc.framework.repository.beans.ServiceFrameworkHomes getServiceFrameworkRepositoryHomes()
Gets the factory for the repository homes for the ServiceFrameworkRepository.

Returns:
The factory for the repository homes for the ServiceFrameworkRepository.

getServiceFrameworkXMLHomes

public atg.svc.framework.repository.beans.ServiceFrameworkXMLHomes getServiceFrameworkXMLHomes()
Returns the serviceFrameworkXMLHomes

Returns:
the serviceFrameworkXMLHomes

setServiceFrameworkXMLHomes

public void setServiceFrameworkXMLHomes(atg.svc.framework.repository.beans.ServiceFrameworkXMLHomes pServiceFrameworkXMLHomes)
Sets the serviceFrameworkXMLHomes

Parameters:
pServiceFrameworkXMLHomes - the serviceFrameworkXMLHomes to set

getServiceFrameworkConfigRepositoryHomes

public atg.svc.framework.repository.beans.ServiceFrameworkHomes getServiceFrameworkConfigRepositoryHomes()
Gets the factory for the repository homes for the ServiceFrameworkRepository where the ConfigurationObject items are stored. These items are non-versioned so for Service Center, they need to be stored in the versioend ServiceFrameworkRepository since the non-versioend repository is for deployment items only and when switching is installed, actually is stored in two switching schemas. Gets the factory for the repository homes for the ServiceFrameworkRepository.

Returns:
The factory for the repository homes for the ServiceFrameworkRepository.

getOptionBeanHomes

public atg.svc.repository.beans.OptionHomes getOptionBeanHomes()
Gets the factory for the bean homes for the OptionRepository.

Returns:
The factory for the bean homes for the OptionRepository.

getOptionRepositoryHomes

public atg.svc.repository.beans.OptionHomes getOptionRepositoryHomes()
Gets the factory for the repository homes for the OptionRepository.

Returns:
The factory for the repository homes for the OptionRepository.

getUserOptionBeanHomes

public atg.svc.repository.beans.UserOptionHomes getUserOptionBeanHomes()
Gets the factory for the bean homes for the UserOptionRepository.

Returns:
The factory for the bean homes for the UserOptionRepository.

getUserOptionRepositoryHomes

public atg.svc.repository.beans.UserOptionHomes getUserOptionRepositoryHomes()
Gets the factory for the repository homes for the UserOptionRepository.

Returns:
The factory for the repository homes for the UserOptionRepository.