Package org.adempiere.pipo2
Class POFinder
java.lang.Object
org.adempiere.pipo2.POFinder
- Author:
- hengsin
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T extends PO>
TfindPO
(PIPOContext ctx, Element element) Find po by uuid or idstatic String
getTargetUUID
(Properties ctx, String tableName, String uuid, String trxName) static void
updateUUIDMap
(PIPOContext ctx, String tableName, String uuid, String targetUUID)
-
Method Details
-
getTargetUUID
- Parameters:
ctx
-tableName
-uuid
-trxName
-- Returns:
- target uuid
-
updateUUIDMap
- Parameters:
ctx
-tableName
-uuid
-targetUUID
-
-
findPO
Find po by uuid or id- Type Parameters:
T
-- Parameters:
ctx
-element
-- Returns:
- T
-