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