congrats Icon
New! Tabnine Pro 14-day free trial
Start a free trial
Tabnine Logo
ListFileFilter
Code IndexAdd Tabnine to your IDE (free)

How to use
ListFileFilter
in
org.jbundle.base.db.filter

Best Java code snippets using org.jbundle.base.db.filter.ListFileFilter (Showing top 20 results out of 315)

origin: org.jbundle.base/org.jbundle.base.mixed

/**
 * FilterApTrxHandler Method.
 */
public ListFileFilter(BaseField fldTarget)
{
  this();
  this.init(fldTarget, -1);
}
/**
origin: org.jbundle.base/org.jbundle.base

/**
 * AddTrxStatusID Method.
 */
public void addFilter(Object objFilterValue)
{
  if (m_hsFilter == null)
    this.clearFilter();
  m_hsFilter.add(objFilterValue);
}
origin: com.tourgeek.tour/com.tourgeek.tour.acctpay.screen

/**
 * Free Method.
 */
public void free()
{
  if (m_recTrxStatus != null)
    m_recTrxStatus.free();
  m_recTrxStatus = null;
  super.free();
}
/**
origin: com.tourgeek.tour/com.tourgeek.tour.acctpay.report

/**
 * Set up/do the local criteria.
 * @param strbFilter The SQL query string to add to.
 * @param bIncludeFileName Include the file name with this query?
 * @param vParamList The param list to add the raw data to (for prepared statements).
 * @return True if you should not skip this record (does a check on the local data).
 */
public boolean doLocalCriteria(StringBuffer strbFilter, boolean bIncludeFileName, Vector vParamList)
{
  if (this.isFilterChange())
  {
    this.clearFilter();
  
    this.scanNewFilter();
  }
  return super.doLocalCriteria(strbFilter, bIncludeFileName, vParamList);
}
/**
origin: org.jbundle.base/org.jbundle.base.mixed

/**
 * Set the field or file that owns this listener.
 * @param owner My owner.
 */
public void setOwner(ListenerOwner owner)
{
  super.setOwner(owner);
  if (this.getOwner() != null)
    if (m_fldTarget == null)
      if (m_fsTarget != -1)
        m_fldTarget = this.getOwner().getField(m_fsTarget);
}
/**
origin: com.tourapp.tour/com.tourapp.tour.acctpay.screen

/**
 * Free Method.
 */
public void free()
{
  if (m_recTrxStatus != null)
    m_recTrxStatus.free();
  m_recTrxStatus = null;
  super.free();
}
/**
origin: com.tourapp.tour/com.tourapp.tour.acctpay.report

/**
 * Set up/do the local criteria.
 * @param strbFilter The SQL query string to add to.
 * @param bIncludeFileName Include the file name with this query?
 * @param vParamList The param list to add the raw data to (for prepared statements).
 * @return True if you should not skip this record (does a check on the local data).
 */
public boolean doLocalCriteria(StringBuffer strbFilter, boolean bIncludeFileName, Vector vParamList)
{
  if (this.isFilterChange())
  {
    this.clearFilter();
  
    this.scanNewFilter();
  }
  return super.doLocalCriteria(strbFilter, bIncludeFileName, vParamList);
}
/**
origin: org.jbundle.base/org.jbundle.base

/**
 * Set the field or file that owns this listener.
 * @param owner My owner.
 */
public void setOwner(ListenerOwner owner)
{
  super.setOwner(owner);
  if (this.getOwner() != null)
    if (m_fldTarget == null)
      if (m_fsTarget != null)
        m_fldTarget = this.getOwner().getField(m_fsTarget);
}
/**
origin: com.tourapp.tour/com.tourapp.tour.acctpay.screen

/**
 * Initialize class fields.
 */
public void init(BaseField fldApTrxClass)
{
  m_fldApTrxClass = null;
  m_recTrxStatus = null;
  m_fldApTrxClass = fldApTrxClass;
  super.init(null, ApTrx.TRX_STATUS_ID);
}
/**
origin: com.tourgeek.tour/com.tourgeek.tour.acctpay.report

/**
 * Free Method.
 */
