Package buildxml :: Package plugins :: Module stb :: Class SyncPlugin_stb
[hide private]
[frames] | no frames]

Class SyncPlugin_stb

source code


A plugin that harvests all vacancies from the Stellenbörse from http://www.uni-freiburg.de/universitaet/organisation/stellenboerse .

There is no need for consolidation, so _getData is the only Function that is overridden.

Instance Methods [hide private]
bool
_getData(self)
Get all vacancies from the Stellenbörse.
source code

Inherited from xmlgetter.plugin.BaseSyncPlugin: __init__, entries_written, run, source_name, stats, url

Inherited from xmlgetter.request.BaseRequester (private): _requestURL

Inherited from xmlgetter.log.BaseLogger: logger

Inherited from xmlgetter.log.BaseLogger (private): _getLogger

Class Variables [hide private]

Inherited from xmlgetter.log.BaseLogger (private): _loggers

Instance Variables [hide private]

Inherited from xmlgetter.log.BaseLogger (private): _source_name

Method Details [hide private]

_getData(self)

source code 

Get all vacancies from the Stellenbörse.

It loads all vacancies from the URL provided in config.PLUGINS as XML and then fetches the details for each entry seperately.

Returns: bool
True or False depending on the success of the retrieval process.
Overrides: xmlgetter.plugin.BaseSyncPlugin._getData