Uses of Interface
org.nakedobjects.metamodel.adapter.oid.Oid

Packages that use Oid
org.nakedobjects.metamodel.adapter   
org.nakedobjects.metamodel.adapter.oid   
org.nakedobjects.metamodel.adapter.oid.stringable   
org.nakedobjects.metamodel.adapter.oid.stringable.directly   
org.nakedobjects.metamodel.adapter.oid.stringable.hex   
org.nakedobjects.metamodel.runtimecontext   
org.nakedobjects.metamodel.runtimecontext.noruntime   
 

Uses of Oid in org.nakedobjects.metamodel.adapter
 

Methods in org.nakedobjects.metamodel.adapter that return Oid
 Oid NakedObject.getOid()
          The objects unique id.
 

Uses of Oid in org.nakedobjects.metamodel.adapter.oid
 

Classes in org.nakedobjects.metamodel.adapter.oid that implement Oid
 class AggregatedOid
          Used as the Oid for collections, values and @Aggregated types.
 

Methods in org.nakedobjects.metamodel.adapter.oid that return Oid
 Oid AggregatedOid.getParentOid()
           
 Oid Oid.getPrevious()
          Returns the pending oid if there is one.
 Oid AggregatedOid.getPrevious()
           
 

Methods in org.nakedobjects.metamodel.adapter.oid with parameters of type Oid
 void Oid.copyFrom(Oid oid)
          Copies the content of the specified oid into this oid.
 void AggregatedOid.copyFrom(Oid oid)
           
 

Constructors in org.nakedobjects.metamodel.adapter.oid with parameters of type Oid
AggregatedOid(Oid oid, Identifier identifier)
           
AggregatedOid(Oid oid, java.lang.String id)
           
 

Uses of Oid in org.nakedobjects.metamodel.adapter.oid.stringable
 

Methods in org.nakedobjects.metamodel.adapter.oid.stringable that return Oid
 Oid OidStringifier.deString(java.lang.String oidStr)
           
 

Methods in org.nakedobjects.metamodel.adapter.oid.stringable with parameters of type Oid
 java.lang.String OidStringifier.enString(Oid oid)
           
 

Uses of Oid in org.nakedobjects.metamodel.adapter.oid.stringable.directly
 

Subinterfaces of Oid in org.nakedobjects.metamodel.adapter.oid.stringable.directly
 interface DirectlyStringableOid
          An alternative to Encodable, intended to be used for Oids that can be encoded/decoded from strings.
 

Methods in org.nakedobjects.metamodel.adapter.oid.stringable.directly that return Oid
 Oid OidStringifierDirect.deString(java.lang.String oidStr)
           
 

Methods in org.nakedobjects.metamodel.adapter.oid.stringable.directly that return types with arguments of type Oid
 java.lang.Class<? extends Oid> OidStringifierDirect.getOidClass()
           
 

Methods in org.nakedobjects.metamodel.adapter.oid.stringable.directly with parameters of type Oid
 java.lang.String OidStringifierDirect.enString(Oid oid)
           
 

Constructor parameters in org.nakedobjects.metamodel.adapter.oid.stringable.directly with type arguments of type Oid
OidStringifierDirect(java.lang.Class<? extends Oid> oidClass)
           
 

Uses of Oid in org.nakedobjects.metamodel.adapter.oid.stringable.hex
 

Methods in org.nakedobjects.metamodel.adapter.oid.stringable.hex that return Oid
 Oid OidStringifierHex.deString(java.lang.String oidStr)
           
 

Methods in org.nakedobjects.metamodel.adapter.oid.stringable.hex with parameters of type Oid
 java.lang.String OidStringifierHex.enString(Oid oid)
           
 

Uses of Oid in org.nakedobjects.metamodel.runtimecontext
 

Methods in org.nakedobjects.metamodel.runtimecontext with parameters of type Oid
 NakedObject RuntimeContext.getAdapterFor(Oid oid)
          Provided by the AdapterManager when used by framework.
 

Uses of Oid in org.nakedobjects.metamodel.runtimecontext.noruntime
 

Methods in org.nakedobjects.metamodel.runtimecontext.noruntime with parameters of type Oid
 NakedObject RuntimeContextNoRuntime.getAdapterFor(Oid oid)
           
 



Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.