HelpPage_Chromattic.java

package org.exoplatform.wiki.mow.core.api.wiki;
import org.chromattic.apt.Invoker;
import org.chromattic.apt.Instrumented;
public class HelpPage_Chromattic extends HelpPage implements Instrumented {
public final org.chromattic.spi.instrument.MethodHandler handler;
public HelpPage_Chromattic(org.chromattic.spi.instrument.MethodHandler handler) {
this.handler = handler;
}
private static final Invoker method_0 = Invoker.getDeclaredMethod(org.exoplatform.wiki.mow.core.api.wiki.PageImpl.class,"getUpdatedDate");
public final java.util.Date getUpdatedDate() {
try {
return (java.util.Date)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.mow.core.api.wiki.PageImpl.class,"getOwner");
public final java.lang.String getOwner() {
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.mow.core.api.wiki.PageImpl.class,"setOwner",java.lang.String.class);
public final void setOwner(java.lang.String 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);
}
}
private static final Invoker method_3 = Invoker.getDeclaredMethod(org.chromattic.ext.ntdef.NTFolder.class,"createFile");
protected final org.chromattic.ext.ntdef.NTFile createFile() {
try {
return (org.chromattic.ext.ntdef.NTFile)handler.invoke(this,method_3.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_4 = Invoker.getDeclaredMethod(org.exoplatform.wiki.mow.core.api.wiki.PageImpl.class,"getPath");
public final java.lang.String getPath() {
try {
return (java.lang.String)handler.invoke(this,method_4.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_5 = Invoker.getDeclaredMethod(org.exoplatform.wiki.mow.core.api.wiki.PageImpl.class,"getCreatedDate");
public final java.util.Date getCreatedDate() {
try {
return (java.util.Date)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.mow.core.api.wiki.PageImpl.class,"createUpdateAttachmentMixin");
public final org.exoplatform.wiki.mow.core.api.wiki.UpdateAttachmentMixin createUpdateAttachmentMixin() {
try {
return (org.exoplatform.wiki.mow.core.api.wiki.UpdateAttachmentMixin)handler.invoke(this,method_6.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_7 = Invoker.getDeclaredMethod(org.exoplatform.wiki.mow.core.api.wiki.PageImpl.class,"getAttachmentsByChromattic");
public final java.util.Collection getAttachmentsByChromattic() {
try {
return (java.util.Collection)handler.invoke(this,method_7.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_8 = Invoker.getDeclaredMethod(org.exoplatform.wiki.mow.core.api.wiki.PageImpl.class,"setTitleByChromattic",java.lang.String.class);
public final void setTitleByChromattic(java.lang.String arg_0) {
try {
handler.invoke(this,method_8.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_9 = Invoker.getDeclaredMethod(org.exoplatform.wiki.mow.core.api.wiki.PageImpl.class,"getUncachedMixin");
public final org.exoplatform.wiki.chromattic.ext.ntdef.UncachedMixin getUncachedMixin() {
try {
return (org.exoplatform.wiki.chromattic.ext.ntdef.UncachedMixin)handler.invoke(this,method_9.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_10 = Invoker.getDeclaredMethod(org.exoplatform.wiki.mow.core.api.wiki.PageImpl.class,"getChildrenContainer");
protected final java.util.Map getChildrenContainer() {
try {
return (java.util.Map)handler.invoke(this,method_10.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_11 = Invoker.getDeclaredMethod(org.exoplatform.wiki.mow.core.api.wiki.PageImpl.class,"setTrash",org.exoplatform.wiki.mow.core.api.wiki.Trash.class);
public final void setTrash(org.exoplatform.wiki.mow.core.api.wiki.Trash arg_0) {
try {
handler.invoke(this,method_11.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_12 = Invoker.getDeclaredMethod(org.exoplatform.wiki.mow.core.api.wiki.PageImpl.class,"getRenamedMixin");
public final org.exoplatform.wiki.mow.core.api.wiki.RenamedMixin getRenamedMixin() {
try {
return (org.exoplatform.wiki.mow.core.api.wiki.RenamedMixin)handler.invoke(this,method_12.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_13 = Invoker.getDeclaredMethod(org.exoplatform.wiki.mow.core.api.wiki.PageImpl.class,"setName",java.lang.String.class);
public final void setName(java.lang.String arg_0) {
try {
handler.invoke(this,method_13.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_14 = Invoker.getDeclaredMethod(org.exoplatform.wiki.mow.core.api.wiki.PageImpl.class,"createContent");
protected final org.exoplatform.wiki.mow.core.api.wiki.AttachmentImpl createContent() {
try {
return (org.exoplatform.wiki.mow.core.api.wiki.AttachmentImpl)handler.invoke(this,method_14.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_15 = Invoker.getDeclaredMethod(org.exoplatform.wiki.mow.core.api.wiki.PageImpl.class,"getWorkspace");
public final java.lang.String getWorkspace() {
try {
return (java.lang.String)handler.invoke(this,method_15.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_16 = Invoker.getDeclaredMethod(org.exoplatform.wiki.mow.core.api.wiki.PageImpl.class,"getComment");
public final java.lang.String getComment() {
try {
return (java.lang.String)handler.invoke(this,method_16.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_17 = Invoker.getDeclaredMethod(org.chromattic.ext.ntdef.NTHierarchyNode.class,"setParent",org.chromattic.ext.ntdef.NTFolder.class);
public final void setParent(org.chromattic.ext.ntdef.NTFolder arg_0) {
try {
handler.invoke(this,method_17.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_18 = Invoker.getDeclaredMethod(org.exoplatform.wiki.mow.core.api.wiki.PageImpl.class,"setContentByChromattic",org.exoplatform.wiki.mow.core.api.wiki.AttachmentImpl.class);
protected final void setContentByChromattic(org.exoplatform.wiki.mow.core.api.wiki.AttachmentImpl arg_0) {
try {
handler.invoke(this,method_18.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_19 = Invoker.getDeclaredMethod(org.exoplatform.wiki.mow.core.api.wiki.PageImpl.class,"getMovedMixin");
public final org.exoplatform.wiki.mow.core.api.wiki.MovedMixin getMovedMixin() {
try {
return (org.exoplatform.wiki.mow.core.api.wiki.MovedMixin)handler.invoke(this,method_19.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_20 = Invoker.getDeclaredMethod(org.chromattic.ext.ntdef.NTHierarchyNode.class,"getParent");
public final org.chromattic.ext.ntdef.NTFolder getParent() {
try {
return (org.chromattic.ext.ntdef.NTFolder)handler.invoke(this,method_20.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_21 = Invoker.getDeclaredMethod(org.exoplatform.wiki.mow.core.api.wiki.PageImpl.class,"setRenamedMixin",org.exoplatform.wiki.mow.core.api.wiki.RenamedMixin.class);
public final void setRenamedMixin(org.exoplatform.wiki.mow.core.api.wiki.RenamedMixin arg_0) {
try {
handler.invoke(this,method_21.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_22 = Invoker.getDeclaredMethod(org.exoplatform.wiki.mow.core.api.wiki.PageImpl.class,"setWatchedMixin",org.exoplatform.wiki.mow.core.api.wiki.WatchedMixin.class);
public final void setWatchedMixin(org.exoplatform.wiki.mow.core.api.wiki.WatchedMixin arg_0) {
try {
handler.invoke(this,method_22.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_23 = Invoker.getDeclaredMethod(org.exoplatform.wiki.mow.core.api.wiki.PageImpl.class,"getUpdateAttachmentMixin");
public final org.exoplatform.wiki.mow.core.api.wiki.UpdateAttachmentMixin getUpdateAttachmentMixin() {
try {
return (org.exoplatform.wiki.mow.core.api.wiki.UpdateAttachmentMixin)handler.invoke(this,method_23.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_24 = Invoker.getDeclaredMethod(org.exoplatform.wiki.mow.core.api.wiki.PageImpl.class,"setComment",java.lang.String.class);
public final void setComment(java.lang.String arg_0) {
try {
handler.invoke(this,method_24.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_25 = Invoker.getDeclaredMethod(org.exoplatform.wiki.mow.core.api.wiki.PageImpl.class,"setUpdatedDate",java.util.Date.class);
public final void setUpdatedDate(java.util.Date arg_0) {
try {
handler.invoke(this,method_25.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_26 = Invoker.getDeclaredMethod(org.exoplatform.wiki.mow.core.api.wiki.PageImpl.class,"getName");
public final java.lang.String getName() {
try {
return (java.lang.String)handler.invoke(this,method_26.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_27 = Invoker.getDeclaredMethod(org.exoplatform.wiki.mow.core.api.wiki.PageImpl.class,"setSyntax",java.lang.String.class);
public final void setSyntax(java.lang.String arg_0) {
try {
handler.invoke(this,method_27.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_28 = Invoker.getDeclaredMethod(org.exoplatform.wiki.mow.core.api.wiki.PageImpl.class,"setActivityInfoMixin",org.exoplatform.wiki.mow.core.api.wiki.ActivityInfoMixin.class);
public final void setActivityInfoMixin(org.exoplatform.wiki.mow.core.api.wiki.ActivityInfoMixin arg_0) {
try {
handler.invoke(this,method_28.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_29 = Invoker.getDeclaredMethod(org.exoplatform.wiki.mow.core.api.wiki.PageImpl.class,"setUncachedMixin",org.exoplatform.wiki.chromattic.ext.ntdef.UncachedMixin.class);
public final void setUncachedMixin(org.exoplatform.wiki.chromattic.ext.ntdef.UncachedMixin arg_0) {
try {
handler.invoke(this,method_29.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_30 = Invoker.getDeclaredMethod(org.exoplatform.wiki.mow.core.api.wiki.PageImpl.class,"setUpdateAttachmentMixin",org.exoplatform.wiki.mow.core.api.wiki.UpdateAttachmentMixin.class);
public final void setUpdateAttachmentMixin(org.exoplatform.wiki.mow.core.api.wiki.UpdateAttachmentMixin arg_0) {
try {
handler.invoke(this,method_30.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_31 = Invoker.getDeclaredMethod(org.exoplatform.wiki.mow.core.api.wiki.PageImpl.class,"getContentByChromattic");
protected final org.exoplatform.wiki.mow.core.api.wiki.AttachmentImpl getContentByChromattic() {
try {
return (org.exoplatform.wiki.mow.core.api.wiki.AttachmentImpl)handler.invoke(this,method_31.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_32 = Invoker.getDeclaredMethod(org.exoplatform.wiki.mow.core.api.wiki.PageImpl.class,"setParentPage",org.exoplatform.wiki.mow.core.api.wiki.PageImpl.class);
public final void setParentPage(org.exoplatform.wiki.mow.core.api.wiki.PageImpl arg_0) {
try {
handler.invoke(this,method_32.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_33 = Invoker.getDeclaredMethod(org.exoplatform.wiki.mow.core.api.wiki.PageImpl.class,"createWatchedMixin");
protected final org.exoplatform.wiki.mow.core.api.wiki.WatchedMixin createWatchedMixin() {
try {
return (org.exoplatform.wiki.mow.core.api.wiki.WatchedMixin)handler.invoke(this,method_33.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_34 = Invoker.getDeclaredMethod(org.exoplatform.wiki.mow.core.api.wiki.PageImpl.class,"setMovedMixin",org.exoplatform.wiki.mow.core.api.wiki.MovedMixin.class);
public final void setMovedMixin(org.exoplatform.wiki.mow.core.api.wiki.MovedMixin arg_0) {
try {
handler.invoke(this,method_34.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_35 = Invoker.getDeclaredMethod(org.exoplatform.wiki.mow.core.api.wiki.PageImpl.class,"getRemovedMixin");
public final org.exoplatform.wiki.mow.core.api.wiki.RemovedMixin getRemovedMixin() {
try {
return (org.exoplatform.wiki.mow.core.api.wiki.RemovedMixin)handler.invoke(this,method_35.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_36 = Invoker.getDeclaredMethod(org.chromattic.ext.ntdef.NTFolder.class,"createFolder");
protected final org.chromattic.ext.ntdef.NTFolder createFolder() {
try {
return (org.chromattic.ext.ntdef.NTFolder)handler.invoke(this,method_36.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_37 = Invoker.getDeclaredMethod(org.exoplatform.wiki.mow.core.api.wiki.PageImpl.class,"getWatchedMixin");
public final org.exoplatform.wiki.mow.core.api.wiki.WatchedMixin getWatchedMixin() {
try {
return (org.exoplatform.wiki.mow.core.api.wiki.WatchedMixin)handler.invoke(this,method_37.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_38 = Invoker.getDeclaredMethod(org.chromattic.ext.ntdef.NTHierarchyNode.class,"getCreated");
public final java.util.Date getCreated() {
try {
return (java.util.Date)handler.invoke(this,method_38.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_39 = Invoker.getDeclaredMethod(org.exoplatform.wiki.mow.core.api.wiki.PageImpl.class,"setURL",java.lang.String.class);
public final void setURL(java.lang.String arg_0) {
try {
handler.invoke(this,method_39.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_40 = Invoker.getDeclaredMethod(org.exoplatform.wiki.mow.core.api.wiki.PageImpl.class,"getURL");
public final java.lang.String getURL() {
try {
return (java.lang.String)handler.invoke(this,method_40.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_41 = Invoker.getDeclaredMethod(org.chromattic.ext.ntdef.NTFolder.class,"getChildren");
public final java.util.Map getChildren() {
try {
return (java.util.Map)handler.invoke(this,method_41.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_42 = Invoker.getDeclaredMethod(org.exoplatform.wiki.mow.core.api.wiki.PageImpl.class,"setRemovedMixin",org.exoplatform.wiki.mow.core.api.wiki.RemovedMixin.class);
public final void setRemovedMixin(org.exoplatform.wiki.mow.core.api.wiki.RemovedMixin arg_0) {
try {
handler.invoke(this,method_42.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_43 = Invoker.getDeclaredMethod(org.exoplatform.wiki.mow.core.api.wiki.PageImpl.class,"getTrash");
public final org.exoplatform.wiki.mow.core.api.wiki.Trash getTrash() {
try {
return (org.exoplatform.wiki.mow.core.api.wiki.Trash)handler.invoke(this,method_43.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_44 = Invoker.getDeclaredMethod(org.exoplatform.wiki.mow.core.api.wiki.PageImpl.class,"getActivityInfoMixin");
public final org.exoplatform.wiki.mow.core.api.wiki.ActivityInfoMixin getActivityInfoMixin() {
try {
return (org.exoplatform.wiki.mow.core.api.wiki.ActivityInfoMixin)handler.invoke(this,method_44.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_45 = Invoker.getDeclaredMethod(org.exoplatform.wiki.mow.core.api.wiki.PageImpl.class,"getAuthor");
public final java.lang.String getAuthor() {
try {
return (java.lang.String)handler.invoke(this,method_45.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_46 = Invoker.getDeclaredMethod(org.exoplatform.wiki.mow.core.api.wiki.PageImpl.class,"getMigratingMixin");
public final org.exoplatform.wiki.mow.core.api.wiki.MigratingMixin getMigratingMixin() {
try {
return (org.exoplatform.wiki.mow.core.api.wiki.MigratingMixin)handler.invoke(this,method_46.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_47 = Invoker.getDeclaredMethod(org.exoplatform.wiki.mow.core.api.wiki.PageImpl.class,"createMigratingMixin");
protected final org.exoplatform.wiki.mow.core.api.wiki.MigratingMixin createMigratingMixin() {
try {
return (org.exoplatform.wiki.mow.core.api.wiki.MigratingMixin)handler.invoke(this,method_47.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_48 = Invoker.getDeclaredMethod(org.exoplatform.wiki.mow.core.api.wiki.PageImpl.class,"getTitleByChromattic");
public final java.lang.String getTitleByChromattic() {
try {
return (java.lang.String)handler.invoke(this,method_48.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_49 = Invoker.getDeclaredMethod(org.exoplatform.wiki.mow.core.api.wiki.PageImpl.class,"remove");
public final void remove() {
try {
handler.invoke(this,method_49.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_50 = Invoker.getDeclaredMethod(org.exoplatform.wiki.mow.core.api.wiki.PageImpl.class,"setOverridePermission",boolean.class);
public final void setOverridePermission(boolean arg_0) {
try {
handler.invoke(this,method_50.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_51 = Invoker.getDeclaredMethod(org.exoplatform.wiki.mow.core.api.wiki.PageImpl.class,"getParentPage");
public final org.exoplatform.wiki.mow.core.api.wiki.PageImpl getParentPage() {
try {
return (org.exoplatform.wiki.mow.core.api.wiki.PageImpl)handler.invoke(this,method_51.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_52 = Invoker.getDeclaredMethod(org.exoplatform.wiki.mow.core.api.wiki.PageImpl.class,"setMigratingMixin",org.exoplatform.wiki.mow.core.api.wiki.MigratingMixin.class);
public final void setMigratingMixin(org.exoplatform.wiki.mow.core.api.wiki.MigratingMixin arg_0) {
try {
handler.invoke(this,method_52.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_53 = Invoker.getDeclaredMethod(org.exoplatform.wiki.mow.core.api.wiki.PageImpl.class,"getSyntax");
public final java.lang.String getSyntax() {
try {
return (java.lang.String)handler.invoke(this,method_53.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_54 = Invoker.getDeclaredMethod(org.exoplatform.wiki.mow.core.api.wiki.PageImpl.class,"getOverridePermission");
public final boolean getOverridePermission() {
try {
return (java.lang.Boolean)handler.invoke(this,method_54.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_55 = Invoker.getDeclaredMethod(org.exoplatform.wiki.mow.core.api.wiki.PageImpl.class,"setAuthor",java.lang.String.class);
public final void setAuthor(java.lang.String arg_0) {
try {
handler.invoke(this,method_55.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_56 = Invoker.getDeclaredMethod(org.exoplatform.wiki.mow.core.api.wiki.PageImpl.class,"setCreatedDate",java.util.Date.class);
public final void setCreatedDate(java.util.Date arg_0) {
try {
handler.invoke(this,method_56.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_57 = Invoker.getDeclaredMethod(org.exoplatform.wiki.mow.core.api.wiki.PageImpl.class,"createAttachment");
public final org.exoplatform.wiki.mow.core.api.wiki.AttachmentImpl createAttachment() {
try {
return (org.exoplatform.wiki.mow.core.api.wiki.AttachmentImpl)handler.invoke(this,method_57.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);
}
}
}