|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectatg.nucleus.GenericService
atg.svc.repository.service.BaseService
public class BaseService
Base service for business logic classes.
Field Summary | |
---|---|
static java.lang.String |
CLASS_VERSION
Class version string |
protected atg.datamodel.Homes |
mBeanHomes
|
java.lang.String |
mBeanHomesName
|
protected atg.datamodel.Homes |
mRepositoryHomes
|
java.lang.String |
mRepositoryHomesName
|
Fields inherited from class atg.nucleus.GenericService |
---|
SERVICE_INFO_KEY |
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 | |
---|---|
BaseService()
|
Method Summary | |
---|---|
atg.datamodel.Homes |
getBaseBeanHomes()
Gets the bean homes for the configured bean homes name. |
atg.datamodel.Homes |
getBaseRepositoryHomes()
Gets the repository homes for the configured repository homes name. |
java.lang.String |
getBeanHomesName()
Gets the name of the bean homes that will be used for this service. |
java.lang.String |
getRepositoryHomesName()
Gets the name of the repository homes that will be used for this service. |
RepositoryService |
getRepositoryService()
Gets the repository services. |
java.sql.Timestamp |
getToday()
Gets today's date as a Timestamp. |
void |
setBeanHomesName(java.lang.String pBeanHomesName)
Sets the name of the bean homes that will be used for this service. |
void |
setRepositoryHomesName(java.lang.String pRepositoryHomesName)
Sets the name of the repository homes that will be used for this service. |
void |
setRepositoryService(RepositoryService pRepositoryService)
Sets the repository services. |
Methods inherited from class atg.nucleus.GenericService |
---|
addLogListener, createAdminServlet, doStartService, doStopService, getAbsoluteName, getAdminServlet, getLogListenerCount, getLogListeners, getName, getNameContext, getNucleus, getRoot, getServiceConfiguration, getServiceInfo, isLoggingDebug, isLoggingError, isLoggingInfo, isLoggingWarning, isRunning, logDebug, logDebug, logDebug, logError, logError, logError, logInfo, logInfo, logInfo, logWarning, logWarning, logWarning, nameContextElementBound, nameContextElementUnbound, removeLogListener, resolveName, resolveName, resolveName, resolveName, sendLogEvent, setLoggingDebug, setLoggingError, setLoggingInfo, setLoggingWarning, setServiceInfo, startService, stopService |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String CLASS_VERSION
public java.lang.String mRepositoryHomesName
public java.lang.String mBeanHomesName
protected atg.datamodel.Homes mRepositoryHomes
protected atg.datamodel.Homes mBeanHomes
Constructor Detail |
---|
public BaseService()
Method Detail |
---|
public RepositoryService getRepositoryService()
public void setRepositoryService(RepositoryService pRepositoryService)
pRepositoryService
- public java.lang.String getRepositoryHomesName()
public void setRepositoryHomesName(java.lang.String pRepositoryHomesName)
pRepositoryHomesName
- The name of the repository homes that will be used for this service.public java.lang.String getBeanHomesName()
public void setBeanHomesName(java.lang.String pBeanHomesName)
pBeanHomesName
- The name of the bean homes that will be used for this service.public atg.datamodel.Homes getBaseRepositoryHomes()
public atg.datamodel.Homes getBaseBeanHomes()
public java.sql.Timestamp getToday()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |