org.jasig.portal.groups

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Portal » uPortal_rel 2 6 1 GA » org.jasig.portal.groups 
org.jasig.portal.groups
Java Source File NameTypeComment
ComponentGroupServiceDescriptor.javaClass A data holder for configuration information about a specific component group service.
CompositeEntityIdentifier.javaClass A composite key and type that uniquely identify a portal entity.
CompositeServiceIdentifier.javaClass A composite key that identifies a component group service.
EntityGroupImpl.javaClass Reference implementation for IEntityGroup.

Groups do not keep references to their members but instead cache member keys.

EntityGroupNameFinder.javaClass Reference implementation of IEntityNameFinder for IEntityGroup.
EntityGroupNameFinderFactory.javaClass Factory for creating EntityGroupNameFinder.
EntityImpl.javaClass Reference implementation for IEntity.
EntityTestingGroupImpl.javaClass
author:
   Dan Ellentuck
version:
   $Revision: 36518 $
See Also:   org.jasig.portal.groups.IEntityGroup
See Also:   An IEntityGroup that answers if it contains an entity
See Also:   by delegating to the local group store.
GroupMemberImpl.javaClass GroupMemberImpl summary first sentence goes here.
GroupServiceConfiguration.javaClass Parses service descriptions found in the file found at SERVICES_XML.
GroupsException.javaClass A GroupsException describes a problem in the groups structure or in the groups store.
GroupsTester.javaClass Tests the groups framework (a start).
IComponentGroupService.javaInterface Defines a component group service that is part of a composite groups system.
IComponentGroupServiceFactory.javaInterface Factory interface for creating an IComponentGroupService.
ICompositeGroupService.javaInterface Defines an api for discovering entry points into a composite groups system consisting of component group services.
ICompositeGroupServiceFactory.javaInterface Factory interface for creating an ICompositeGroupService.
IEntity.javaInterface IEntity is the leaf sub-type of IGroupMember.
IEntityGroup.javaInterface An IEntityGroup is a composite, or non-leaf IGroupMember. It contains IEntities and other IEntityGroups.

The api defines methods for adding a member to, and removing it from, a group, though not vice versa.

IEntityGroupStore.javaInterface Interface for finding and maintaining IEntityGroups.
IEntityGroupStoreFactory.javaInterface Factory interface for creating an IEntityGroupStore.
IEntityNameFinder.javaInterface Interface for finding the names of portal entities of a given type.
IEntityNameFinderFactory.javaInterface Factory interface for creating IEntityNameFinders.
IEntitySearcher.javaInterface
IEntitySearcherFactory.javaInterface Factory interface for creating an IEntitySearcher.
IEntityStore.javaInterface An interface for retrieving IEntities.
IEntityStoreFactory.javaInterface Factory interface for creating an IEntityStore.
IGroupConstants.javaInterface
IGroupMember.javaInterface An IGroupMember defines common behavior for both the leaf IEntity and composite IEntityGroup sub-types that together make up a Groups structure.

An IGroupMember can answer both its parents and its children but has no api for adding or removing them.

IGroupService.javaInterface Defines an api for discovering an entry point into the groups system, represented by an IGroupMember.
IGroupServiceFactory.javaInterface Factory interface for creating an IGroupService.
IIndividualGroupService.javaInterface Defines a component group service that finds and maintains IGroupMembers within a composite group service.
ILockableEntityGroup.javaInterface Defines an IEntityGroup that can be locked for update.
ILockableGroupService.javaInterface Extends IGroupService with methods for finding and maintaining ILockableEntityGroups.
LockableEntityGroupImpl.javaClass Extends EntityGroupImpl to make it lockable for writing.
PersonDirNameFinder.javaClass Implementation of IEntityNameFinder for IPersons by looking up displayName from an IPersonAttributeDao.
PersonDirNameFinderFactory.javaClass Factory for creating and obtaining reference to a static singleton PersonDirNameFinder.
PersonDirNameFinderTest.javaClass
RDBMEntityGroupStore.javaClass Store for EntityGroupImpl.
RDBMEntityStore.javaClass Reference implementation for IEntityStore.
ReferenceChannelNameFinder.javaClass Reference implementation of IEntityNameFinder for Channels.
ReferenceChannelNameFinderFactory.javaClass Factory for creating ReferencePersonNameFinders.
ReferenceComponentGroupService.javaClass Reference implementation of IComponentGroupService.
ReferenceCompositeGroupService.javaClass
ReferenceCompositeGroupServiceFactory.javaClass Creates an instance of the reference ICompositeGroupService.
ReferenceEntityGroupStoreFactory.javaClass Creates an instance of the reference IEntityGroupStore.
ReferenceEntitySearcherFactory.javaClass Creates an instance of the reference IEntitySearcher.
ReferenceEntityStoreFactory.javaClass Creates an instance of the reference IEntityStore.
ReferenceGroupService.javaClass Reference group service.
ReferenceGroupServiceFactory.javaClass Creates the reference implemetation of IGroupService.
ReferenceIndividualGroupService.javaClass Reference individual, or leaf, group service.
ReferenceIndividualGroupServiceFactory.javaClass Creates an instance of the reference IIndividualGroupService.
ReferencePersonNameFinder.javaClass Reference implementation of IEntityNameFinder for IPersons.
ReferencePersonNameFinderFactory.javaClass Factory for creating ReferencePersonNameFinders.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.