ProfileEntity_Chromattic.java
package org.exoplatform.social.core.chromattic.entity;
import org.chromattic.apt.Invoker;
import org.chromattic.apt.Instrumented;
public class ProfileEntity_Chromattic extends ProfileEntity implements Instrumented {
public final org.chromattic.spi.instrument.MethodHandler handler;
public ProfileEntity_Chromattic(org.chromattic.spi.instrument.MethodHandler handler) {
this.handler = handler;
}
private static final Invoker method_0 = Invoker.getDeclaredMethod(org.exoplatform.social.core.chromattic.entity.ProfileEntity.class,"setActivityProfile",org.exoplatform.social.core.chromattic.entity.ActivityProfileEntity.class);
public final void setActivityProfile(org.exoplatform.social.core.chromattic.entity.ActivityProfileEntity 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.ProfileEntity.class,"getAvatar");
public final org.chromattic.ext.ntdef.NTFile getAvatar() {
try {
return (org.chromattic.ext.ntdef.NTFile)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.ProfileEntity.class,"getId");
public final java.lang.String getId() {
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.ProfileEntity.class,"createActivityProfile");
public final org.exoplatform.social.core.chromattic.entity.ActivityProfileEntity createActivityProfile() {
try {
return (org.exoplatform.social.core.chromattic.entity.ActivityProfileEntity)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.social.core.chromattic.entity.ProfileEntity.class,"getXps");
public final java.util.Map getXps() {
try {
return (java.util.Map)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.ProfileEntity.class,"createAvatar");
public final org.chromattic.ext.ntdef.NTFile createAvatar() {
try {
return (org.chromattic.ext.ntdef.NTFile)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.ProfileEntity.class,"createXp");
public final org.exoplatform.social.core.chromattic.entity.ProfileXpEntity createXp() {
try {
return (org.exoplatform.social.core.chromattic.entity.ProfileXpEntity)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.social.core.chromattic.entity.ProfileEntity.class,"setExternalAvatarUrl",java.lang.String.class);
public final void setExternalAvatarUrl(java.lang.String 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.social.core.chromattic.entity.ProfileEntity.class,"setCreatedTime",java.lang.Long.class);
public final void setCreatedTime(java.lang.Long 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.ProfileEntity.class,"getActivityProfile");
public final org.exoplatform.social.core.chromattic.entity.ActivityProfileEntity getActivityProfile() {
try {
return (org.exoplatform.social.core.chromattic.entity.ActivityProfileEntity)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.ProfileEntity.class,"setExternalUrl",java.lang.String.class);
public final void setExternalUrl(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.ProfileEntity.class,"setAvatar",org.chromattic.ext.ntdef.NTFile.class);
public final void setAvatar(org.chromattic.ext.ntdef.NTFile 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.social.core.chromattic.entity.ProfileEntity.class,"getProperties");
public final java.util.Map getProperties() {
try {
return (java.util.Map)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.ProfileEntity.class,"getExternalAvatarUrl");
public final java.lang.String getExternalAvatarUrl() {
try {
return (java.lang.String)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.ProfileEntity.class,"getExternalUrl");
public final java.lang.String getExternalUrl() {
try {
return (java.lang.String)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.social.core.chromattic.entity.ProfileEntity.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_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.ProfileEntity.class,"setParentId",java.lang.String.class);
public final void setParentId(java.lang.String 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.social.core.chromattic.entity.ProfileEntity.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_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.ProfileEntity.class,"getCreatedTime");
public final java.lang.Long getCreatedTime() {
try {
return (java.lang.Long)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.ProfileEntity.class,"getParentId");
public final java.lang.String getParentId() {
try {
return (java.lang.String)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);
}
}
}