Package org.adempiere.model
Interface IZoomProvider
- All Known Implementing Classes:
GenericZoomProvider
,MRelationType
public interface IZoomProvider
Interface for zoom target provider.
- Author:
- Tobias Schoeneberg, www.metas.de - FR [ 2897194 ] Advanced Zoom and RelationTypes
-
Method Summary
-
Method Details
-
retrieveZoomInfos
Discover zoom targets for 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.
-