WikiStoreImpl_Chromattic.java
package org.exoplatform.wiki.mow.core.api;
import org.chromattic.apt.Invoker;
import org.chromattic.apt.Instrumented;
public class WikiStoreImpl_Chromattic extends WikiStoreImpl implements Instrumented {
public final org.chromattic.spi.instrument.MethodHandler handler;
public WikiStoreImpl_Chromattic(org.chromattic.spi.instrument.MethodHandler handler) {
this.handler = handler;
}
private static final Invoker method_0 = Invoker.getDeclaredMethod(org.exoplatform.wiki.mow.core.api.WikiStoreImpl.class,"getDraftNewPagesContainerByChromattic");
protected final org.exoplatform.wiki.mow.core.api.wiki.PageImpl getDraftNewPagesContainerByChromattic() {
try {
return (org.exoplatform.wiki.mow.core.api.wiki.PageImpl)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.WikiStoreImpl.class,"getPortalWikiContainerByChromattic");
protected final org.exoplatform.wiki.mow.core.api.wiki.PortalWikiContainer getPortalWikiContainerByChromattic() {
try {
return (org.exoplatform.wiki.mow.core.api.wiki.PortalWikiContainer)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.WikiStoreImpl.class,"createPortalWikiContainer");
protected final org.exoplatform.wiki.mow.core.api.wiki.PortalWikiContainer createPortalWikiContainer() {
try {
return (org.exoplatform.wiki.mow.core.api.wiki.PortalWikiContainer)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.WikiStoreImpl.class,"getEmotionIconsPageByChromattic");
protected final org.exoplatform.wiki.mow.core.api.wiki.PageImpl getEmotionIconsPageByChromattic() {
try {
return (org.exoplatform.wiki.mow.core.api.wiki.PageImpl)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.WikiStoreImpl.class,"setEmotionIconsPageByChromattic",org.exoplatform.wiki.mow.core.api.wiki.PageImpl.class);
protected final void setEmotionIconsPageByChromattic(org.exoplatform.wiki.mow.core.api.wiki.PageImpl 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.WikiStoreImpl.class,"setPortalWikiContainerByChromattic",org.exoplatform.wiki.mow.core.api.wiki.PortalWikiContainer.class);
protected final void setPortalWikiContainerByChromattic(org.exoplatform.wiki.mow.core.api.wiki.PortalWikiContainer arg_0) {
try {
handler.invoke(this,method_5.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_6 = Invoker.getDeclaredMethod(org.exoplatform.wiki.mow.core.api.WikiStoreImpl.class,"setDraftNewPagesContainerByChromattic",org.exoplatform.wiki.mow.core.api.wiki.PageImpl.class);
protected final void setDraftNewPagesContainerByChromattic(org.exoplatform.wiki.mow.core.api.wiki.PageImpl 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);
}
}
private static final Invoker method_7 = Invoker.getDeclaredMethod(org.exoplatform.wiki.mow.core.api.WikiStoreImpl.class,"getHelpPageByChromattic");
public final org.exoplatform.wiki.mow.core.api.wiki.HelpPage getHelpPageByChromattic() {
try {
return (org.exoplatform.wiki.mow.core.api.wiki.HelpPage)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.WikiStoreImpl.class,"createEmotionIconsPage");
protected final org.exoplatform.wiki.mow.core.api.wiki.PageImpl createEmotionIconsPage() {
try {
return (org.exoplatform.wiki.mow.core.api.wiki.PageImpl)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.WikiStoreImpl.class,"getGroupWikiContainerByChromattic");
protected final org.exoplatform.wiki.mow.core.api.wiki.GroupWikiContainer getGroupWikiContainerByChromattic() {
try {
return (org.exoplatform.wiki.mow.core.api.wiki.GroupWikiContainer)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.WikiStoreImpl.class,"createGroupWikiContainer");
protected final org.exoplatform.wiki.mow.core.api.wiki.GroupWikiContainer createGroupWikiContainer() {
try {
return (org.exoplatform.wiki.mow.core.api.wiki.GroupWikiContainer)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.WikiStoreImpl.class,"createHelpPage");
public final org.exoplatform.wiki.mow.core.api.wiki.HelpPage createHelpPage() {
try {
return (org.exoplatform.wiki.mow.core.api.wiki.HelpPage)handler.invoke(this,method_11.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_12 = Invoker.getDeclaredMethod(org.exoplatform.wiki.mow.core.api.WikiStoreImpl.class,"setGroupWikiContainerByChromattic",org.exoplatform.wiki.mow.core.api.wiki.GroupWikiContainer.class);
protected final void setGroupWikiContainerByChromattic(org.exoplatform.wiki.mow.core.api.wiki.GroupWikiContainer arg_0) {
try {
handler.invoke(this,method_12.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_13 = Invoker.getDeclaredMethod(org.exoplatform.wiki.mow.core.api.WikiStoreImpl.class,"getUserWikiContainerByChromattic");
protected final org.exoplatform.wiki.mow.core.api.wiki.UserWikiContainer getUserWikiContainerByChromattic() {
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.WikiStoreImpl.class,"createPage");
public final org.exoplatform.wiki.mow.core.api.wiki.PageImpl createPage() {
try {
return (org.exoplatform.wiki.mow.core.api.wiki.PageImpl)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.WikiStoreImpl.class,"createUserWikiContainer");
protected final org.exoplatform.wiki.mow.core.api.wiki.UserWikiContainer createUserWikiContainer() {
try {
return (org.exoplatform.wiki.mow.core.api.wiki.UserWikiContainer)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.WikiStoreImpl.class,"setHelpPageByChromattic",org.exoplatform.wiki.mow.core.api.wiki.HelpPage.class);
protected final void setHelpPageByChromattic(org.exoplatform.wiki.mow.core.api.wiki.HelpPage arg_0) {
try {
handler.invoke(this,method_16.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_17 = Invoker.getDeclaredMethod(org.exoplatform.wiki.mow.core.api.WikiStoreImpl.class,"setUserWikiContainerByChromattic",org.exoplatform.wiki.mow.core.api.wiki.UserWikiContainer.class);
protected final void setUserWikiContainerByChromattic(org.exoplatform.wiki.mow.core.api.wiki.UserWikiContainer 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);
}
}
}