summaryrefslogtreecommitdiffstats
path: root/config-db
diff options
context:
space:
mode:
authorOliver Tappe2007-08-02 22:49:23 +0200
committerOliver Tappe2007-08-02 22:49:23 +0200
commit76bd5fc78e742251d4e1d024f8f14f53b5fbb848 (patch)
tree962b95dee14b243c9c5445ce5c2287b1128d1f6d /config-db
parent* added POD to ConfigDB, and did some fixes along the way (diff)
downloadcore-76bd5fc78e742251d4e1d024f8f14f53b5fbb848.tar.gz
core-76bd5fc78e742251d4e1d024f8f14f53b5fbb848.tar.xz
core-76bd5fc78e742251d4e1d024f8f14f53b5fbb848.zip
* some layout fixes to POD
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1307 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'config-db')
-rw-r--r--config-db/OpenSLX/ConfigDB.pm18
1 files changed, 18 insertions, 0 deletions
diff --git a/config-db/OpenSLX/ConfigDB.pm b/config-db/OpenSLX/ConfigDB.pm
index 85ac7113..e9779747 100644
--- a/config-db/OpenSLX/ConfigDB.pm
+++ b/config-db/OpenSLX/ConfigDB.pm
@@ -273,6 +273,8 @@ sub rollbackTransaction
return;
}
+=back
+
=head2 Data Access Methods
=over
@@ -847,8 +849,12 @@ sub fetchGroupIDsOfClient
return $self->{'meta-db'}->fetchGroupIDsOfClient($clientID);
}
+=back
+
=head2 Data Manipulation Methods
+=over
+
=item C<addVendorOS(@$valRows)>
Adds one or more vendor-OS to the database.
@@ -2023,8 +2029,12 @@ sub emptyDatabase
return;
}
+=back
+
=head2 Data Aggregation Methods
+=over
+
=item C<mergeDefaultAttributesIntoSystem($system)>
merges default system attributes into the given system hash and pushes the default
@@ -2270,8 +2280,12 @@ sub aggregatedSystemFileInfoFor
return $info;
}
+=back
+
=head2 Support Functions
+=over
+
=item C<isAttribute($key)>
Returns whether or not the given key is an exportable attribute.
@@ -2603,3 +2617,7 @@ sub _unique
}
1;
+
+=back
+
+=cut