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