Java Doc for Category.java in  » Content-Management-System » openedit » org » openedit » store » 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 » Content Management System » openedit » org.openedit.store 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.openedit.store.Category

All known Subclasses:   org.openedit.store.retailproconvert.CatalogWithProducts,
Category
public class Category (Code)

author:
   cburkey


Field Summary
protected  StringfieldBrochure
    
protected  ListfieldChildren
    
protected  StringfieldDescription
    
protected  StringfieldId
    
protected  MapfieldImages
    
protected  intfieldItemCount
    
protected  MapfieldLinkedFiles
    
protected  StringfieldLinkedToCategoryId
    
protected  StringfieldName
    
protected  ListfieldOptions
    
protected  CategoryfieldParentCatalog
    
protected  MapfieldProperties
    
protected  ListfieldRelatedCategoryIds
    
protected  StringfieldShortDecription
    
protected  StringfieldSpecSheet
    
protected  booleanfieldUserSelected
    

Constructor Summary
public  Category()
    
public  Category(String inName)
    
public  Category(String inId, String inName)
    

Method Summary
public  CategoryaddChild(Category inNewChild)
    
public  voidaddImage(Image inImage)
     Adds the given image to the list of actual images for this catalog, as returned by Category.getImageList() .
public  voidaddOption(Option inOption)
    
public  voidaddRelatedCategoryId(String inId)
    
public  voidclearChildren()
    
public  voidclearImages()
    
public  voidclearLinkedFiles()
    
public  voidclearOptions()
    
public  voidclearRelatedCategoryIds()
    
public  Stringget(String inKey)
    
public  ListgetAllOptions()
    
public  StringgetBrochure()
    
public  CategorygetChild(String inId)
    
public  CategorygetChildByName(String inCatName)
    
public  ListgetChildren()
    
public  ListgetChildrenInRows(int inColCount)
    
public  StringgetDescription()
    
public  StringgetId()
    
public  ImagegetImage(String inKey)
    
public  ListgetImageList()
    
public  MapgetImages()
    
public  intgetItemCount()
    
public  intgetLevel()
    
public  StringgetLink()
    
public  LinkedFilegetLinkedFile(String inFilename)
    
public  ListgetLinkedFileList()
    
public  MapgetLinkedFiles()
    
public  StringgetLinkedToCategoryId()
    
public  StringgetName()
    
public  OptiongetOption(String inOptionId)
    
public  ListgetOptions()
    
public  CategorygetParentCatalog()
    
public  ListgetParentCategories()
    
public  MapgetProperties()
    
public  StringgetProperty(String inKey)
    
public  ListgetRelatedCategoryIds()
    
public  StringgetShortDescription()
    
public  StringgetSpecSheet()
    
public  booleanhasCatalog(String inId)
    
public  booleanhasChild(String inId)
    
public  booleanhasChildren()
    
public  booleanhasParent(String inId)
    
public  booleanisAncestorOf(Category inCatalog)
    
public  booleanisContainsItems()
    
public  booleanisPropertyTrue(String inKey)
    
public  booleanisUserSelected()
    
public  ListlistAncestorsAndSelf(int inStartLevel)
     Returns a list of all the ancestors of this catalog, starting at the catalog at the given level and ending at this catalog itself.
public  ListloadImages(String inType)
    
public  voidputLinkedFile(String inFilename, LinkedFile inFile)
    
public  voidremoveChild(Category inChild)
    
public  voidremoveOption(String id)
    
public  voidremoveProperty(String inKey)
    
public  voidsetBrochure(String inBrochure)
    
public  voidsetChildren(List inChildren)
    
public  voidsetDescription(String inDescription)
    
public  voidsetId(String inId)
    
public  voidsetItemCount(int inItemCount)
    
public  voidsetLinkedToCategoryId(String inLinkedToCategoryId)
    
public  voidsetName(String inString)
    
public  voidsetOptions(List inOptions)
    
public  voidsetParentCatalog(Category parentCatalog)
    
public  voidsetProperties(Map inProperties)
    
public  voidsetProperty(String inKey, String inValue)
    
public  voidsetProperty(String inKey, boolean inValue)
    
public  voidsetRelatedCategoryIds(List fieldRelatedCategoryIds)
    
public  voidsetShortDescription(String inShortDecription)
    
public  voidsetSpecSheet(String inSpecSheet)
    
public  voidsetUserSelected(boolean inUserSelected)
    
public  StringtoString()
    

Field Detail
fieldBrochure
protected String fieldBrochure(Code)



fieldChildren
protected List fieldChildren(Code)



fieldDescription
protected String fieldDescription(Code)



fieldId
protected String fieldId(Code)



fieldImages
protected Map fieldImages(Code)



fieldItemCount
protected int fieldItemCount(Code)



fieldLinkedFiles
protected Map fieldLinkedFiles(Code)



fieldLinkedToCategoryId
protected String fieldLinkedToCategoryId(Code)



fieldName
protected String fieldName(Code)



fieldOptions
protected List fieldOptions(Code)



fieldParentCatalog
protected Category fieldParentCatalog(Code)



fieldProperties
protected Map fieldProperties(Code)



