Java Doc for ReferencedContent.java in  » J2EE » fleXive » com » flexive » shared » value » 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 » J2EE » fleXive » com.flexive.shared.value 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   com.flexive.shared.content.FxPK
      com.flexive.shared.value.ReferencedContent

ReferencedContent
public class ReferencedContent extends FxPK implements Serializable(Code)
A referenced content - value class for FxReference
author:
   Markus Plesser (markus.plesser@flexive.com), UCS - unique computing solutions gmbh (http://www.ucs.at)



Constructor Summary
public  ReferencedContent(FxPK pk, String caption, Step step, ACL acl)
    
public  ReferencedContent(FxPK pk)
    
public  ReferencedContent(long id, int version)
    
public  ReferencedContent(long id)
    
public  ReferencedContent()
    

Method Summary
public static  ReferencedContentfromString(String value)
     Evaluates the given string value to an object of type ReferencedContent.
public  ACLgetAcl()
    
public  StringgetCaption()
    
public synchronized  FxContentgetContent()
    
public  StepgetStep()
    
public  booleanhasACL()
    
public  booleanhasContent()
    
public  booleanhasStep()
    
public  inthashCode()
    
public  booleanisAccessGranted()
    
public  voidsetAccessGranted(boolean accessGranted)
     Set if (read) access to the referenced instance is granted.
public synchronized  voidsetContent(FxContent content)
    
public  StringtoStringExtended()
    


Constructor Detail
ReferencedContent
public ReferencedContent(FxPK pk, String caption, Step step, ACL acl)(Code)
Ctor
Parameters:
  pk - referenced primary key
Parameters:
  caption - caption of the referenced content, only available if loaded
Parameters:
  step - the step
Parameters:
  acl - the acl



ReferencedContent
public ReferencedContent(FxPK pk)(Code)
Ctor
Parameters:
  pk - referenced primary key



ReferencedContent
public ReferencedContent(long id, int version)(Code)
Ctor
Parameters:
  id - id
Parameters:
  version - version



ReferencedContent
public ReferencedContent(long id)(Code)
Ctor
Parameters:
  id - id



ReferencedContent
public ReferencedContent()(Code)
Ctor




Method Detail
fromString
public static ReferencedContent fromString(String value)(Code)
Evaluates the given string value to an object of type ReferencedContent.
Parameters:
  value - string value to be evaluated the value interpreted as ReferencedContent



getAcl
public ACL getAcl()(Code)
Get the ACL for this reference ACL for this reference



getCaption
public String getCaption()(Code)
Get the caption of the referenced content, only available if loaded caption of the referenced content, only available if loaded



getContent
public synchronized FxContent getContent()(Code)
Get the assigned FxContent for this reference the assigned FxContent for this reference



getStep
public Step getStep()(Code)
Get the step for this reference step of this reference



hasACL
public boolean hasACL()(Code)
Is an ACL known for this reference? if an ACL is known for this reference



hasContent
public boolean hasContent()(Code)
Is a loaded FxContent assigned for this reference? if a loaded FxContent is assigned for this reference



hasStep
public boolean hasStep()(Code)
Is a step known for this reference? if a step is known for this reference



hashCode
public int hashCode()(Code)



isAccessGranted
public boolean isAccessGranted()(Code)
Is access to the referenced FxContent granted? if access to the referenced FxContent is granted



setAccessGranted
public void setAccessGranted(boolean accessGranted)(Code)
Set if (read) access to the referenced instance is granted. This flag is usually set during creation of a ReferencedContent. Setting it to true will not enable you to read the referenced content ;-)
Parameters:
  accessGranted - if access to the referenced content is granted



setContent
public synchronized void setContent(FxContent content)(Code)
Set the assigned FxContent for this reference
Parameters:
  content - the assigned FxContent for this reference



toStringExtended
public String toStringExtended()(Code)



Fields inherited from com.flexive.shared.content.FxPK
final public static int LIVE(Code)(Java Doc)
final public static int MAX(Code)(Java Doc)
final public static int NEW_ID(Code)(Java Doc)
protected long id(Code)(Java Doc)
protected int version(Code)(Java Doc)

Methods inherited from com.flexive.shared.content.FxPK
public int compareTo(FxPK o)(Code)(Java Doc)
public static FxPK createNewPK()(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
public static FxPK fromObject(Object value)(Code)(Java Doc)
public static FxPK fromString(String value)(Code)(Java Doc)
public long getId()(Code)(Java Doc)
public TypeStorageMode getStorageMode()(Code)(Java Doc)
public int getVersion()(Code)(Java Doc)
public int hashCode()(Code)(Java Doc)
public boolean isDistinctVersion()(Code)(Java Doc)
public boolean isNew()(Code)(Java Doc)
public String toString()(Code)(Java Doc)

Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(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.