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 TypeMethodDescriptionvoidElementHandler.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) IHandlerRegistry.getHandler(Element element) OSGiHandlerRegistry.getHandler(Element element) protected intAbstractElementHandler.getIntValue(Element element, String qName) protected ObjectAbstractElementHandler.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 booleanprotected 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 ObjectReferenceUtils.resolveReference(Properties ctx, Element e, String trxName) static intReferenceUtils.resolveReferenceAsInt(Properties ctx, Element e, String trxName) static ObjectReferenceUtils.resolveReferenceMulti(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 ElementModifierConstructorDescriptionPoFiller(PIPOContext ctx, PO po, Element element, AbstractElementHandler handler)