|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Hidden | |
|---|---|
| org.nakedobjects.applib | |
| Uses of Hidden in org.nakedobjects.applib |
|---|
| Methods in org.nakedobjects.applib with annotations of type Hidden | ||
|---|---|---|
protected void |
AbstractDomainObject.disposeInstance()
Deprecated. - instead use AbstractContainedObject.remove(Object). |
|
protected DomainObjectContainer |
AbstractContainedObject.getContainer()
This field is not persisted, nor displayed to the user. |
|
protected boolean |
AbstractDomainObject.isPersistent()
Deprecated. - instead use AbstractContainedObject.isPersistent(Object). |
|
protected boolean |
AbstractContainedObject.isPersistent(Object domainObject)
Whether the provided object is persistent. |
|
protected void |
AbstractDomainObject.makePersistent()
Deprecated. - instead use AbstractContainedObject.persist(Object). |
|
protected void |
AbstractDomainObject.makePersistentIfNotAlready()
Deprecated. - instead use AbstractContainedObject.persistIfNotAlready(Object). |
|
protected
|
AbstractContainedObject.newTransientInstance(Class<T> ofType)
|
|
protected void |
AbstractDomainObject.objectChanged()
Notifies the container that this object has changed, so that it can be persisted. |
|
protected void |
AbstractContainedObject.persist(Object transientDomainObject)
Save provided object to the persistent object store. |
|
protected void |
AbstractContainedObject.persistIfNotAlready(Object domainObject)
Saves the object, but only if not already persistent. |
|
protected void |
AbstractDomainObject.resolve()
Resolve this object, populating references to other objects. |
|
protected void |
AbstractDomainObject.resolve(Object referencedObject)
Resolve this object if the referenced object is still unknown. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||