Class ModelSaveDataLanguageInterceptor


  • public class ModelSaveDataLanguageInterceptor
    extends java.lang.Object
    Ensures that the global data language of the UISession is set as the session language when calling modelService.save().
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object intercept​(org.aspectj.lang.ProceedingJoinPoint pjp)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ModelSaveDataLanguageInterceptor

        public ModelSaveDataLanguageInterceptor()
    • Method Detail

      • intercept

        public java.lang.Object intercept​(org.aspectj.lang.ProceedingJoinPoint pjp)
                                   throws java.lang.Throwable
        Throws:
        java.lang.Throwable