fieldRelatedCategoryIds
protected List fieldRelatedCategoryIds(Code)



fieldShortDecription
protected String fieldShortDecription(Code)



fieldSpecSheet
protected String fieldSpecSheet(Code)



fieldUserSelected
protected boolean fieldUserSelected(Code)




Constructor Detail
Category
public Category()(Code)



Category
public Category(String inName)(Code)



Category
public Category(String inId, String inName)(Code)




Method Detail
addChild
public Category addChild(Category inNewChild)(Code)



addImage
public void addImage(Image inImage)(Code)
Adds the given image to the list of actual images for this catalog, as returned by Category.getImageList() . If there is already an image with the given image's ID, it will be replaced (in memory) with the new image.
Parameters:
  inImage - The image to add



addOption
public void addOption(Option inOption)(Code)



addRelatedCategoryId
public void addRelatedCategoryId(String inId)(Code)



clearChildren
public void clearChildren()(Code)



clearImages
public void clearImages()(Code)



clearLinkedFiles
public void clearLinkedFiles()(Code)



clearOptions
public void clearOptions()(Code)



clearRelatedCategoryIds
public void clearRelatedCategoryIds()(Code)



get
public String get(String inKey)(Code)



getAllOptions
public List getAllOptions()(Code)



getBrochure
public String getBrochure()(Code)



getChild
public Category getChild(String inId)(Code)



getChildByName
public Category getChildByName(String inCatName)(Code)



getChildren
public List getChildren()(Code)
Returns the children.



getChildrenInRows
public List getChildrenInRows(int inColCount)(Code)



getDescription
public String getDescription()(Code)



getId
public String getId()(Code)



getImage
public Image getImage(String inKey)(Code)



getImageList
public List getImageList()(Code)



getImages
public Map getImages()(Code)



getItemCount
public int getItemCount()(Code)



getLevel
public int getLevel()(Code)



getLink
public String getLink()(Code)



getLinkedFile
public LinkedFile getLinkedFile(String inFilename)(Code)



getLinkedFileList
public List getLinkedFileList()(Code)
This is a list of links associated with this catalog



getLinkedFiles
public Map getLinkedFiles()(Code)



getLinkedToCategoryId
public String getLinkedToCategoryId()(Code)



getName
public String getName()(Code)



getOption
public Option getOption(String inOptionId)(Code)



getOptions
public List getOptions()(Code)



getParentCatalog
public Category getParentCatalog()(Code)



getParentCategories
public List getParentCategories()(Code)



getProperties
public Map getProperties()(Code)



getProperty
public String getProperty(String inKey)(Code)



getRelatedCategoryIds
public List getRelatedCategoryIds()(Code)



getShortDescription
public String getShortDescription()(Code)



getSpecSheet
public String getSpecSheet()(Code)



hasCatalog
public boolean hasCatalog(String inId)(Code)



hasChild
public boolean hasChild(String inId)(Code)



hasChildren
public boolean hasChildren()(Code)



hasParent
public boolean hasParent(String inId)(Code)



isAncestorOf
public boolean isAncestorOf(Category inCatalog)(Code)



isContainsItems
public boolean isContainsItems()(Code)



isPropertyTrue
public boolean isPropertyTrue(String inKey)(Code)



isUserSelected
public boolean isUserSelected()(Code)



listAncestorsAndSelf
public List listAncestorsAndSelf(int inStartLevel)(Code)
Returns a list of all the ancestors of this catalog, starting at the catalog at the given level and ending at this catalog itself.
Parameters:
  inStartLevel - The level at which to start listing ancestors (0 isthe root, 1 is the first-level children, etc.) The list of ancestors of this catalog



loadImages
public List loadImages(String inType)(Code)



putLinkedFile
public void putLinkedFile(String inFilename, LinkedFile inFile)(Code)



removeChild
public void removeChild(Category inChild)(Code)



removeOption
public void removeOption(String id)(Code)



removeProperty
public void removeProperty(String inKey)(Code)

Parameters:
  inKey -



setBrochure
public void setBrochure(String inBrochure)(Code)



setChildren
public void setChildren(List inChildren)(Code)

Parameters:
  children - The children to set.



setDescription
public void setDescription(String inDescription)(Code)



setId
public void setId(String inId)(Code)



setItemCount
public void setItemCount(int inItemCount)(Code)



setLinkedToCategoryId
public void setLinkedToCategoryId(String inLinkedToCategoryId)(Code)



setName
public void setName(String inString)(Code)



setOptions
public void setOptions(List inOptions)(Code)



setParentCatalog
public void setParentCatalog(Category parentCatalog)(Code)



setProperties
public void setProperties(Map inProperties)(Code)



setProperty
public void setProperty(String inKey, String inValue)(Code)



setProperty
public void setProperty(String inKey, boolean inValue)(Code)



setRelatedCategoryIds
public void setRelatedCategoryIds(List fieldRelatedCategoryIds)(Code)



setShortDescription
public void setShortDescription(String inShortDecription)(Code)



setSpecSheet
public void setSpecSheet(String inSpecSheet)(Code)



setUserSelected
public void setUserSelected(boolean inUserSelected)(Code)



toString
public String toString()(Code)



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.