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 Element
Element. parent
Fields in org.adempiere.pipo2 with type parameters of type Element Modifier and Type Field Description List<Element>
Element. childrens
Map<String,Element>
Element. properties
Methods in org.adempiere.pipo2 with parameters of type Element Modifier and Type Method Description void
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)
ElementHandler
IHandlerRegistry. getHandler(Element element)
ElementHandler
OSGiHandlerRegistry. getHandler(Element element)
protected int
AbstractElementHandler. getIntValue(Element element, String qName)
protected int
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
ReferenceUtils. isLookup(Element element)
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 int
ReferenceUtils. resolveReference(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 Element Constructor Description PoFiller(PIPOContext ctx, PO po, Element element, AbstractElementHandler handler)
-