| Methods in org.chromattic.core with parameters of type ObjectContext |
protected EntityContext |
DomainSessionImpl._getChild(ObjectContext ctx,
java.lang.String prefix,
java.lang.String localName)
|
protected abstract EntityContext |
DomainSession._getChild(ObjectContext ctx,
java.lang.String prefix,
java.lang.String localName)
|
protected
<T> java.util.Iterator<T> |
|
DomainSessionImpl._getChildren(ObjectContext ctx,
java.lang.Class<T> filterClass)
|
protected abstract
<T> java.util.Iterator<T> |
|
DomainSession._getChildren(ObjectContext ctx,
java.lang.Class<T> filterClass)
|
protected EntityContext |
DomainSessionImpl._getReferenced(ObjectContext referentCtx,
java.lang.String name,
LinkType linkType)
|
protected abstract EntityContext |
DomainSession._getReferenced(ObjectContext referentCtx,
java.lang.String name,
LinkType linkType)
|
protected void |
DomainSessionImpl._move(EntityContext srcCtx,
ObjectContext dstCtx,
java.lang.String dstPrefix,
java.lang.String dstLocalName)
|
protected abstract void |
DomainSession._move(EntityContext srcCtx,
ObjectContext dstCtx,
java.lang.String dstPrefix,
java.lang.String dstLocalName)
Move the source context to the destination context. |
protected void |
DomainSessionImpl._orderBefore(ObjectContext parentCtx,
EntityContext srcCtx,
EntityContext dstCtx)
|
protected abstract void |
DomainSession._orderBefore(ObjectContext parentCtx,
EntityContext srcCtx,
EntityContext dstCtx)
|
protected void |
DomainSessionImpl._persist(ObjectContext srcCtx,
java.lang.String prefix,
java.lang.String localName,
EntityContext dstCtx)
|
protected abstract void |
DomainSession._persist(ObjectContext srcCtx,
java.lang.String prefix,
java.lang.String localName,
EntityContext dstCtx)
Insert a context as a child of a parent context. |
protected void |
DomainSessionImpl._removeChild(ObjectContext ctx,
java.lang.String prefix,
java.lang.String localName)
|
protected abstract void |
DomainSession._removeChild(ObjectContext ctx,
java.lang.String prefix,
java.lang.String localName)
|
protected boolean |
DomainSessionImpl._setReferenced(ObjectContext referentCtx,
java.lang.String name,
EntityContext referencedCtx,
LinkType linkType)
|
protected abstract boolean |
DomainSession._setReferenced(ObjectContext referentCtx,
java.lang.String name,
EntityContext referencedCtx,
LinkType linkType)
|
EntityContext |
DomainSession.getChild(ObjectContext ctx,
java.lang.String prefix,
java.lang.String localName)
|
<T> java.util.Iterator<T> |
|
DomainSession.getChildren(ObjectContext ctx,
java.lang.Class<T> filterClass)
|
EntityContext |
DomainSession.getReferenced(ObjectContext referentCtx,
java.lang.String name,
LinkType linkType)
|
void |
DomainSession.move(EntityContext srcCtx,
ObjectContext dstCtx,
java.lang.String dstPrefix,
java.lang.String dstLocalName)
|
void |
DomainSession.orderBefore(ObjectContext parentCtx,
EntityContext srcCtx,
EntityContext dstCtx)
|
void |
DomainSession.persist(ObjectContext parentCtx,
EntityContext childCtx,
java.lang.String prefix,
java.lang.String localName)
|
void |
DomainSession.removeChild(ObjectContext ctx,
java.lang.String prefix,
java.lang.String localName)
|
boolean |
DomainSession.setReferenced(ObjectContext referentCtx,
java.lang.String name,
EntityContext referencedCtx,
LinkType linkType)
|