Package org.adempiere.model
Interface IZoomProvider
-
- All Known Implementing Classes:
GenericZoomProvider,MRelationType
public interface IZoomProvider- Author:
- Tobias Schoeneberg, www.metas.de - FR [ 2897194 ] Advanced Zoom and RelationTypes
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<ZoomInfoFactory.ZoomInfo>retrieveZoomInfos(PO po)
-
-
-
Method Detail
-
retrieveZoomInfos
List<ZoomInfoFactory.ZoomInfo> retrieveZoomInfos(PO po)
- 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.
-
-