NTVersionHistory_Chromattic.java
package org.exoplatform.wiki.chromattic.ext.ntdef;
import org.chromattic.apt.Invoker;
import org.chromattic.apt.Instrumented;
public class NTVersionHistory_Chromattic extends NTVersionHistory implements Instrumented {
public final org.chromattic.spi.instrument.MethodHandler handler;
public NTVersionHistory_Chromattic(org.chromattic.spi.instrument.MethodHandler handler) {
this.handler = handler;
}
private static final Invoker method_0 = Invoker.getDeclaredMethod(org.exoplatform.wiki.chromattic.ext.ntdef.NTVersionHistory.class,"getVersionLabels");
public final org.exoplatform.wiki.chromattic.ext.ntdef.NTVersionLabels getVersionLabels() {
try {
return (org.exoplatform.wiki.chromattic.ext.ntdef.NTVersionLabels)handler.invoke(this,method_0.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);
}
}
private static final Invoker method_1 = Invoker.getDeclaredMethod(org.exoplatform.wiki.chromattic.ext.ntdef.NTVersionHistory.class,"getVersionableUuid");
public final java.lang.String getVersionableUuid() {
try {
return (java.lang.String)handler.invoke(this,method_1.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);
}
}
private static final Invoker method_2 = Invoker.getDeclaredMethod(org.exoplatform.wiki.chromattic.ext.ntdef.NTVersionHistory.class,"getRootVersion");
public final org.exoplatform.wiki.chromattic.ext.ntdef.NTVersion getRootVersion() {
try {
return (org.exoplatform.wiki.chromattic.ext.ntdef.NTVersion)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);
}
}
private static final Invoker method_3 = Invoker.getDeclaredMethod(org.exoplatform.wiki.chromattic.ext.ntdef.NTVersionHistory.class,"setVersionLabels",org.exoplatform.wiki.chromattic.ext.ntdef.NTVersionLabels.class);
public final void setVersionLabels(org.exoplatform.wiki.chromattic.ext.ntdef.NTVersionLabels arg_0) {
try {
handler.invoke(this,method_3.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);
}
}
private static final Invoker method_4 = Invoker.getDeclaredMethod(org.exoplatform.wiki.chromattic.ext.ntdef.NTVersionHistory.class,"setVersionableUuid",java.lang.String.class);
public final void setVersionableUuid(java.lang.String arg_0) {
try {
handler.invoke(this,method_4.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);
}
}
private static final Invoker method_5 = Invoker.getDeclaredMethod(org.exoplatform.wiki.chromattic.ext.ntdef.NTVersionHistory.class,"getChildren");
public final java.util.Map getChildren() {
try {
return (java.util.Map)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);
}
}
private static final Invoker method_6 = Invoker.getDeclaredMethod(org.exoplatform.wiki.chromattic.ext.ntdef.NTVersionHistory.class,"setRootVersion",org.exoplatform.wiki.chromattic.ext.ntdef.NTVersion.class);
public final void setRootVersion(org.exoplatform.wiki.chromattic.ext.ntdef.NTVersion arg_0) {
try {
handler.invoke(this,method_6.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);
}
}
}