public class GetNewHierarcyLookup<T extends Product> extends UsesIntermediateObjectImpl implements Lookup
HierarchialDomainObject
, derive next Hierarchy code under its immediate parentintermediateResults, resultNamesUsed, resultsThatAreOptional
Constructor and Description |
---|
GetNewHierarcyLookup() |
GetNewHierarcyLookup(ProductService<T> service) |
Modifier and Type | Method and Description |
---|---|
ProductService<T> |
getService() |
void |
setService(ProductService<T> service) |
Object |
transform(Object input)
Inherited
If #setIntermediateResult(Object) is used, then the transformation will use that and not the supplied value. |
determineInput, getInputFromContext, getInterMediateResults, getResultNamesThatAreOptional, getResultNamesUsed, setIntermediateResults, setResultNamesThatAreOptional, setResultNamesUsed
public GetNewHierarcyLookup()
public GetNewHierarcyLookup(ProductService<T> service)
public Object transform(Object input)
Inherited
#setIntermediateResult(Object)
is used, then the transformation will use that and not the supplied value.public ProductService<T> getService()
public void setService(ProductService<T> service)
Copyright © 2018. All rights reserved.