IdentityEntity_Chromattic.java
package org.exoplatform.social.core.chromattic.entity;
import org.chromattic.apt.Invoker;
import org.chromattic.apt.Instrumented;
public class IdentityEntity_Chromattic extends IdentityEntity implements Instrumented {
public final org.chromattic.spi.instrument.MethodHandler handler;
public IdentityEntity_Chromattic(org.chromattic.spi.instrument.MethodHandler handler) {
this.handler = handler;
}
private static final Invoker method_0 = Invoker.getDeclaredMethod(org.exoplatform.social.core.chromattic.entity.IdentityEntity.class,"setActivityList",org.exoplatform.social.core.chromattic.entity.ActivityListEntity.class);
public final void setActivityList(org.exoplatform.social.core.chromattic.entity.ActivityListEntity 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.IdentityEntity.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.IdentityEntity.class,"setRemoteId",java.lang.String.class);
public final void setRemoteId(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.IdentityEntity.class,"getSpaces");
public final org.exoplatform.social.core.chromattic.entity.SpaceListEntity getSpaces() {
try {
return (org.exoplatform.social.core.chromattic.entity.SpaceListEntity)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.IdentityEntity.class,"getPath");
public final java.lang.String getPath() {
try {
return (java.lang.String)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.IdentityEntity.class,"getProviderId");
public final java.lang.String getProviderId() {
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.IdentityEntity.class,"getStreams");
public final org.exoplatform.social.core.chromattic.entity.StreamsEntity getStreams() {
try {
return (org.exoplatform.social.core.chromattic.entity.StreamsEntity)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.IdentityEntity.class,"setStreams",org.exoplatform.social.core.chromattic.entity.StreamsEntity.class);
public final void setStreams(org.exoplatform.social.core.chromattic.entity.StreamsEntity 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.IdentityEntity.class,"getProperties");
public final java.util.Map getProperties() {
try {
return (java.util.Map)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.IdentityEntity.class,"getProfile");
public final org.exoplatform.social.core.chromattic.entity.ProfileEntity getProfile() {
try {
return (org.exoplatform.social.core.chromattic.entity.ProfileEntity)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.IdentityEntity.class,"setProfile",org.exoplatform.social.core.chromattic.entity.ProfileEntity.class);
public final void setProfile(org.exoplatform.social.core.chromattic.entity.ProfileEntity 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.IdentityEntity.class,"setReceiver",org.exoplatform.social.core.chromattic.entity.RelationshipListEntity.class);
public final void setReceiver(org.exoplatform.social.core.chromattic.entity.RelationshipListEntity 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.IdentityEntity.class,"setManagerSpaces",org.exoplatform.social.core.chromattic.entity.SpaceListEntity.class);
public final void setManagerSpaces(org.exoplatform.social.core.chromattic.entity.SpaceListEntity 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.IdentityEntity.class,"getSender");
public final org.exoplatform.social.core.chromattic.entity.RelationshipListEntity getSender() {
try {
return (org.exoplatform.social.core.chromattic.entity.RelationshipListEntity)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.IdentityEntity.class,"getRemoteId");
public final java.lang.String getRemoteId() {
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.IdentityEntity.class,"setName",java.lang.String.class);
public final java.lang.String setName(java.lang.String arg_0) {
try {
return (java.lang.String)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.IdentityEntity.class,"getPendingSpaces");
public final org.exoplatform.social.core.chromattic.entity.SpaceListEntity getPendingSpaces() {
try {
return (org.exoplatform.social.core.chromattic.entity.SpaceListEntity)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.IdentityEntity.class,"getReceiver");
public final org.exoplatform.social.core.chromattic.entity.RelationshipListEntity getReceiver() {
try {
return (org.exoplatform.social.core.chromattic.entity.RelationshipListEntity)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.IdentityEntity.class,"getActivityList");
public final org.exoplatform.social.core.chromattic.entity.ActivityListEntity getActivityList() {
try {
return (org.exoplatform.social.core.chromattic.entity.ActivityListEntity)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.IdentityEntity.class,"getId");
public final java.lang.String getId() {
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);
}
}
private static final Invoker method_20 = Invoker.getDeclaredMethod(org.exoplatform.social.core.chromattic.entity.IdentityEntity.class,"createRelationship");
public final org.exoplatform.social.core.chromattic.entity.RelationshipEntity createRelationship() {
try {
return (org.exoplatform.social.core.chromattic.entity.RelationshipEntity)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.IdentityEntity.class,"setSpaces",org.exoplatform.social.core.chromattic.entity.SpaceListEntity.class);
public final void setSpaces(org.exoplatform.social.core.chromattic.entity.SpaceListEntity 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.IdentityEntity.class,"setInvitedSpaces",org.exoplatform.social.core.chromattic.entity.SpaceListEntity.class);
public final void setInvitedSpaces(org.exoplatform.social.core.chromattic.entity.SpaceListEntity 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.IdentityEntity.class,"isDeleted");
public final java.lang.Boolean isDeleted() {
try {
return (java.lang.Boolean)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.IdentityEntity.class,"getIgnored");
public final org.exoplatform.social.core.chromattic.entity.RelationshipListEntity getIgnored() {
try {
return (org.exoplatform.social.core.chromattic.entity.RelationshipListEntity)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.IdentityEntity.class,"setPendingSpaces",org.exoplatform.social.core.chromattic.entity.SpaceListEntity.class);
public final void setPendingSpaces(org.exoplatform.social.core.chromattic.entity.SpaceListEntity 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.IdentityEntity.class,"getIgnore");
public final org.exoplatform.social.core.chromattic.entity.RelationshipListEntity getIgnore() {
try {
return (org.exoplatform.social.core.chromattic.entity.RelationshipListEntity)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.IdentityEntity.class,"getInvitedSpaces");
public final org.exoplatform.social.core.chromattic.entity.SpaceListEntity getInvitedSpaces() {
try {
return (org.exoplatform.social.core.chromattic.entity.SpaceListEntity)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.IdentityEntity.class,"createStreams");
public final org.exoplatform.social.core.chromattic.entity.StreamsEntity createStreams() {
try {
return (org.exoplatform.social.core.chromattic.entity.StreamsEntity)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.IdentityEntity.class,"setProviderId",java.lang.String.class);
public final void setProviderId(java.lang.String arg_0) {
try {
handler.invoke(this,method_29.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_30 = Invoker.getDeclaredMethod(org.exoplatform.social.core.chromattic.entity.IdentityEntity.class,"getManagerSpaces");
public final org.exoplatform.social.core.chromattic.entity.SpaceListEntity getManagerSpaces() {
try {
return (org.exoplatform.social.core.chromattic.entity.SpaceListEntity)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.IdentityEntity.class,"createProfile");
public final org.exoplatform.social.core.chromattic.entity.ProfileEntity createProfile() {
try {
return (org.exoplatform.social.core.chromattic.entity.ProfileEntity)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.IdentityEntity.class,"getRelationship");
public final org.exoplatform.social.core.chromattic.entity.RelationshipListEntity getRelationship() {
try {
return (org.exoplatform.social.core.chromattic.entity.RelationshipListEntity)handler.invoke(this,method_32.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_33 = Invoker.getDeclaredMethod(org.exoplatform.social.core.chromattic.entity.IdentityEntity.class,"setSender",org.exoplatform.social.core.chromattic.entity.RelationshipListEntity.class);
public final void setSender(org.exoplatform.social.core.chromattic.entity.RelationshipListEntity 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.IdentityEntity.class,"setDeleted",java.lang.Boolean.class);
public final void setDeleted(java.lang.Boolean arg_0) {
try {
handler.invoke(this,method_34.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);
}
}
}