|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.rapidtransform.core.service.impl.ServiceImpl
public class ServiceImpl
Base class for all RapidPLM services.
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 |
---|
public ServiceImpl()
Method Detail |
---|
public org.springframework.context.support.ResourceBundleMessageSource getMessageSource()
public void setMessageSource(org.springframework.context.support.ResourceBundleMessageSource messageSource)
messageSource
- public void setSecurityService(SecurityService service)
service
- public SecurityService getSecurityService()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |