Java Doc for FolderImpl.java in  » Portal » jetspeed-2.1.3 » org » apache » jetspeed » om » folder » impl » Java Source Code / Java DocumentationJava Source Code and Java Documentation

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 » jetspeed 2.1.3 » org.apache.jetspeed.om.folder.impl 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.apache.jetspeed.page.document.impl.NodeImpl
   org.apache.jetspeed.om.folder.impl.FolderImpl

FolderImpl
public class FolderImpl extends NodeImpl implements Folder(Code)
FolderImpl
author:
   Randy Watler
version:
   $Id$



Constructor Summary
public  FolderImpl()
    

Method Summary
public  ListaccessAll()
     accessAll Access all transient cache collection for use by PageManager.
 ListaccessFolderOrders()
     accessFolderOrders Access mutable persistent collection member for List wrappers.
public  ListaccessFolders()
     accessFolders Access folders transient cache collection for use by PageManager.
public  ListaccessLinks()
     accessLinks Access links transient cache collection for use by PageManager.
 ListaccessMenus()
     accessMenus Access mutable persistent collection member for List wrappers.
public  PageSecurityImplaccessPageSecurity()
     accessPageSecurity Access pageSecurity cached instance for use by PageManager.
public  ListaccessPages()
     accessPages Access pages transient cache collection for use by PageManager.
public  voidcheckPermissions(String path, int mask, boolean checkNodeOnly, boolean checkParentsOnly)
    
 voidclearDocumentOrderComparator()
    
static  NodeSetfilterNodeSetByAccess(NodeSet nodes)
     filterNodeSetByAccess Filter node set elements for view access.
public  NodeSetgetAll()
    
public  StringgetDefaultDecorator(String fragmentType)
    
public  StringgetDefaultPage()
    
public  ListgetDocumentOrder()
    
public  StringgetEffectiveDefaultDecorator(String fragmentType)
    
public  PageSecuritygetEffectivePageSecurity()
    
public  FoldergetFolder(String name)
    
public  NodeSetgetFolders()
    
public  LinkgetLink(String name)
    
public  NodeSetgetLinks()
    
public  ListgetMenuDefinitions()
    
public  PagegetPage(String name)
    
public  PageManagergetPageManager()
    
public  PageSecuritygetPageSecurity()
    
public  NodeSetgetPages()
    
public  intgetReservedType()
    
public  StringgetSkin()
    
public  StringgetTitle()
    
public  StringgetType()
    
public  booleanisReserved()
    
public  MenuDefinitionnewMenuDefinition()
    
public  MenuExcludeDefinitionnewMenuExcludeDefinition()
    
public  MenuIncludeDefinitionnewMenuIncludeDefinition()
    
public  MenuOptionsDefinitionnewMenuOptionsDefinition()
    
public  MenuSeparatorDefinitionnewMenuSeparatorDefinition()
    
public  PageMetadataImplnewPageMetadata(Collection fields)
    
public  voidresetAll(boolean cached)
     resetAll Reset all transient caches for use by PageManager.
public  voidresetFolders(boolean cached)
     resetFolders Reset folders transient caches for use by PageManager.
public  voidresetLinks(boolean cached)
     resetLinks Reset links transient caches for use by PageManager.
public  voidresetPageSecurity(PageSecurityImpl newPageSecurity, boolean cached)
     resetPageSecurity Reset pageSecurity transient cache instance for use by PageManager.
public  voidresetPages(boolean cached)
     resetPages Reset pages transient caches for use by PageManager.
public  voidsetDefaultDecorator(String decoratorName, String fragmentType)
    
public  voidsetDefaultPage(String defaultPage)
    
public  voidsetDocumentOrder(List docNames)
    
public  voidsetMenuDefinitions(List definitions)
    
public  voidsetPageManager(PageManager pageManager)
     setPageManager Infuses PageManager for use by this folder instance.
public  voidsetSkin(String skinName)
    


Constructor Detail
FolderImpl
public FolderImpl()(Code)




Method Detail
accessAll
public List accessAll()(Code)
accessAll Access all transient cache collection for use by PageManager. all collection



accessFolderOrders
List accessFolderOrders()(Code)
accessFolderOrders Access mutable persistent collection member for List wrappers. persistent collection



accessFolders
public List accessFolders()(Code)
accessFolders Access folders transient cache collection for use by PageManager. folders collection



accessLinks
public List accessLinks()(Code)
accessLinks Access links transient cache collection for use by PageManager. links collection



accessMenus
List accessMenus()(Code)
accessMenus Access mutable persistent collection member for List wrappers. persistent collection



accessPageSecurity
public PageSecurityImpl accessPageSecurity()(Code)
accessPageSecurity Access pageSecurity cached instance for use by PageManager. pageSecurity instance



accessPages
public List accessPages()(Code)
accessPages Access pages transient cache collection for use by PageManager. pages collection



checkPermissions
public void checkPermissions(String path, int mask, boolean checkNodeOnly, boolean checkParentsOnly) throws SecurityException(Code)



clearDocumentOrderComparator
void clearDocumentOrderComparator()(Code)
clearDocumentOrderComparator



filterNodeSetByAccess
static NodeSet filterNodeSetByAccess(NodeSet nodes)(Code)
filterNodeSetByAccess Filter node set elements for view access.
Parameters:
  nodes - node set containing nodes to check checked subset of nodes



