ActivityEntity_Chromattic.java
package org.exoplatform.social.core.chromattic.entity;
import org.chromattic.apt.Invoker;
import org.chromattic.apt.Instrumented;
public class ActivityEntity_Chromattic extends ActivityEntity implements Instrumented {
public final org.chromattic.spi.instrument.MethodHandler handler;
public ActivityEntity_Chromattic(org.chromattic.spi.instrument.MethodHandler handler) {
this.handler = handler;
}
private static final Invoker method_0 = Invoker.getDeclaredMethod(org.exoplatform.social.core.chromattic.entity.ActivityEntity.class,"setPostedTime",java.lang.Long.class);
public final void setPostedTime(java.lang.Long arg_0) {
try {
handler.invoke(this,method_0.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_1 = Invoker.getDeclaredMethod(org.exoplatform.social.core.chromattic.entity.ActivityEntity.class,"setTitleId",java.lang.String.class);
public final void setTitleId(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);
}
}
private static final Invoker method_2 = Invoker.getDeclaredMethod(org.exoplatform.social.core.chromattic.entity.ActivityEntity.class,"getName");
public final java.lang.String getName() {
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.social.core.chromattic.entity.ActivityEntity.class,"setMentioners",java.lang.String[].class);
public final void setMentioners(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.social.core.chromattic.entity.ActivityEntity.class,"setBodyId",java.lang.String.class);
public final void setBodyId(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.social.core.chromattic.entity.ActivityEntity.class,"getTitle");
public final java.lang.String getTitle() {
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);
}
}
private static final Invoker method_6 = Invoker.getDeclaredMethod(org.exoplatform.social.core.chromattic.entity.ActivityEntity.class,"setLastUpdated",java.lang.Long.class);
public final void setLastUpdated(java.lang.Long 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.social.core.chromattic.entity.ActivityEntity.class,"getComments");
public final java.util.List getComments() {
try {
return (java.util.List)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.social.core.chromattic.entity.ActivityEntity.class,"getPath");
public final java.lang.String getPath() {
try {
return (java.lang.String)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.social.core.chromattic.entity.ActivityEntity.class,"getParentActivity");
public final org.exoplatform.social.core.chromattic.entity.ActivityEntity getParentActivity() {
try {
return (org.exoplatform.social.core.chromattic.entity.ActivityEntity)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.social.core.chromattic.entity.ActivityEntity.class,"getLastUpdated");
public final java.lang.Long getLastUpdated() {
try {
return (java.lang.Long)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.social.core.chromattic.entity.ActivityEntity.class,"getMentioners");
public final java.lang.String[] getMentioners() {
try {
return (java.lang.String[])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.social.core.chromattic.entity.ActivityEntity.class,"setPosterIdentity",org.exoplatform.social.core.chromattic.entity.IdentityEntity.class);
public final void setPosterIdentity(org.exoplatform.social.core.chromattic.entity.IdentityEntity 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.social.core.chromattic.entity.ActivityEntity.class,"getPostedTime");
public final java.lang.Long getPostedTime() {
try {
return (java.lang.Long)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.social.core.chromattic.entity.ActivityEntity.class,"setTitle",java.lang.String.class);
public final void setTitle(java.lang.String 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.social.core.chromattic.entity.ActivityEntity.class,"setUrl",java.lang.String.class);
public final void setUrl(java.lang.String arg_0) {
try {
handler.invoke(this,method_15.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_16 = Invoker.getDeclaredMethod(org.exoplatform.social.core.chromattic.entity.ActivityEntity.class,"getUrl");
public final java.lang.String getUrl() {
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.exoplatform.social.core.chromattic.entity.ActivityEntity.class,"getPosterIdentity");
public final org.exoplatform.social.core.chromattic.entity.IdentityEntity getPosterIdentity() {
try {
return (org.exoplatform.social.core.chromattic.entity.IdentityEntity)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.social.core.chromattic.entity.ActivityEntity.class,"getType");
public final java.lang.String getType() {
try {
return (java.lang.String)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.social.core.chromattic.entity.ActivityEntity.class,"setLikes",java.lang.String[].class);
public final void setLikes(java.lang.String[] arg_0) {
try {
handler.invoke(this,method_19.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_20 = Invoker.getDeclaredMethod(org.exoplatform.social.core.chromattic.entity.ActivityEntity.class,"setIdentity",org.exoplatform.social.core.chromattic.entity.IdentityEntity.class);
public final void setIdentity(org.exoplatform.social.core.chromattic.entity.IdentityEntity 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.social.core.chromattic.entity.ActivityEntity.class,"setPriority",java.lang.Float.class);
public final void setPriority(java.lang.Float 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.social.core.chromattic.entity.ActivityEntity.class,"getParams");
public final org.exoplatform.social.core.chromattic.entity.ActivityParameters getParams() {
try {
return (org.exoplatform.social.core.chromattic.entity.ActivityParameters)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.social.core.chromattic.entity.ActivityEntity.class,"getTitleId");
public final java.lang.String getTitleId() {
try {
return (java.lang.String)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.social.core.chromattic.entity.ActivityEntity.class,"isComment");
public final java.lang.Boolean isComment() {
try {
return (java.lang.Boolean)handler.invoke(this,method_24.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_25 = Invoker.getDeclaredMethod(org.exoplatform.social.core.chromattic.entity.ActivityEntity.class,"getCommenters");
public final java.lang.String[] getCommenters() {
try {
return (java.lang.String[])handler.invoke(this,method_25.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_26 = Invoker.getDeclaredMethod(org.exoplatform.social.core.chromattic.entity.ActivityEntity.class,"getLikes");
public final java.lang.String[] getLikes() {
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.social.core.chromattic.entity.ActivityEntity.class,"getId");
public final java.lang.String getId() {
try {
return (java.lang.String)handler.invoke(this,method_27.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_28 = Invoker.getDeclaredMethod(org.exoplatform.social.core.chromattic.entity.ActivityEntity.class,"getExternalId");
public final java.lang.String getExternalId() {
try {
return (java.lang.String)handler.invoke(this,method_28.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_29 = Invoker.getDeclaredMethod(org.exoplatform.social.core.chromattic.entity.ActivityEntity.class,"getBodyId");
public final java.lang.String getBodyId() {
try {
return (java.lang.String)handler.invoke(this,method_29.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_30 = Invoker.getDeclaredMethod(org.exoplatform.social.core.chromattic.entity.ActivityEntity.class,"createComment",java.lang.String.class);
public final org.exoplatform.social.core.chromattic.entity.ActivityEntity createComment(java.lang.String arg_0) {
try {
return (org.exoplatform.social.core.chromattic.entity.ActivityEntity)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.social.core.chromattic.entity.ActivityEntity.class,"getAppId");
public final java.lang.String getAppId() {
try {
return (java.lang.String)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.social.core.chromattic.entity.ActivityEntity.class,"setCommenters",java.lang.String[].class);
public final void setCommenters(java.lang.String[] 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.social.core.chromattic.entity.ActivityEntity.class,"setExternalId",java.lang.String.class);
public final void setExternalId(java.lang.String arg_0) {
try {
handler.invoke(this,method_33.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_34 = Invoker.getDeclaredMethod(org.exoplatform.social.core.chromattic.entity.ActivityEntity.class,"getActivityRefs");
public final java.util.Collection getActivityRefs() {
try {
return (java.util.Collection)handler.invoke(this,method_34.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_35 = Invoker.getDeclaredMethod(org.exoplatform.social.core.chromattic.entity.ActivityEntity.class,"getBody");
public final java.lang.String getBody() {
try {
return (java.lang.String)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.exoplatform.social.core.chromattic.entity.ActivityEntity.class,"setBody",java.lang.String.class);
public final void setBody(java.lang.String arg_0) {
try {
handler.invoke(this,method_36.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_37 = Invoker.getDeclaredMethod(org.exoplatform.social.core.chromattic.entity.ActivityEntity.class,"setType",java.lang.String.class);
public final void setType(java.lang.String arg_0) {
try {
handler.invoke(this,method_37.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_38 = Invoker.getDeclaredMethod(org.exoplatform.social.core.chromattic.entity.ActivityEntity.class,"setAppId",java.lang.String.class);
public final void setAppId(java.lang.String arg_0) {
try {
handler.invoke(this,method_38.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_39 = Invoker.getDeclaredMethod(org.exoplatform.social.core.chromattic.entity.ActivityEntity.class,"getDay");
public final org.exoplatform.social.core.chromattic.entity.ActivityDayEntity getDay() {
try {
return (org.exoplatform.social.core.chromattic.entity.ActivityDayEntity)handler.invoke(this,method_39.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_40 = Invoker.getDeclaredMethod(org.exoplatform.social.core.chromattic.entity.ActivityEntity.class,"getIdentity");
public final org.exoplatform.social.core.chromattic.entity.IdentityEntity getIdentity() {
try {
return (org.exoplatform.social.core.chromattic.entity.IdentityEntity)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.exoplatform.social.core.chromattic.entity.ActivityEntity.class,"getPriority");
public final java.lang.Float getPriority() {
try {
return (java.lang.Float)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.social.core.chromattic.entity.ActivityEntity.class,"setComment",java.lang.Boolean.class);
public final void setComment(java.lang.Boolean 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.social.core.chromattic.entity.ActivityEntity.class,"createParams");
public final org.exoplatform.social.core.chromattic.entity.ActivityParameters createParams() {
try {
return (org.exoplatform.social.core.chromattic.entity.ActivityParameters)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.social.core.chromattic.entity.ActivityEntity.class,"setParams",org.exoplatform.social.core.chromattic.entity.ActivityParameters.class);
public final void setParams(org.exoplatform.social.core.chromattic.entity.ActivityParameters arg_0) {
try {
handler.invoke(this,method_44.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);
}
}
}