Uses of Class
org.adempiere.pipo2.Element
-
Packages that use Element Package Description org.adempiere.pipo2 -
-
Uses of Element in org.adempiere.pipo2
Fields in org.adempiere.pipo2 declared as Element Modifier and Type Field Description ElementElement. parentFields in org.adempiere.pipo2 with type parameters of type Element Modifier and Type Field Description List<Element>Element. childrensMap<String,Element>Element. propertiesMethods in org.adempiere.pipo2 with parameters of type Element Modifier and Type Method Description voidElementHandler. 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 BigDecimalAbstractElementHandler. getBigDecimal(Element element, String qName)protected booleanAbstractElementHandler. getBooleanValue(Element element, String qName, boolean defaultValue)ElementHandlerIHandlerRegistry. getHandler(Element element)ElementHandlerOSGiHandlerRegistry. getHandler(Element element)protected intAbstractElementHandler. getIntValue(Element element, String qName)protected intAbstractElementHandler. getParentId(Element element, String expectedName)protected StringAbstractElementHandler. getStringValue(Element element, String qName)return null for empty string ("").protected StringAbstractElementHandler. getStringValue(Element element, String qName, List<String> excludes)return null for empty string ("").protected StringAbstractElementHandler. getUUIDKey(PIPOContext ctx, Element element)protected booleanAbstractElementHandler. hasUUIDKey(PIPOContext ctx, Element element)static booleanReferenceUtils. isIDLookup(Element element)static booleanReferenceUtils. isLookup(Element element)protected booleanAbstractElementHandler. isOfficialId(Element element, String columnName)protected booleanAbstractElementHandler. isParentDefer(Element element, String expectedName)protected booleanAbstractElementHandler. isParentSkip(Element element, String expectedName)static booleanReferenceUtils. isUUIDLookup(Element element)static intReferenceUtils. resolveReference(Properties ctx, Element e, String trxName)voidElementHandler. startElement(PIPOContext ctx, Element element)Handle start of xml element ( import ).Constructors in org.adempiere.pipo2 with parameters of type Element Constructor Description PoFiller(PIPOContext ctx, PO po, Element element, AbstractElementHandler handler)
-