From 998b6e6b73c4e6a4630539d90b3d4fc0f4edab49 Mon Sep 17 00:00:00 2001 From: Sanjay Dalal Date: Tue, 30 Mar 2010 21:17:55 +0000 Subject: [PATCH] CSPACE-1194 added package.htmls and overview.htmls for account service A service/src/main/javadoc A service/src/main/javadoc/org A service/src/main/javadoc/org/collectionspace A service/src/main/javadoc/org/collectionspace/services A service/src/main/javadoc/org/collectionspace/services/account A service/src/main/javadoc/org/collectionspace/services/account/storage A service/src/main/javadoc/org/collectionspace/services/account/storage/package.html A service/src/main/javadoc/org/collectionspace/services/account/package.html A service/src/main/javadoc/overview.html A client/src/main/javadoc A client/src/main/javadoc/org A client/src/main/javadoc/org/collectionspace A client/src/main/javadoc/org/collectionspace/services A client/src/main/javadoc/org/collectionspace/services/client A client/src/main/javadoc/org/collectionspace/services/client/package.html A client/src/main/javadoc/overview.html --- .../services/client/package.html | 52 +++++++++++++++++++ .../client/src/main/javadoc/overview.html | 40 ++++++++++++++ .../services/account/package.html | 52 +++++++++++++++++++ .../services/account/storage/package.html | 50 ++++++++++++++++++ .../service/src/main/javadoc/overview.html | 40 ++++++++++++++ 5 files changed, 234 insertions(+) create mode 100644 services/account/client/src/main/javadoc/org/collectionspace/services/client/package.html create mode 100644 services/account/client/src/main/javadoc/overview.html create mode 100644 services/account/service/src/main/javadoc/org/collectionspace/services/account/package.html create mode 100644 services/account/service/src/main/javadoc/org/collectionspace/services/account/storage/package.html create mode 100644 services/account/service/src/main/javadoc/overview.html diff --git a/services/account/client/src/main/javadoc/org/collectionspace/services/client/package.html b/services/account/client/src/main/javadoc/org/collectionspace/services/client/package.html new file mode 100644 index 000000000..3acecea04 --- /dev/null +++ b/services/account/client/src/main/javadoc/org/collectionspace/services/client/package.html @@ -0,0 +1,52 @@ + + + + + + + + + Provides classes and interfaces for Java client of the CollectionSpace + Account Service. These includes JBoss RESTeasy client and proxy for the + Account Service as well as several tests. + +

Package Specification

+ + + + +

Related Documentation

+ + For overviews, tutorials, examples, guides, and tool documentation, please see: + + + + + + diff --git a/services/account/client/src/main/javadoc/overview.html b/services/account/client/src/main/javadoc/overview.html new file mode 100644 index 000000000..6b0667b5e --- /dev/null +++ b/services/account/client/src/main/javadoc/overview.html @@ -0,0 +1,40 @@ + + + + + + Account Service Overview + + + This document describes thesource code of the Java client of the CollectionSpace + Account Service, a.k.a (User Profile Management) +
+ It includes the classes and interfaces for the following. +
+ - A JBoss RESTeasy client for the Account Service + - A JBoss RESTeasy client proxy for the Account Service + - Several tests + + \ No newline at end of file diff --git a/services/account/service/src/main/javadoc/org/collectionspace/services/account/package.html b/services/account/service/src/main/javadoc/org/collectionspace/services/account/package.html new file mode 100644 index 000000000..8493f1d07 --- /dev/null +++ b/services/account/service/src/main/javadoc/org/collectionspace/services/account/package.html @@ -0,0 +1,52 @@ + + + + + + + + + Provides classes and interfaces for CollectionSpace Account Service. + These includes JAVA XML bindings, RESTful web service resource and + persistence management. + +

Package Specification

+ + + + +

Related Documentation

+ + For overviews, tutorials, examples, guides, and tool documentation, please see: + + + + + + diff --git a/services/account/service/src/main/javadoc/org/collectionspace/services/account/storage/package.html b/services/account/service/src/main/javadoc/org/collectionspace/services/account/storage/package.html new file mode 100644 index 000000000..91a793218 --- /dev/null +++ b/services/account/service/src/main/javadoc/org/collectionspace/services/account/storage/package.html @@ -0,0 +1,50 @@ + + + + + + + + Provides classes and interfaces for CollectionSpace Account Service + persistence management. + +

Package Specification

+ + + + +

Related Documentation

+ + For overviews, tutorials, examples, guides, and tool documentation, please see: + + + + + + diff --git a/services/account/service/src/main/javadoc/overview.html b/services/account/service/src/main/javadoc/overview.html new file mode 100644 index 000000000..fc8268937 --- /dev/null +++ b/services/account/service/src/main/javadoc/overview.html @@ -0,0 +1,40 @@ + + + + + + Account Service Overview + + + This document describes the source code of the CollectionSpace + Account Service, a.k.a (User Profile Management) +
+ It includes the classes and interfaces for the following. +
+ - Java XML bindings for account + - Service side source including RESTful web service resource and persistence + management + + \ No newline at end of file -- 2.47.3