Uses of Interface
org.symphonyoss.s2.canon.runtime.IBaseEntity
-
Packages that use IBaseEntity Package Description org.symphonyoss.s2.canon.runtime org.symphonyoss.s2.canon.runtime.http -
-
Uses of IBaseEntity in org.symphonyoss.s2.canon.runtime
Classes in org.symphonyoss.s2.canon.runtime with type parameters of type IBaseEntity Modifier and Type Class Description classAbstractRequestManager<A,P,R extends IBaseEntity>classPayloadResponseRequestManager<A,P,R extends IBaseEntity>classResponseOnlyRequestManager<A,R extends IBaseEntity>Subinterfaces of IBaseEntity in org.symphonyoss.s2.canon.runtime Modifier and Type Interface Description interfaceIEntityInterface representing a generated object type from a Canon model.interfaceIEntityArrayinterfaceIEntityList<T>interfaceIEntitySet<T>Classes in org.symphonyoss.s2.canon.runtime that implement IBaseEntity Modifier and Type Class Description classBaseEntityclassEntityBase class for all generated object classes in a Canon model.classEntityArraystatic classEntityArrayFactory.BuilderclassEntityBuilder<B extends EntityBuilder<B,T>,T extends IEntity>A builder for some entity type.classEntityList<T>classEntitySet<T>Constructors in org.symphonyoss.s2.canon.runtime with parameters of type IBaseEntity Constructor Description EntityBuilder(Class<B> type, IBaseEntity other) -
Uses of IBaseEntity in org.symphonyoss.s2.canon.runtime.http
Methods in org.symphonyoss.s2.canon.runtime.http with parameters of type IBaseEntity Modifier and Type Method Description voidRequestContext. sendOKResponse(IBaseEntity response)Method parameters in org.symphonyoss.s2.canon.runtime.http with type arguments of type IBaseEntity Modifier and Type Method Description voidRequestContext. sendOKResponse(List<? extends IBaseEntity> response)
-