Uses of Class
org.adempiere.pipo2.Element
Packages that use Element
-
Uses of Element in org.adempiere.pipo2
Fields in org.adempiere.pipo2 declared as ElementFields in org.adempiere.pipo2 with type parameters of type ElementMethods in org.adempiere.pipo2 with parameters of type ElementModifier and TypeMethodDescriptionvoid
ElementHandler.endElement
(PIPOContext ctx, Element element) Handle closing of xml element ( import ).protected <T extends PO>
TAbstractElementHandler.findPO
(PIPOContext ctx, Element element) Find po by uuid or idstatic <T extends PO>
TPOFinder.findPO
(PIPOContext ctx, Element element) Find po by uuid or idprotected BigDecimal
AbstractElementHandler.getBigDecimal
(Element element, String qName) protected boolean
AbstractElementHandler.getBooleanValue
(Element element, String qName, boolean defaultValue) IHandlerRegistry.getHandler
(Element element) OSGiHandlerRegistry.getHandler
(Element element) protected int
AbstractElementHandler.getIntValue
(Element element, String qName) protected Object
AbstractElementHandler.getParentId
(Element element, String expectedName) protected String
AbstractElementHandler.getStringValue
(Element element, String qName) return null for empty string ("").protected String
AbstractElementHandler.getStringValue
(Element element, String qName, List<String> excludes) return null for empty string ("").protected String
AbstractElementHandler.getUUIDKey
(PIPOContext ctx, Element element) protected boolean
AbstractElementHandler.hasUUIDKey
(PIPOContext ctx, Element element) static boolean
ReferenceUtils.isIDLookup
(Element element) static boolean
protected boolean
AbstractElementHandler.isOfficialId
(Element element, String columnName) protected boolean
AbstractElementHandler.isParentDefer
(Element element, String expectedName) protected boolean
AbstractElementHandler.isParentSkip
(Element element, String expectedName) static boolean
ReferenceUtils.isUUIDLookup
(Element element) static Object
ReferenceUtils.resolveReference
(Properties ctx, Element e, String trxName) static int
ReferenceUtils.resolveReferenceAsInt
(Properties ctx, Element e, String trxName) static Object
ReferenceUtils.resolveReferenceMulti
(Properties ctx, Element e, String trxName) void
ElementHandler.startElement
(PIPOContext ctx, Element element) Handle start of xml element ( import ).Constructors in org.adempiere.pipo2 with parameters of type ElementModifierConstructorDescriptionPoFiller
(PIPOContext ctx, PO po, Element element, AbstractElementHandler handler)