SpaceEntity_Chromattic.java

package org.exoplatform.social.core.chromattic.entity;
import org.chromattic.apt.Invoker;
import org.chromattic.apt.Instrumented;
public class SpaceEntity_Chromattic extends SpaceEntity implements Instrumented {
public final org.chromattic.spi.instrument.MethodHandler handler;
public SpaceEntity_Chromattic(org.chromattic.spi.instrument.MethodHandler handler) {
this.handler = handler;
}
private static final Invoker method_0 = Invoker.getDeclaredMethod(org.exoplatform.social.core.chromattic.entity.SpaceEntity.class,"setName",java.lang.String.class);
public final void setName(java.lang.String 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.SpaceEntity.class,"getName");
public final java.lang.String getName() {
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.social.core.chromattic.entity.SpaceEntity.class,"setGroupId",java.lang.String.class);
public final void setGroupId(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.exoplatform.social.core.chromattic.entity.SpaceEntity.class,"setRegistration",java.lang.String.class);
public final void setRegistration(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.SpaceEntity.class,"getAvatarLastUpdated");
public final java.lang.Long getAvatarLastUpdated() {
try {
return (java.lang.Long)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.social.core.chromattic.entity.SpaceEntity.class,"getInvitedMembersId");
public final java.lang.String[] getInvitedMembersId() {
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.SpaceEntity.class,"setManagerMembersId",java.lang.String[].class);
public final void setManagerMembersId(java.lang.String[] 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.SpaceEntity.class,"getId");
public final java.lang.String getId() {
try {
return (java.lang.String)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.SpaceEntity.class,"setPrettyName",java.lang.String.class);
public final void setPrettyName(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.social.core.chromattic.entity.SpaceEntity.class,"setDescription",java.lang.String.class);
public final void setDescription(java.lang.String 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.social.core.chromattic.entity.SpaceEntity.class,"setDisplayName",java.lang.String.class);
public final void setDisplayName(java.lang.String arg_0) {
try {
handler.invoke(this,method_10.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_11 = Invoker.getDeclaredMethod(org.exoplatform.social.core.chromattic.entity.SpaceEntity.class,"getDescription");
public final java.lang.String getDescription() {
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.SpaceEntity.class,"getGroupId");
public final java.lang.String getGroupId() {
try {
return (java.lang.String)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.social.core.chromattic.entity.SpaceEntity.class,"setVisibility",java.lang.String.class);
public final void setVisibility(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.social.core.chromattic.entity.SpaceEntity.class,"setMembersId",java.lang.String[].class);
public final void setMembersId(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.SpaceEntity.class,"getPrettyName");
public final java.lang.String getPrettyName() {
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.social.core.chromattic.entity.SpaceEntity.class,"getRegistration");
public final java.lang.String getRegistration() {
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.SpaceEntity.class,"setCreatedTime",java.lang.Long.class);
public final void setCreatedTime(java.lang.Long 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.social.core.chromattic.entity.SpaceEntity.class,"setApp",java.lang.String.class);
public final void setApp(java.lang.String 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.social.core.chromattic.entity.SpaceEntity.class,"setInvitedMembersId",java.lang.String[].class);
public final void setInvitedMembersId(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.SpaceEntity.class,"getApp");
public final java.lang.String getApp() {
try {
return (java.lang.String)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.social.core.chromattic.entity.SpaceEntity.class,"getPendingMembersId");
public final java.lang.String[] getPendingMembersId() {
try {
return (java.lang.String[])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.social.core.chromattic.entity.SpaceEntity.class,"setAvatarLastUpdated",java.lang.Long.class);
public final void setAvatarLastUpdated(java.lang.Long 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.social.core.chromattic.entity.SpaceEntity.class,"setType",java.lang.String.class);
public final void setType(java.lang.String arg_0) {
try {
handler.invoke(this,method_23.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_24 = Invoker.getDeclaredMethod(org.exoplatform.social.core.chromattic.entity.SpaceEntity.class,"setPendingMembersId",java.lang.String[].class);
public final void setPendingMembersId(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.social.core.chromattic.entity.SpaceEntity.class,"setURL",java.lang.String.class);
public final void setURL(java.lang.String 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.social.core.chromattic.entity.SpaceEntity.class,"getMembersId");
public final java.lang.String[] getMembersId() {
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.SpaceEntity.class,"getURL");
public final java.lang.String getURL() {
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.SpaceEntity.class,"getDisplayName");
public final java.lang.String getDisplayName() {
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.SpaceEntity.class,"getType");
public final java.lang.String getType() {
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.SpaceEntity.class,"getPriority");
public final java.lang.String getPriority() {
try {
return (java.lang.String)handler.invoke(this,method_30.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_31 = Invoker.getDeclaredMethod(org.exoplatform.social.core.chromattic.entity.SpaceEntity.class,"getManagerMembersId");
public final java.lang.String[] getManagerMembersId() {
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.SpaceEntity.class,"setPriority",java.lang.String.class);
public final void setPriority(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.SpaceEntity.class,"getCreatedTime");
public final java.lang.Long getCreatedTime() {
try {
return (java.lang.Long)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.social.core.chromattic.entity.SpaceEntity.class,"getVisibility");
public final java.lang.String getVisibility() {
try {
return (java.lang.String)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);
}
}
}