pt.ist.fenixframework.core
Class AbstractDomainObjectAdapter.SerializedForm
java.lang.Object
pt.ist.fenixframework.core.AbstractDomainObject.SerializedForm
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.