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 class
ZoomInfoFactory.ZoomInfo
Simple 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.ZoomInfo
instances fromMRelationType
s andGenericZoomProvider
. First it looks for matchingMRelationType
instances 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.destinationDisplay
value.- Parameters:
po
-windowID
-- Returns:
-
-