com.rapidtransform.core.service.impl
Class ServiceImpl

java.lang.Object
  extended by com.rapidtransform.core.service.impl.ServiceImpl
Direct Known Subclasses:
CompassSearchService, CRUDServiceImpl, ProductDesignServiceImpl, SecurityServiceAcegi, ValidValueServiceImpl

public class ServiceImpl
extends java.lang.Object

Base class for all RapidPLM services.

Author:
Steve Werner

Constructor Summary
ServiceImpl()
           
 
Method Summary
 org.springframework.context.support.ResourceBundleMessageSource getMessageSource()
          Returns the message resource bundles which can be used for log and exception messages.
 SecurityService getSecurityService()
           
 void setMessageSource(org.springframework.context.support.ResourceBundleMessageSource messageSource)
          The message source contains the log and exception messages for the application.
 void setSecurityService(SecurityService service)
          The security service is used by other services to obtain authentication or authorization information from the current session context.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceImpl

public ServiceImpl()
Method Detail

getMessageSource

public org.springframework.context.support.ResourceBundleMessageSource getMessageSource()
Returns the message resource bundles which can be used for log and exception messages.

Returns:

setMessageSource

public void setMessageSource(org.springframework.context.support.ResourceBundleMessageSource messageSource)
The message source contains the log and exception messages for the application.

Parameters:
messageSource -

setSecurityService

public void setSecurityService(SecurityService service)
The security service is used by other services to obtain authentication or authorization information from the current session context.

Parameters:
service -

getSecurityService

public SecurityService getSecurityService()