com.digitalsanctuary.atg.service
Class ImageService

java.lang.Object
  extended byatg.nucleus.GenericService
      extended bycom.digitalsanctuary.atg.service.ImageService
All Implemented Interfaces:
atg.nucleus.AdminableService, atg.nucleus.logging.ApplicationLogging, atg.nucleus.naming.ComponentNameResolver, java.util.EventListener, atg.naming.NameContextBindingListener, atg.naming.NameContextElement, atg.naming.NameResolver, atg.nucleus.Service, atg.nucleus.ServiceListener

public class ImageService
extends atg.nucleus.GenericService

Author:
Devon Hillard

Field Summary
 
Fields inherited from class atg.nucleus.GenericService
CLASS_VERSION, 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
ImageService()
           
 
Method Summary
 atg.repository.Repository getImageRepository()
           
 java.lang.String getImageServletURI()
           
 java.lang.String getImageURI(java.lang.String pImageRepositoryId)
           
 void setImageRepository(atg.repository.Repository pImageRepository)
           
 void setImageServletURI(java.lang.String pImageServletURI)
           
 
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
 

Constructor Detail

ImageService

public ImageService()
Method Detail

getImageURI

public java.lang.String getImageURI(java.lang.String pImageRepositoryId)

getImageServletURI

public java.lang.String getImageServletURI()
Returns:
the imageServletURI

setImageServletURI

public void setImageServletURI(java.lang.String pImageServletURI)
Parameters:
pImageServletURI - the imageServletURI to set

getImageRepository

public atg.repository.Repository getImageRepository()
Returns:
the imageRepository

setImageRepository

public void setImageRepository(atg.repository.Repository pImageRepository)
Parameters:
pImageRepository - the imageRepository to set