summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 53d5e2c)
raw | patch | inline | side by side (parent: 53d5e2c)
author | rettenbe <rettenbe@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 21 Sep 2009 12:34:33 +0000 (12:34 +0000) | ||
committer | rettenbe <rettenbe@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 21 Sep 2009 12:34:33 +0000 (12:34 +0000) |
* add some doc lines
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14298 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14298 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-si/server/events/opsi_com.pm | patch | blob | history |
index f1df5a4b436f363d0c8223928ea42039cf8b61b4..7c654eb5e16c6621543febe69c5a3406952f1a19 100644 (file)
"opsi_assignSoftwareLicenseToHost",
"opsi_unassignSoftwareLicenseFromHost",
"opsi_unassignAllSoftwareLicensesFromHost",
- "opsi_getLicenses_list",
- "opsi_getLicense_hash",
"opsi_getSoftwareLicense_hash",
"opsi_getLicensePool_hash",
"opsi_getSoftwareLicenseUsages_listOfHashes",
################################
#
-# @brief
-#
+# @brief Returns the assigned licensePoolId and licenses, how often the product is installed and at which host
+# and the number of max and remaining installations for a given OPSI product.
+# @param productId Identificator of an OPSI product.
+#
sub opsi_getLicenseInformationForProduct {
my ($msg, $msg_hash, $session_id) = @_;
my $header = @{$msg_hash->{'header'}}[0];