getAll
public NodeSet getAll() throws DocumentException(Code)



getDefaultDecorator
public String getDefaultDecorator(String fragmentType)(Code)



getDefaultPage
public String getDefaultPage()(Code)



getDocumentOrder
public List getDocumentOrder()(Code)



getEffectiveDefaultDecorator
public String getEffectiveDefaultDecorator(String fragmentType)(Code)



getEffectivePageSecurity
public PageSecurity getEffectivePageSecurity()(Code)



getFolder
public Folder getFolder(String name) throws FolderNotFoundException, DocumentException(Code)



getFolders
public NodeSet getFolders() throws DocumentException(Code)



getLink
public Link getLink(String name) throws DocumentNotFoundException, NodeException(Code)



getLinks
public NodeSet getLinks() throws NodeException(Code)



getMenuDefinitions
public List getMenuDefinitions()(Code)



getPage
public Page getPage(String name) throws PageNotFoundException, NodeException(Code)



getPageManager
public PageManager getPageManager()(Code)



getPageSecurity
public PageSecurity getPageSecurity() throws DocumentNotFoundException, NodeException(Code)



getPages
public NodeSet getPages() throws NodeException(Code)



getReservedType
public int getReservedType()(Code)



getSkin
public String getSkin()(Code)



getTitle
public String getTitle()(Code)



getType
public String getType()(Code)



isReserved
public boolean isReserved()(Code)



newMenuDefinition
public MenuDefinition newMenuDefinition()(Code)



newMenuExcludeDefinition
public MenuExcludeDefinition newMenuExcludeDefinition()(Code)



newMenuIncludeDefinition
public MenuIncludeDefinition newMenuIncludeDefinition()(Code)



newMenuOptionsDefinition
public MenuOptionsDefinition newMenuOptionsDefinition()(Code)



newMenuSeparatorDefinition
public MenuSeparatorDefinition newMenuSeparatorDefinition()(Code)



newPageMetadata
public PageMetadataImpl newPageMetadata(Collection fields)(Code)



resetAll
public void resetAll(boolean cached)(Code)
resetAll Reset all transient caches for use by PageManager.
Parameters:
  cached - set cached state for all



resetFolders
public void resetFolders(boolean cached)(Code)
resetFolders Reset folders transient caches for use by PageManager.
Parameters:
  cached - set cached state for folders



resetLinks
public void resetLinks(boolean cached)(Code)
resetLinks Reset links transient caches for use by PageManager.
Parameters:
  cached - set cached state for links



resetPageSecurity
public void resetPageSecurity(PageSecurityImpl newPageSecurity, boolean cached)(Code)
resetPageSecurity Reset pageSecurity transient cache instance for use by PageManager.
Parameters:
  newPageSecurty - cached page security instance.
Parameters:
  cached - set cached state for page security



resetPages
public void resetPages(boolean cached)(Code)
resetPages Reset pages transient caches for use by PageManager.
Parameters:
  cached - set cached state for pages



setDefaultDecorator
public void setDefaultDecorator(String decoratorName, String fragmentType)(Code)



setDefaultPage
public void setDefaultPage(String defaultPage)(Code)



setDocumentOrder
public void setDocumentOrder(List docNames)(Code)



setMenuDefinitions
public void setMenuDefinitions(List definitions)(Code)



setPageManager
public void setPageManager(PageManager pageManager)(Code)
setPageManager Infuses PageManager for use by this folder instance.
Parameters:
  pageManager - page manager that manages this folder instance



setSkin
public void setSkin(String skinName)(Code)



Methods inherited from org.apache.jetspeed.page.document.impl.NodeImpl
public void checkConstraints(List actions, List userPrincipals, List rolePrincipals, List groupPrincipals, boolean checkNodeOnly, boolean checkParentsOnly) throws SecurityException(Code)(Java Doc)
public void checkPermissions(String path, int mask, boolean checkNodeOnly, boolean checkParentsOnly) throws SecurityException(Code)(Java Doc)
protected String defaultTitleFromName()(Code)(Java Doc)
public static String getCanonicalNodePath(String path)(Code)(Java Doc)
public PageSecurity getEffectivePageSecurity()(Code)(Java Doc)
public String getLogicalPermissionPath()(Code)(Java Doc)
public GenericMetadata getMetadata()(Code)(Java Doc)
public String getName()(Code)(Java Doc)
public PageMetadataImpl getPageMetadata()(Code)(Java Doc)
public Node getParent()(Code)(Java Doc)
public String getPath()(Code)(Java Doc)
public String getPhysicalPermissionPath()(Code)(Java Doc)
public String getShortTitle(Locale locale)(Code)(Java Doc)
public String getTitle(Locale locale)(Code)(Java Doc)
abstract public String getType()(Code)(Java Doc)
public String getUrl()(Code)(Java Doc)
public boolean isHidden()(Code)(Java Doc)
public PageMetadataImpl newPageMetadata(Collection fields)(Code)(Java Doc)
public void setHidden(boolean hidden)(Code)(Java Doc)
public void setName(String name)(Code)(Java Doc)
public void setParent(Node parent)(Code)(Java Doc)
public void setPath(String path)(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.