public final java.lang.String getPath() {
   try {
     return (java.lang.String) handler.invoke(this, method_5.getMethod());
   } catch (Throwable t) {
     if (t instanceof java.lang.RuntimeException) throw (java.lang.RuntimeException) t;
     if (t instanceof java.lang.Error) throw (java.lang.Error) t;
     throw new java.lang.reflect.UndeclaredThrowableException(t);
   }
 }
Exemplo n.º 2
0
 public final void setCategory(org.exoplatform.bookstore.chromattic.entity.CategoryEntity arg_0) {
   try {
     handler.invoke(this, method_2.getMethod(), (Object) arg_0);
   } catch (Throwable t) {
     if (t instanceof java.lang.RuntimeException) throw (java.lang.RuntimeException) t;
     if (t instanceof java.lang.Error) throw (java.lang.Error) t;
     throw new java.lang.reflect.UndeclaredThrowableException(t);
   }
 }
Exemplo n.º 3
0
 public final void setPublisher(java.lang.String arg_0) {
   try {
     handler.invoke(this, method_1.getMethod(), (Object) arg_0);
   } catch (Throwable t) {
     if (t instanceof java.lang.RuntimeException) throw (java.lang.RuntimeException) t;
     if (t instanceof java.lang.Error) throw (java.lang.Error) t;
     throw new java.lang.reflect.UndeclaredThrowableException(t);
   }
 }
Exemplo n.º 4
0
 public final org.chromattic.ext.ntdef.NTFile getImage() {
   try {
     return (org.chromattic.ext.ntdef.NTFile) handler.invoke(this, method_13.getMethod());
   } catch (Throwable t) {
     if (t instanceof java.lang.RuntimeException) throw (java.lang.RuntimeException) t;
     if (t instanceof java.lang.Error) throw (java.lang.Error) t;
     throw new java.lang.reflect.UndeclaredThrowableException(t);
   }
 }
Exemplo n.º 5
0
 public final void setImage(org.chromattic.ext.ntdef.NTFile arg_0) {
   try {
     handler.invoke(this, method_7.getMethod(), (Object) arg_0);
   } catch (Throwable t) {
     if (t instanceof java.lang.RuntimeException) throw (java.lang.RuntimeException) t;
     if (t instanceof java.lang.Error) throw (java.lang.Error) t;
     throw new java.lang.reflect.UndeclaredThrowableException(t);
   }
 }
 public final org.exoplatform.bookstore.chromattic.entity.CategoryRootEntity getCategoryRoot() {
   try {
     return (org.exoplatform.bookstore.chromattic.entity.CategoryRootEntity)
         handler.invoke(this, method_2.getMethod());
   } catch (Throwable t) {
     if (t instanceof java.lang.RuntimeException) throw (java.lang.RuntimeException) t;
     if (t instanceof java.lang.Error) throw (java.lang.Error) t;
     throw new java.lang.reflect.UndeclaredThrowableException(t);
   }
 }