|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.imaginary.lwp.BaseReference | +--com.jwpepper.cat.EntryReference
Provides the client view of an entry business component.
Last modified $Date: 1999/10/05 17:13:06 $
Entry
, Serialized FormConstructor Summary | |
EntryReference()
Empty constructor required by serialization. |
|
EntryReference(Entry ent)
Constructs a new reference associated with the specified entry entity. |
|
EntryReference(long oid)
Constructs a new reference associated with the entry having the specified objectID . |
Method Summary | |
void |
assign(long oid,
com.sun.java.util.collections.HashMap vals)
Assigns a new reference preloaded with the attributes in the specified HashMap . |
CatalogReference |
getCatalog()
Provides the catalog in which this entry has been placed by delegating to the method of the same name in the associated entity object. |
java.lang.String |
getDescription(java.util.Locale loc)
Provides a description of the entry by delegating to the method of the same name in the associated entity object. |
CompositeEntryReference |
getParent()
Provides the parent for this entry. |
java.lang.String |
getTitle(java.util.Locale loc)
Provides the title for the entry by delegating to the method of the same name in the associated entity object. |
Methods inherited from class com.imaginary.lwp.BaseReference |
assign,
assign,
get,
getEntity,
getLastUpdateID,
getLastUpdateTime,
getObjectID,
put,
reconnect |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public EntryReference()
public EntryReference(long oid)
objectID
.oid
- the objectID
of the entry to which this
reference delegatespublic EntryReference(Entry ent) throws java.rmi.RemoteException
ent
- the entry entity to associate this reference withMethod Detail |
public void assign(long oid, com.sun.java.util.collections.HashMap vals)
HashMap
.oid
- the objectID
of the entryvals
- the values to preload the reference withpublic CatalogReference getCatalog() throws java.rmi.RemoteException
public java.lang.String getDescription(java.util.Locale loc) throws java.rmi.RemoteException
loc
- the locale for which a translation is desiredpublic CompositeEntryReference getParent() throws java.rmi.RemoteException
public java.lang.String getTitle(java.util.Locale loc) throws java.rmi.RemoteException
loc
- the locale for which a translation is desired
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |