Java Doc for UIList.java in  » ERP-CRM-Financial » SourceTap-CRM » com » sourcetap » sfa » ui » 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 » ERP CRM Financial » SourceTap CRM » com.sourcetap.sfa.ui 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   com.sourcetap.sfa.ui.UIList

UIList
public class UIList (Code)


Field Summary
protected  GenericDelegatordelegator
    
protected  StringdetailSectionId
    
protected  GenericEventProcessoreventProcessor
    
protected  StringlistId
    
protected  StringlistName
    
protected  StringlistSectionId
    
protected  StringlistType
    
final public static  Stringmodule
    
protected  StringpartyId
    
protected  ListprimaryFields
    
protected  booleanprimaryFieldsLoaded
    
protected  StringqueryId
    
protected  QueryInfoqueryInfo
    
protected  ListrelatedFields
    
protected  booleanrelatedFieldsLoaded
    
protected  ListreportCriteria
    
protected  ListreportFields
    
protected  ListreportOrderBy
    

Constructor Summary
public  UIList(GenericDelegator delegator_)
    
public  UIList(String listId_, GenericDelegator delegator_)
    

Method Summary
public static  booleandeleteList(String listId, GenericDelegator delegator)
    
public  GenericDelegatorgetDelegator()
    
public  StringgetDetailSectionId()
    
public  StringgetListId()
    
public  ListgetListItems(UserInfo userInfo, int maxRows)
    
public  StringgetListName()
    
public  StringgetListSectionId()
    
public  StringgetListType()
    
public static  ListgetLists(String companyId, String partyId, GenericDelegator delegator)
    
public static  ListgetLists(String sectionId, String companyId, String partyId, GenericDelegator delegator)
    
public  StringgetPartyId()
    
public  StringgetPrimaryEntityName()
    
public  ListgetPrimaryFields()
    
public  StringgetQueryId()
    
public  ListgetRelatedFields()
    
public  ListgetReportCriteria()
    
public  ListgetReportFields()
    
public  ListgetReportOrderBy()
    
public  ListgetSelectFieldLabels()
    
public  ListgetSelectFieldNames()
    
public  StringgetSelectListAvailableOptions()
    
protected  ListgetStringListfromGVL(List gvl, String fieldName)
    
public  voidloadList(String listId_)
    
public  ListloadPrimarySectionFields()
    
public  booleanloadQueryInfo(HttpServletRequest request, HttpServletResponse response, UICache uiCache)
    
public  ListloadRelatedSectionQueryFields()
    
public  voidsaveList()
    
public  voidsaveReport(String partyId, String listName)
    
public  voidsetDelegator(GenericDelegator delegator_)
    
public  voidsetDetailSectionId(String detailSectionId)
    
public  voidsetListId(String string)
    
public  voidsetListName(String string)
    
public  voidsetListSectionId(String listSectionId)
    
public  voidsetListType(String listType)
    
public  voidsetPartyId(String string)
    
public  voidsetPrimaryFields(List list)
    
public  voidsetQueryId(String queryId)
    
public  voidsetRelatedFields(List list)
    
public  voidsetReportCriteria(List list)
    
public  voidsetReportFields(List list)
    
public  voidsetReportOrderBy(List list)
    
public  voidsetSelectFieldLabels(List list)
    
public  voidsetSelectFieldNames(List list)
    

Field Detail
delegator
protected GenericDelegator delegator(Code)



detailSectionId
protected String detailSectionId(Code)



eventProcessor
protected GenericEventProcessor eventProcessor(Code)



listId
protected String listId(Code)



listName
protected String listName(Code)



listSectionId
protected String listSectionId(Code)



listType
protected String listType(Code)



module
final public static String module(Code)



partyId
protected String partyId(Code)



primaryFields
protected List primaryFields(Code)



primaryFieldsLoaded
protected boolean primaryFieldsLoaded(Code)



queryId
protected String queryId(Code)



queryInfo
protected QueryInfo queryInfo(Code)



relatedFields
protected List relatedFields(Code)



relatedFieldsLoaded
protected boolean relatedFieldsLoaded(Code)



reportCriteria
protected List reportCriteria(Code)



reportFields
protected List reportFields(Code)



reportOrderBy
protected List reportOrderBy(Code)




Constructor Detail
UIList
public UIList(GenericDelegator delegator_)(Code)



UIList
public UIList(String listId_, GenericDelegator delegator_)(Code)




Method Detail
deleteList
public static boolean deleteList(String listId, GenericDelegator delegator)(Code)



getDelegator
public GenericDelegator getDelegator()(Code)



getDetailSectionId
public String getDetailSectionId()(Code)
Returns the detailSectionId.



getListId
public String getListId()(Code)



getListItems
public List getListItems(UserInfo userInfo, int maxRows)(Code)



getListName
public String getListName()(Code)



getListSectionId
public String getListSectionId()(Code)
Returns the listSectionId.



getListType
public String getListType()(Code)
Returns the listType.



getLists
public static List getLists(String companyId, String partyId, GenericDelegator delegator)(Code)



getLists
public static List getLists(String sectionId, String companyId, String partyId, GenericDelegator delegator)(Code)



getPartyId
public String getPartyId()(Code)



getPrimaryEntityName
public String getPrimaryEntityName()(Code)



getPrimaryFields
public List getPrimaryFields()(Code)



getQueryId
public String getQueryId()(Code)
Returns the queryId.



getRelatedFields
public List getRelatedFields()(Code)



getReportCriteria
public List getReportCriteria()(Code)



getReportFields
public List getReportFields()(Code)



getReportOrderBy
public List getReportOrderBy()(Code)



getSelectFieldLabels
public List getSelectFieldLabels()(Code)



getSelectFieldNames
public List getSelectFieldNames()(Code)



getSelectListAvailableOptions
public String getSelectListAvailableOptions()(Code)



getStringListfromGVL
protected List getStringListfromGVL(List gvl, String fieldName)(Code)



loadList
public void loadList(String listId_)(Code)



loadPrimarySectionFields
public List loadPrimarySectionFields()(Code)



loadQueryInfo
public boolean loadQueryInfo(HttpServletRequest request, HttpServletResponse response, UICache uiCache)(Code)



loadRelatedSectionQueryFields
public List loadRelatedSectionQueryFields()(Code)



saveList
public void saveList()(Code)



saveReport
public void saveReport(String partyId, String listName)(Code)



setDelegator
public void setDelegator(GenericDelegator delegator_)(Code)



setDetailSectionId
public void setDetailSectionId(String detailSectionId)(Code)

Parameters:
  detailSectionId - The detailSectionId to set.



setListId
public void setListId(String string)(Code)

Parameters:
  string -



setListName
public void setListName(String string)(Code)

Parameters:
  string -



setListSectionId
public void setListSectionId(String listSectionId)(Code)

Parameters:
  listSectionId - The listSectionId to set.



setListType
public void setListType(String listType)(Code)

Parameters:
  listType - The listType to set.



setPartyId
public void setPartyId(String string)(Code)

Parameters:
  string -



setPrimaryFields
public void setPrimaryFields(List list)(Code)

Parameters:
  list -



setQueryId
public void setQueryId(String queryId)(Code)

Parameters:
  queryId - The queryId to set.



setRelatedFields
public void setRelatedFields(List list)(Code)

Parameters:
  list -



setReportCriteria
public void setReportCriteria(List list)(Code)

Parameters:
  list -



setReportFields
public void setReportFields(List list)(Code)

Parameters:
  list -



setReportOrderBy
public void setReportOrderBy(List list)(Code)

Parameters:
  list -



setSelectFieldLabels
public void setSelectFieldLabels(List list)(Code)

Parameters:
  list -



setSelectFieldNames
public void setSelectFieldNames(List list)(Code)

Parameters:
  list -



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.