UserWiki_Chromattic.java
package org.exoplatform.wiki.mow.core.api.wiki;
import org.chromattic.apt.Invoker;
import org.chromattic.apt.Instrumented;
public class UserWiki_Chromattic extends UserWiki implements Instrumented {
public final org.chromattic.spi.instrument.MethodHandler handler;
public UserWiki_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.WikiImpl.class,"getName");
public final java.lang.String getName() {
try {
return (java.lang.String)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.WikiImpl.class,"getWikiPermissions");
public final java.util.List getWikiPermissions() {
try {
return (java.util.List)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.WikiImpl.class,"getOwner");
public final java.lang.String getOwner() {
try {
return (java.lang.String)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.mow.core.api.wiki.WikiImpl.class,"setOwner",java.lang.String.class);
public final void setOwner(java.lang.String 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.mow.core.api.wiki.WikiImpl.class,"setTrashByChromattic",org.exoplatform.wiki.mow.core.api.wiki.Trash.class);
protected final void setTrashByChromattic(org.exoplatform.wiki.mow.core.api.wiki.Trash 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.mow.core.api.wiki.WikiImpl.class,"getPreferencesByChromattic");
protected final org.exoplatform.wiki.mow.core.api.wiki.PreferencesImpl getPreferencesByChromattic() {
try {
return (org.exoplatform.wiki.mow.core.api.wiki.PreferencesImpl)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.WikiImpl.class,"getPath");
public final java.lang.String getPath() {
try {
return (java.lang.String)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.WikiImpl.class,"setDefaultPermissionsInited",boolean.class);
public final void setDefaultPermissionsInited(boolean 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);
}
}
private static final Invoker method_8 = Invoker.getDeclaredMethod(org.exoplatform.wiki.mow.core.api.wiki.WikiImpl.class,"getLinkRegistryByChromattic");
protected final org.exoplatform.wiki.mow.core.api.wiki.LinkRegistry getLinkRegistryByChromattic() {
try {
return (org.exoplatform.wiki.mow.core.api.wiki.LinkRegistry)handler.invoke(this,method_8.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_9 = Invoker.getDeclaredMethod(org.exoplatform.wiki.mow.core.api.wiki.WikiImpl.class,"setLinkRegistryByChromattic",org.exoplatform.wiki.mow.core.api.wiki.LinkRegistry.class);
protected final void setLinkRegistryByChromattic(org.exoplatform.wiki.mow.core.api.wiki.LinkRegistry arg_0) {
try {
handler.invoke(this,method_9.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_10 = Invoker.getDeclaredMethod(org.exoplatform.wiki.mow.core.api.wiki.WikiImpl.class,"createLinkRegistry");
protected final org.exoplatform.wiki.mow.core.api.wiki.LinkRegistry createLinkRegistry() {
try {
return (org.exoplatform.wiki.mow.core.api.wiki.LinkRegistry)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.WikiImpl.class,"setHome",org.exoplatform.wiki.mow.core.api.wiki.WikiHome.class);
protected final void setHome(org.exoplatform.wiki.mow.core.api.wiki.WikiHome 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.UserWiki.class,"createDraftPage");
public final org.exoplatform.wiki.mow.core.api.wiki.DraftPageImpl createDraftPage() {
try {
return (org.exoplatform.wiki.mow.core.api.wiki.DraftPageImpl)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.UserWiki.class,"getUserWikis");
public final org.exoplatform.wiki.mow.core.api.wiki.UserWikiContainer getUserWikis() {
try {
return (org.exoplatform.wiki.mow.core.api.wiki.UserWikiContainer)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);
}
}
private static final Invoker method_14 = Invoker.getDeclaredMethod(org.exoplatform.wiki.mow.core.api.wiki.WikiImpl.class,"setWikiPermissions",java.util.List.class);
public final void setWikiPermissions(java.util.List arg_0) {
try {
handler.invoke(this,method_14.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_15 = Invoker.getDeclaredMethod(org.exoplatform.wiki.mow.core.api.wiki.WikiImpl.class,"getDefaultPermissionsInited");
public final boolean getDefaultPermissionsInited() {
try {
return (java.lang.Boolean)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.WikiImpl.class,"createWikiHome");
protected final org.exoplatform.wiki.mow.core.api.wiki.WikiHome createWikiHome() {
try {
return (org.exoplatform.wiki.mow.core.api.wiki.WikiHome)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.exoplatform.wiki.mow.core.api.wiki.WikiImpl.class,"getHome");
protected final org.exoplatform.wiki.mow.core.api.wiki.WikiHome getHome() {
try {
return (org.exoplatform.wiki.mow.core.api.wiki.WikiHome)handler.invoke(this,method_17.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_18 = Invoker.getDeclaredMethod(org.exoplatform.wiki.mow.core.api.wiki.WikiImpl.class,"getTrashByChromattic");
protected final org.exoplatform.wiki.mow.core.api.wiki.Trash getTrashByChromattic() {
try {
return (org.exoplatform.wiki.mow.core.api.wiki.Trash)handler.invoke(this,method_18.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_19 = Invoker.getDeclaredMethod(org.exoplatform.wiki.mow.core.api.wiki.WikiImpl.class,"createWikiPage");
public final org.exoplatform.wiki.mow.core.api.wiki.PageImpl createWikiPage() {
try {
return (org.exoplatform.wiki.mow.core.api.wiki.PageImpl)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.exoplatform.wiki.mow.core.api.wiki.UserWiki.class,"setDraftPagesContainerByChromattic",org.exoplatform.wiki.mow.core.api.wiki.PageImpl.class);
protected final void setDraftPagesContainerByChromattic(org.exoplatform.wiki.mow.core.api.wiki.PageImpl arg_0) {
try {
handler.invoke(this,method_20.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_21 = Invoker.getDeclaredMethod(org.exoplatform.wiki.mow.core.api.wiki.WikiImpl.class,"createTrash");
protected final org.exoplatform.wiki.mow.core.api.wiki.Trash createTrash() {
try {
return (org.exoplatform.wiki.mow.core.api.wiki.Trash)handler.invoke(this,method_21.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_22 = Invoker.getDeclaredMethod(org.exoplatform.wiki.mow.core.api.wiki.UserWiki.class,"getDraftPagesContainerByChromattic");
protected final org.exoplatform.wiki.mow.core.api.wiki.PageImpl getDraftPagesContainerByChromattic() {
try {
return (org.exoplatform.wiki.mow.core.api.wiki.PageImpl)handler.invoke(this,method_22.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_23 = Invoker.getDeclaredMethod(org.exoplatform.wiki.mow.core.api.wiki.WikiImpl.class,"createPreferences");
protected final org.exoplatform.wiki.mow.core.api.wiki.PreferencesImpl createPreferences() {
try {
return (org.exoplatform.wiki.mow.core.api.wiki.PreferencesImpl)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.WikiImpl.class,"setPreferencesByChromattic",org.exoplatform.wiki.mow.core.api.wiki.PreferencesImpl.class);
protected final void setPreferencesByChromattic(org.exoplatform.wiki.mow.core.api.wiki.PreferencesImpl 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.UserWiki.class,"setUserWikis",org.exoplatform.wiki.mow.core.api.wiki.UserWikiContainer.class);
public final void setUserWikis(org.exoplatform.wiki.mow.core.api.wiki.UserWikiContainer 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);
}
}
}