pt.ist.fenixframework.core
Class AbstractDomainObjectAdapter.SerializedForm

Package class diagram package AbstractDomainObjectAdapter.SerializedForm
java.lang.Object
  extended by pt.ist.fenixframework.core.AbstractDomainObject.SerializedForm
      extended by pt.ist.fenixframework.core.AbstractDomainObjectAdapter.SerializedForm
All Implemented Interfaces:
Serializable
Enclosing class:
AbstractDomainObjectAdapter

protected static class AbstractDomainObjectAdapter.SerializedForm
extends AbstractDomainObject.SerializedForm

See Also:
Serialized Form

Method Summary
protected  DomainObject fromExternalId(String externalId)
          Returns a DomainObject given its externalId.
 
Methods inherited from class pt.ist.fenixframework.core.AbstractDomainObject.SerializedForm
readResolve
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

fromExternalId

protected DomainObject fromExternalId(String externalId)
Description copied from class: AbstractDomainObject.SerializedForm
Returns a DomainObject given its externalId. This method is invoked when de-serialization of a previously serialized DomainObject occurs. Final users of this framework should not invoke this method explicitly. Backend developers should provide an implementation for this method in their subclasses of AbstractDomainObject.SerializedForm.

Overrides:
fromExternalId in class AbstractDomainObject.SerializedForm
Parameters:
externalId - The object's external identifier
Returns:
The corresponding DomainObject


Copyright © 2013. All Rights Reserved.