From 76bd5fc78e742251d4e1d024f8f14f53b5fbb848 Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Thu, 2 Aug 2007 20:49:23 +0000 Subject: * some layout fixes to POD git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1307 95ad53e4-c205-0410-b2fa-d234c58c8868 --- config-db/OpenSLX/ConfigDB.pm | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'config-db') 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 Adds one or more vendor-OS to the database. @@ -2023,8 +2029,12 @@ sub emptyDatabase return; } +=back + =head2 Data Aggregation Methods +=over + =item C 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 Returns whether or not the given key is an exportable attribute. @@ -2603,3 +2617,7 @@ sub _unique } 1; + +=back + +=cut -- cgit v1.2.3-55-g7522