Uses of Interface
org.jasig.portal.core.IObjectId

Packages that use IObjectId
org.jasig.portal.core   
org.jasig.portal.layout.node   
 

Uses of IObjectId in org.jasig.portal.core
 

Classes in org.jasig.portal.core that implement IObjectId
protected static class ObjectIdFactory.ObjectIdImpl
           
 

Methods in org.jasig.portal.core that return IObjectId
static IObjectId ObjectIdFactory.createId(int id)
           
static IObjectId ObjectIdFactory.createId(long id)
           
static IObjectId ObjectIdFactory.createId(java.lang.String id)
           
 

Uses of IObjectId in org.jasig.portal.layout.node
 

Subinterfaces of IObjectId in org.jasig.portal.layout.node
 interface INodeId
          INode interface.
 

Classes in org.jasig.portal.layout.node that implement IObjectId
protected static class NodeIdFactory.NodeIdImpl