doc/current.html
changeset 73 f2f247a5b6c9
parent 72 e7b44716a564
child 74 c471fed3cab8
--- a/doc/current.html	Tue Dec 06 19:46:00 2011 +0100
+++ b/doc/current.html	Tue Dec 06 23:53:18 2011 +0100
@@ -68,7 +68,7 @@
 			<h3>Methoden</h3>
 			<div class="item" id="method-startSMS">
 				<h4>StartSMS</h4>
-				<p><code>startSMS</code></p>
+				<p><code>startSMS(self, message, recipients, provider='default')</code></p>
 				<p>Versendet eine SMS.</p>
 				<h5>Parameter</h5>
 				<table class="docs">
@@ -91,8 +91,7 @@
 						</tr><tr>
 							<td>provider</td>
 							<td>string</td>
-							<td> Provider über den geschickt werden soll;
-default - verschickt über den Standardprovider</td>
+							<td> Provider über den geschickt werden soll</td>
 						</tr>
 					</tbody>
 				</table>
@@ -115,7 +114,7 @@
 				</table>
 			</div><div class="item" id="method-startFAX">
 				<h4>StartFAX</h4>
-				<p><code>startFAX</code></p>
+				<p><code>startFAX(self, subject, fax, recipients, provider='default')</code></p>
 				<p>Versendet ein FAX.</p>
 				<h5>Parameter</h5>
 				<table class="docs">
@@ -142,8 +141,7 @@
 						</tr><tr>
 							<td>provider</td>
 							<td>string</td>
-							<td> Provider über den geschickt werden soll;
-default - verschickt über den Standardprovider</td>
+							<td> Provider über den geschickt werden soll</td>
 						</tr>
 					</tbody>
 				</table>
@@ -166,7 +164,7 @@
 				</table>
 			</div><div class="item" id="method-startMail">
 				<h4>StartMail</h4>
-				<p><code>startMail</code></p>
+				<p><code>startMail(self, subject, body, recipients, frm, provider='default')</code></p>
 				<p>Versendet eine Email.</p>
 				<h5>Parameter</h5>
 				<table class="docs">
@@ -197,8 +195,7 @@
 						</tr><tr>
 							<td>provider</td>
 							<td>string</td>
-							<td> Provider über den geschickt werden soll;
-default - verschickt über den Standardprovider</td>
+							<td> Provider über den geschickt werden soll</td>
 						</tr>
 					</tbody>
 				</table>
@@ -221,7 +218,7 @@
 				</table>
 			</div><div class="item" id="method-status">
 				<h4>Status</h4>
-				<p><code>status</code></p>
+				<p><code>status(self, id=None, detailed=False)</code></p>
 				<p>Gibt den aktuellen Status eines Auftrages zurück.</p>
 				<h5>Parameter</h5>
 				<table class="docs">
@@ -236,13 +233,11 @@
 						<tr>
 							<td>id</td>
 							<td>hash</td>
-							<td> Eine Auftragsnummer
-default - alle Aufträge ausgeben</td>
+							<td> Eine Auftragsnummer</td>
 						</tr><tr>
 							<td>detailed</td>
 							<td>boolean</td>
-							<td> Details ausgeben
-default - False</td>
+							<td> Details ausgeben</td>
 						</tr>
 					</tbody>
 				</table>
@@ -273,7 +268,7 @@
 				</table>
 			</div><div class="item" id="method-stop">
 				<h4>Stop</h4>
-				<p><code>stop</code></p>
+				<p><code>stop(self, id)</code></p>
 				<p>Stoppt den angegeben Auftrag.</p>
 				<h5>Parameter</h5>
 				<table class="docs">
@@ -294,7 +289,7 @@
 				</table>
 			</div><div class="item" id="method-getProvider">
 				<h4>GetProvider</h4>
-				<p><code>getProvider</code></p>
+				<p><code>getProvider(self, typ)</code></p>
 				<p>Gibt eine Liste aller verfügbaren Provider zurück.</p>
 				<h5>Parameter</h5>
 				<table class="docs">
@@ -333,7 +328,7 @@
 				</table>
 			</div><div class="item" id="method-getDefaultProvider">
 				<h4>GetDefaultProvider</h4>
-				<p><code>getDefaultProvider</code></p>
+				<p><code>getDefaultProvider(self, typ)</code></p>
 				<p>Gibt den Standardprovider zurück.</p>
 				<h5>Parameter</h5>
 				<table class="docs">