Package org.adempiere.model
Class GenericZoomProvider
- java.lang.Object
-
- org.adempiere.model.GenericZoomProvider
-
- All Implemented Interfaces:
IZoomProvider
public class GenericZoomProvider extends Object implements IZoomProvider
Generic provider of zoom targets. Contains pieces ofWZoomAcross
methodsgetZoomTargets
andaddTarget
- Author:
- Tobias Schoeneberg, www.metas.de - FR [ 2897194 ] Advanced Zoom and RelationTypes
-
-
Constructor Summary
Constructors Constructor Description GenericZoomProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ZoomInfoFactory.ZoomInfo>
retrieveZoomInfos(PO po)
-
-
-
Method Detail
-
retrieveZoomInfos
public List<ZoomInfoFactory.ZoomInfo> retrieveZoomInfos(PO po)
- Specified by:
retrieveZoomInfos
in interfaceIZoomProvider
- Parameters:
po
- the po we need zoom targets for- Returns:
- a list of zoom targets. The
MQuery.getRecordCount()
of the ZoomInfo's query member might be zero.
-
-