Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc für Elexis version 2.1.7.dev vom 01.09.2013

ch.elexis.buchhaltung.model
Class OffenePostenListe

java.lang.Object
  extended by org.eclipse.core.runtime.PlatformObject
      extended by org.eclipse.core.internal.jobs.InternalJob
          extended by org.eclipse.core.runtime.jobs.Job
              extended by ch.unibe.iam.scg.archie.model.AbstractDataProvider
                  extended by ch.elexis.buchhaltung.model.OffenePostenListe
All Implemented Interfaces:
java.lang.Comparable, org.eclipse.core.runtime.IAdaptable

public class OffenePostenListe
extends AbstractDataProvider

Find all bills that are payable at a given date


Field Summary
 
Fields inherited from class ch.unibe.iam.scg.archie.model.AbstractDataProvider
dataSet
 
Fields inherited from class org.eclipse.core.runtime.jobs.Job
ASYNC_FINISH, BUILD, DECORATE, INTERACTIVE, LONG, NONE, RUNNING, SHORT, SLEEPING, WAITING
 
Fields inherited from class org.eclipse.core.internal.jobs.InternalJob
manager
 
Constructor Summary
OffenePostenListe()
           
 
Method Summary
protected  org.eclipse.core.runtime.IStatus createContent(org.eclipse.core.runtime.IProgressMonitor monitor)
          This method should do all the work necessary to populate the dataset's content.
protected  java.util.List<java.lang.String> createHeadings()
          Creates headings for each column in the dataset object of this provider.
 java.lang.String getDescription()
          Returns the description for this data provider.
 boolean getOnlyActiveMandator()
           
 TimeTool getStartTag()
           
 TimeTool getStichtag()
           
 java.lang.String metaGetStarttag()
           
 java.lang.String metaGetStichtag()
           
 void metaSetStarttag(java.lang.String tag)
           
 void metaSetStichtag(java.lang.String stichtag)
           
 void setOnlyActiveMandator(boolean val)
           
 void setStartTag(TimeTool starttag)
           
 void setStichtag(TimeTool stichtag)
           
 
Methods inherited from class ch.unibe.iam.scg.archie.model.AbstractDataProvider
execute, getContentProvider, getDataSet, getLabelProvider, initializeProviders, run, setContentProvider, setLabelProvider
 
Methods inherited from class org.eclipse.core.runtime.jobs.Job
addJobChangeListener, belongsTo, cancel, canceling, done, getJobManager, getName, getPriority, getProperty, getResult, getRule, getState, getThread, isBlocking, isSystem, isUser, join, removeJobChangeListener, schedule, schedule, setName, setPriority, setProgressGroup, setProperty, setRule, setSystem, setThread, setUser, shouldRun, shouldSchedule, sleep, toString, wakeUp, wakeUp, yieldRule
 
Methods inherited from class org.eclipse.core.internal.jobs.InternalJob
compareTo
 
Methods inherited from class org.eclipse.core.runtime.PlatformObject
getAdapter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 

Constructor Detail

OffenePostenListe

public OffenePostenListe()
Method Detail

setStartTag

public void setStartTag(TimeTool starttag)

getStartTag

public TimeTool getStartTag()

setStichtag

public void setStichtag(TimeTool stichtag)

getStichtag

public TimeTool getStichtag()

getOnlyActiveMandator

public boolean getOnlyActiveMandator()

setOnlyActiveMandator

public void setOnlyActiveMandator(boolean val)

metaGetStarttag

public java.lang.String metaGetStarttag()

metaSetStarttag

public void metaSetStarttag(java.lang.String tag)
                     throws SetDataException
Throws:
SetDataException

metaGetStichtag

public java.lang.String metaGetStichtag()

metaSetStichtag

public void metaSetStichtag(java.lang.String stichtag)
                     throws SetDataException
Throws:
SetDataException

createContent

protected org.eclipse.core.runtime.IStatus createContent(org.eclipse.core.runtime.IProgressMonitor monitor)
Description copied from class: AbstractDataProvider
This method should do all the work necessary to populate the dataset's content. It's called in the job's execute method after some initializations have been done.

Specified by:
createContent in class AbstractDataProvider
Returns:
The status of the current job.
See Also:
IStatus

createHeadings

protected java.util.List<java.lang.String> createHeadings()
Description copied from class: AbstractDataProvider
Creates headings for each column in the dataset object of this provider.

Specified by:
createHeadings in class AbstractDataProvider
Returns:
A list of strings (List) containing the headings.

getDescription

public java.lang.String getDescription()
Description copied from class: AbstractDataProvider
Returns the description for this data provider.

Specified by:
getDescription in class AbstractDataProvider
Returns:
Returns the description for this data provider.

Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc für Elexis version 2.1.7.dev vom 01.09.2013