Adempiere 3.5.2a

org.adempiere.pipo.handler
Class CommonTranslationHandler

java.lang.Object
  extended by org.adempiere.pipo.AbstractElementHandler
      extended by org.adempiere.pipo.handler.CommonTranslationHandler
All Implemented Interfaces:
ElementHandler

public class CommonTranslationHandler
extends AbstractElementHandler
implements ElementHandler


Field Summary
static String CONTEXT_KEY__PARENT_RECORD_ID
           
static String CONTEXT_KEY__PARENT_TABLE
           
static String SPECIAL_ATRRIBUTE__TABLE_NAME
           
 
Fields inherited from class org.adempiere.pipo.AbstractElementHandler
log
 
Constructor Summary
CommonTranslationHandler()
           
 
Method Summary
 void create(Properties ctx, TransformerHandler document)
          Create xml element ( export ).
 void endElement(Properties ctx, Element element)
          Handle closing of xml element ( import ).
 void startElement(Properties ctx, Element element)
          Handle start of xml element ( import ).
 
Methods inherited from class org.adempiere.pipo.AbstractElementHandler
copyFile, copyRecord, get_ID, get_IDWithColumn, get_IDWithMaster, get_IDWithMaster, get_IDWithMasterAndColumn, getClientId, getIDbyName, getLogDocument, getPackageDirectory, getPackageImpId, getStringValue, getTrxName, getUpdateMode, isHandleTranslations, isProcessElement, OpenInputfile, OpenOutputfile, record_log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONTEXT_KEY__PARENT_TABLE

public static final String CONTEXT_KEY__PARENT_TABLE
See Also:
Constant Field Values

CONTEXT_KEY__PARENT_RECORD_ID

public static final String CONTEXT_KEY__PARENT_RECORD_ID
See Also:
Constant Field Values

SPECIAL_ATRRIBUTE__TABLE_NAME

public static final String SPECIAL_ATRRIBUTE__TABLE_NAME
See Also:
Constant Field Values
Constructor Detail

CommonTranslationHandler

public CommonTranslationHandler()
Method Detail

startElement

public void startElement(Properties ctx,
                         Element element)
                  throws SAXException
Description copied from interface: ElementHandler
Handle start of xml element ( import ).

Specified by:
startElement in interface ElementHandler
Throws:
SAXException

endElement

public void endElement(Properties ctx,
                       Element element)
                throws SAXException
Description copied from interface: ElementHandler
Handle closing of xml element ( import ).

Specified by:
endElement in interface ElementHandler
Throws:
SAXException

create

public void create(Properties ctx,
                   TransformerHandler document)
            throws SAXException
Description copied from interface: ElementHandler
Create xml element ( export ).

Specified by:
create in interface ElementHandler
Throws:
SAXException

Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.