public void free()
{
  if (m_recTrxStatus != null)
    m_recTrxStatus.free();
  m_recTrxStatus = null;
  if (m_recTrxDesc != null)
    m_recTrxDesc.free();
  m_recTrxDesc = null;
  super.free();
}
/**
origin: com.tourapp.tour/com.tourapp.tour.acctpay.screen

return super.doLocalCriteria(strbFilter, bIncludeFileName, vParamList);
origin: org.jbundle.base.db/org.jbundle.base.db

/**
 * Set the field or file that owns this listener.
 * @param owner My owner.
 */
public void setOwner(ListenerOwner owner)
{
  super.setOwner(owner);
  if (this.getOwner() != null)
    if (m_fldTarget == null)
      if (m_fsTarget != -1)
        m_fldTarget = this.getOwner().getField(m_fsTarget);
}
/**
origin: org.jbundle.base/org.jbundle.base.mixed

/**
 * AddTrxStatusID Method.
 */
public void addFilter(Object objFilterValue)
{
  if (m_hsFilter == null)
    this.clearFilter();
  m_hsFilter.add(objFilterValue);
}
origin: com.tourgeek.tour/com.tourgeek.tour.acctpay.report

/**
 * Initialize class fields.
 */
public void init(String fsTarget)
{
  m_recTrxDesc = null;
  m_recTrxStatus = null;
  super.init(null, fsTarget);
}
/**
origin: com.tourapp.tour/com.tourapp.tour.acctpay.report

/**
 * Free Method.
 */
public void free()
{
  if (m_recTrxStatus != null)
    m_recTrxStatus.free();
  m_recTrxStatus = null;
  if (m_recTrxDesc != null)
    m_recTrxDesc.free();
  m_recTrxDesc = null;
  super.free();
}
/**
origin: com.tourgeek.tour/com.tourgeek.tour.acctpay.screen

return super.doLocalCriteria(strbFilter, bIncludeFileName, vParamList);
origin: org.jbundle.base.db/org.jbundle.base.db

/**
 * AddTrxStatusID Method.
 */
public void addFilter(Object objFilterValue)
{
  if (m_hsFilter == null)
    this.clearFilter();
  m_hsFilter.add(objFilterValue);
}
origin: org.jbundle.base/org.jbundle.base

/**
 * FilterApTrxHandler Method.
 */
public ListFileFilter(String fsTarget)
{
  this();
  this.init(null, fsTarget);
}
/**
origin: org.jbundle.base.db/org.jbundle.base.db

/**
 * FilterApTrxHandler Method.
 */
public ListFileFilter(int fsTarget)
{
  this();
  this.init(null, fsTarget);
}
/**
origin: com.tourapp.tour/com.tourapp.tour.acctpay.report

/**
 * Initialize class fields.
 */
public void init(String fsTarget)
{
  m_recTrxDesc = null;
  m_recTrxStatus = null;
  super.init(null, fsTarget);
}
/**
org.jbundle.base.db.filterListFileFilter

Javadoc

ListFileFilter - Filter the A/P Detail depending on this list of valid objects.

Most used methods

  • init
    Initialize class fields.
  • doLocalCriteria
    Check the record locally.
  • free
    Free Method.
  • clearFilter
    ClearFilter Method.
  • getOwner

Popular in Java

  • Start an intent from android
  • addToBackStack (FragmentTransaction)
  • scheduleAtFixedRate (ScheduledExecutorService)
  • runOnUiThread (Activity)
  • IOException (java.io)
    Signals a general, I/O-related error. Error details may be specified when calling the constructor, a
  • InputStream (java.io)
    A readable source of bytes.Most clients will use input streams that read data from the file system (
  • Charset (java.nio.charset)
    A charset is a named mapping between Unicode characters and byte sequences. Every Charset can decode
  • ArrayList (java.util)
    ArrayList is an implementation of List, backed by an array. All optional operations including adding
  • LogFactory (org.apache.commons.logging)
    Factory for creating Log instances, with discovery and configuration features similar to that employ
  • IsNull (org.hamcrest.core)
    Is the value null?
  • 21 Best IntelliJ Plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyStudentsTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now