|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of EntityContext in org.chromattic.core |
|---|
| Methods in org.chromattic.core that return EntityContext | |
|---|---|
EntityContext |
DomainSession.unwrap(java.lang.Object o)
|
| Methods in org.chromattic.core with parameters of type EntityContext | ||
|---|---|---|
protected
|
DomainSessionImpl._findByPath(EntityContext ctx,
java.lang.Class<O> clazz,
java.lang.String relPath)
|
|
protected abstract
|
DomainSession._findByPath(EntityContext o,
java.lang.Class<O> clazz,
java.lang.String relPath)
|
|
protected java.lang.Object |
DomainSessionImpl._getChild(EntityContext ctx,
java.lang.String name)
|
|
protected abstract java.lang.Object |
DomainSession._getChild(EntityContext ctx,
java.lang.String name)
|
|
protected
|
DomainSessionImpl._getChildren(EntityContext ctx,
java.lang.Class<T> filterClass)
|
|
protected abstract
|
DomainSession._getChildren(EntityContext ctx,
java.lang.Class<T> filterClass)
|
|
protected java.lang.String |
DomainSessionImpl._getName(EntityContext ctx)
|
|
protected abstract java.lang.String |
DomainSession._getName(EntityContext ctx)
|
|
protected java.lang.Object |
DomainSessionImpl._getParent(EntityContext ctx)
|
|
protected abstract java.lang.Object |
DomainSession._getParent(EntityContext ctx)
|
|
protected java.lang.Object |
DomainSessionImpl._getReferenced(EntityContext referentCtx,
java.lang.String name,
LinkType linkType)
|
|
protected abstract java.lang.Object |
DomainSession._getReferenced(EntityContext referentCtx,
java.lang.String name,
LinkType linkType)
|
|
protected
|
DomainSessionImpl._getReferents(EntityContext referencedCtx,
java.lang.String name,
java.lang.Class<T> filterClass,
LinkType linkType)
|
|
protected abstract
|
DomainSession._getReferents(EntityContext referencedCtx,
java.lang.String name,
java.lang.Class<T> filterClass,
LinkType linkType)
|
|
protected void |
DomainSessionImpl._move(EntityContext srcCtx,
EntityContext dstCtx)
|
|
protected abstract void |
DomainSession._move(EntityContext srcCtx,
EntityContext dstCtx)
|
|
protected void |
DomainSessionImpl._orderBefore(EntityContext parentCtx,
EntityContext srcCtx,
EntityContext dstCtx)
|
|
protected abstract void |
DomainSession._orderBefore(EntityContext parentCtx,
EntityContext srcCtx,
EntityContext dstCtx)
|
|
protected java.lang.String |
DomainSessionImpl._persist(EntityContext ctx,
java.lang.String name)
|
|
protected abstract java.lang.String |
DomainSession._persist(EntityContext ctx,
java.lang.String name)
|
|
protected java.lang.String |
DomainSessionImpl._persist(EntityContext srcCtx,
java.lang.String name,
EntityContext dstCtx)
Insert a context as a child of a parent context. |
|
protected abstract java.lang.String |
DomainSession._persist(EntityContext parentCtx,
java.lang.String name,
EntityContext childCtx)
|
|
protected void |
DomainSessionImpl._remove(EntityContext context)
|
|
protected abstract void |
DomainSession._remove(EntityContext context)
|
|
protected void |
DomainSessionImpl._removeChild(EntityContext ctx,
java.lang.String name)
|
|
protected abstract void |
DomainSession._removeChild(EntityContext ctx,
java.lang.String name)
|
|
protected void |
DomainSessionImpl._setName(EntityContext ctx,
java.lang.String name)
|
|
protected abstract void |
DomainSession._setName(EntityContext ctx,
java.lang.String name)
|
|
protected boolean |
DomainSessionImpl._setReferenced(EntityContext referentCtx,
java.lang.String name,
EntityContext referencedCtx,
LinkType linkType)
|
|
protected abstract boolean |
DomainSession._setReferenced(EntityContext referentCtx,
java.lang.String name,
EntityContext referencedCtx,
LinkType linkType)
|
|
void |
EntityContext.addChild(EntityContext childCtx)
|
|
void |
EntityContext.addChild(java.lang.String name,
EntityContext childCtx)
|
|
java.lang.Object |
DomainSession.getChild(EntityContext ctx,
java.lang.String name)
|
|
|
DomainSession.getChildren(EntityContext ctx,
java.lang.Class<T> filterClass)
|
|
java.lang.String |
DomainSession.getName(EntityContext ctx)
|
|
java.lang.Object |
DomainSession.getParent(EntityContext ctx)
|
|
java.lang.Object |
DomainSession.getReferenced(EntityContext referentCtx,
java.lang.String name,
LinkType linkType)
|
|
|
DomainSession.getReferents(EntityContext referencedCtx,
java.lang.String name,
java.lang.Class<T> filterClass,
LinkType linkType)
|
|
java.lang.Object |
MethodInvoker.invoke(EntityContext ctx,
java.lang.reflect.Method method,
java.lang.Object[] args)
|
|
void |
DomainSession.move(EntityContext srcCtx,
EntityContext dstCtx)
|
|
void |
DomainSessionImpl.nodeAdded(javax.jcr.Node node,
EntityContext ctx)
|
|
void |
EntityContext.orderBefore(EntityContext srcCtx,
EntityContext dstCtx)
|
|
void |
DomainSession.orderBefore(EntityContext parentCtx,
EntityContext srcCtx,
EntityContext dstCtx)
|
|
java.lang.String |
DomainSession.persist(EntityContext parentCtx,
EntityContext childCtx,
java.lang.String name)
|
|
void |
DomainSession.remove(EntityContext context)
|
|
void |
DomainSession.removeChild(EntityContext ctx,
java.lang.String name)
|
|
void |
DomainSession.setName(EntityContext ctx,
java.lang.String name)
|
|
boolean |
DomainSession.setReferenced(EntityContext referentCtx,
java.lang.String name,
EntityContext referencedCtx,
LinkType linkType)
|
|
| Uses of EntityContext in org.chromattic.core.mapper |
|---|
| Methods in org.chromattic.core.mapper with parameters of type EntityContext | |
|---|---|
java.lang.Object |
TypeMapper.createObject(EntityContext context)
|
java.lang.Object |
PropertyMapper.get(EntityContext context)
|
java.lang.Object |
JCRChildNodePropertyMapper.get(EntityContext context)
|
java.lang.Object |
TypeMapper.invoke(EntityContext ctx,
java.lang.reflect.Method method,
java.lang.Object[] args)
|
java.lang.Object |
PropertyMapper.invoke(EntityContext ctx,
java.lang.reflect.Method method,
java.lang.Object[] args)
|
java.lang.Object |
MethodMapper.invoke(EntityContext ctx,
java.lang.reflect.Method method,
java.lang.Object[] args)
|
java.lang.Object |
MethodMapper.invoke(EntityContext context,
java.lang.Object[] args)
|
java.lang.Object |
MethodMapper.Create.invoke(EntityContext context,
java.lang.Object[] args)
|
java.lang.Object |
MethodMapper.FindById.invoke(EntityContext context,
java.lang.Object[] args)
|
java.lang.Object |
MethodMapper.Destroy.invoke(EntityContext context,
java.lang.Object[] args)
|
void |
PropertyMapper.set(EntityContext context,
java.lang.Object value)
|
| Uses of EntityContext in org.chromattic.core.mapper.nodeattribute |
|---|
| Methods in org.chromattic.core.mapper.nodeattribute with parameters of type EntityContext | |
|---|---|
java.lang.Object |
JCRNodeAttributePropertyMapper.get(EntityContext context)
|
void |
JCRNodeAttributePropertyMapper.set(EntityContext context,
java.lang.Object value)
|
| Uses of EntityContext in org.chromattic.core.mapper.onetomany.hierarchical |
|---|
| Methods in org.chromattic.core.mapper.onetomany.hierarchical with parameters of type EntityContext | |
|---|---|
java.lang.Object |
JCRAnyChildParentPropertyMapper.get(EntityContext context)
|
void |
JCRAnyChildCollectionPropertyMapper.set(EntityContext context,
java.lang.Object parent)
|
| Constructors in org.chromattic.core.mapper.onetomany.hierarchical with parameters of type EntityContext | |
|---|---|
AnyChildMap(EntityContext parentCtx,
java.lang.Class<E> relatedClass)
|
|
| Uses of EntityContext in org.chromattic.core.mapper.onetomany.reference |
|---|
| Methods in org.chromattic.core.mapper.onetomany.reference with parameters of type EntityContext | |
|---|---|
java.lang.Object |
JCRReferentCollectionPropertyMapper.get(EntityContext context)
|
java.lang.Object |
JCRNamedReferentPropertyMapper.get(EntityContext context)
|
void |
JCRNamedReferentPropertyMapper.set(EntityContext ctx,
java.lang.Object value)
|
| Constructors in org.chromattic.core.mapper.onetomany.reference with parameters of type EntityContext | |
|---|---|
ReferentCollection(EntityContext context,
JCRReferentCollectionPropertyMapper mapper)
|
|
| Uses of EntityContext in org.chromattic.core.mapper.onetoone.hierarchical |
|---|
| Methods in org.chromattic.core.mapper.onetoone.hierarchical with parameters of type EntityContext | |
|---|---|
java.lang.Object |
JCRNamedChildParentPropertyMapper.get(EntityContext ctx)
|
void |
JCRNamedChildPropertyMapper.set(EntityContext context,
java.lang.Object parent)
|
void |
JCRNamedChildParentPropertyMapper.set(EntityContext context,
java.lang.Object child)
|
| Uses of EntityContext in org.chromattic.core.mapper.onetoone.mixin |
|---|
| Methods in org.chromattic.core.mapper.onetoone.mixin with parameters of type EntityContext | |
|---|---|
java.lang.Object |
JCRMixinParentPropertyMapper.get(EntityContext context)
|
void |
JCRMixinParentPropertyMapper.set(EntityContext context,
java.lang.Object value)
|
| Uses of EntityContext in org.chromattic.core.mapper.property |
|---|
| Methods in org.chromattic.core.mapper.property with parameters of type EntityContext | |
|---|---|
java.lang.Object |
JCRPropertyPropertyMapper.get(EntityContext context)
|
java.lang.Object |
JCRPropertyMapPropertyMapper.get(EntityContext context)
|
java.lang.Object |
JCRPropertyListPropertyMapper.get(EntityContext context)
|
void |
JCRPropertyPropertyMapper.set(EntityContext context,
java.lang.Object o)
|
void |
JCRPropertyListPropertyMapper.set(EntityContext context,
java.lang.Object value)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||