Package org.adempiere.model
Class ZoomInfoFactory
- java.lang.Object
-
- org.adempiere.model.ZoomInfoFactory
-
public class ZoomInfoFactory extends Object
- Author:
- Tobias Schoeneberg, www.metas.de - FR [ 2897194 ] Advanced Zoom and RelationTypes
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classZoomInfoFactory.ZoomInfoSimple class that contains zoom information.
-
Constructor Summary
Constructors Constructor Description ZoomInfoFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<ZoomInfoFactory.ZoomInfo>retrieveZoomInfos(PO po, int windowID)
-
-
-
Method Detail
-
retrieveZoomInfos
public static List<ZoomInfoFactory.ZoomInfo> retrieveZoomInfos(PO po, int windowID)
AddsZoomInfoFactory.ZoomInfoinstances fromMRelationTypes andGenericZoomProvider. First it looks for matchingMRelationTypeinstances and adds theirMRelationType.retrieveZoomInfos(PO)results. Then it adds theGenericZoomProvider's results unless there is already one from a MRelationType that has an qualsZoomInfoFactory.ZoomInfo.destinationDisplayvalue.- Parameters:
po-windowID-- Returns:
-
-