DataTargetglobal interface DataTarget A repository of target objects. Methods
requireFieldvoid requireField(String key, Intent intent) Require the given key from the DataTarget ensuring the associated data is available. Input Parameters
requireLookupDataTarget requireLookup(String key, Intent intent) Require the given lookup key from the DataTarget ensuring the related targets are available. Input Parameters
Return ValueAn alternate DataTarget corresponding to the related targets. requireChildrenDataTarget requireChildren(String key, Intent intent) Require the given child key from the DataTarget ensuring the associated child targets are available. Input Parameters
Return ValueAn alternate DataTarget corresponding to the associated child targets. |