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


java.lang.Object
   com.sourcetap.sfa.event.GenericEventProcessor

All known Subclasses:   com.sourcetap.sfa.party.PartyIdentifierSelectEP,  com.sourcetap.sfa.customization.UIEntityEventProcessor,  com.sourcetap.sfa.attachment.AbstractAttachmentEP,  com.sourcetap.sfa.contact.ContactEventProcessor,  com.sourcetap.sfa.customization.UIDisplayObjectEventProcessor,  com.sourcetap.sfa.activity.ActivityEventProcessor,  com.sourcetap.sfa.code.CodeTypeEventProcessor,  com.sourcetap.sfa.lead.LeadRuleCriteriaEventProcessor,  com.sourcetap.sfa.lead.LeadQueueEventProcessor,  com.sourcetap.sfa.code.CodeEventProcessor,  com.sourcetap.sfa.lead.LeadEventProcessor,  com.sourcetap.sfa.security.EntityAccessEventProcessor,  com.sourcetap.sfa.contact.ContactRoleSelectEP,  com.sourcetap.sfa.customization.UIScreenSectionEventProcessor,  com.sourcetap.sfa.issue.IssueEventProcessor,  com.sourcetap.sfa.forecast.ForecastEventProcessor,  com.sourcetap.sfa.customization.UIScreenEventProcessor,  com.sourcetap.sfa.note.AbstractNoteEP,  com.sourcetap.sfa.account.AccountEventProcessor,  com.sourcetap.sfa.security.TeamEventProcessor,  com.sourcetap.sfa.user.UserEventProcessor,  com.sourcetap.sfa.opportunity.OpportunityEventProcessor,  com.sourcetap.sfa.lead.LeadRuleEventProcessor,  com.sourcetap.sfa.opportunity.OpportunityTeamSelectEP,
GenericEventProcessor
public class GenericEventProcessor (Code)
DOCUMENT ME!


Field Summary
final public static  intRETRIEVE_METHOD_ALL
    
final public static  intRETRIEVE_METHOD_AND
    
final public static  intRETRIEVE_METHOD_CLAUSE
    
final public static  intRETRIEVE_METHOD_LIKE
    
final public static  intRETRIEVE_METHOD_PK
    
final public static  intSTATUS_CANCEL
    
final public static  intSTATUS_CONTINUE
    
final public static  intSTATUS_ERROR
    
final public static  Stringmodule
    


Method Summary
public  voidaddOneRelationClause(GenericDelegator delegator, String relationTitle, String relatedAndFields, String relatedEntityName, String primaryEntityName, ModelEntity primaryME, boolean isOuterJoin, QueryInfo queryInfo)
     Add entity clauses for one related entity.
public  intcreate(UserInfo userInfo, List entityNameList, GenericDelegator delegator, DataMatrix dataMatrix)
    
public  intdelete(UserInfo userInfo, GenericDelegator delegator, String originatingEntityName, GenericValue entityGV)
    
public  intdeleteAllRelated(UserInfo userInfo, GenericDelegator delegator, String originatingEntityName, GenericValue entityGV)
    
public  intdeleteOneRelated(UserInfo userInfo, GenericDelegator delegator, GenericValue entityGV, String relationTitle, String relatedEntityName, String originatingEntityName, GenericEventProcessor relatedEventProcessor)
    
public  intdeleteOneRelated(UserInfo userInfo, GenericDelegator delegator, GenericValue entityGV, String relationTitle, String relatedEntityName, String originatingEntityName, GenericEventProcessor relatedEventProcessor, boolean allowRecursive)
    
protected  intdeleteOneSelect(ModelEntity primaryModelEntity, HashMap removeMap, UserInfo userInfo, GenericDelegator delegator)
    
public  ListfindOneRelated(UserInfo userInfo, GenericDelegator delegator, GenericValue entityGV, String relationTitle, String relatedEntityName)
    
public  intgetFetchSize()
    
public  booleangetHasMoreData()
    
public  intgetRowOffset()
    
public  SecurityLinkInfogetSecurityLinkInfo(UserInfo userInfo, GenericDelegator delegator)
    
public  intgetTotalRows()
    
public  intinsert(UserInfo userInfo, GenericDelegator delegator, DataMatrix dataMatrix)
    
protected  intinsertOneSelect(ModelEntity primaryModelEntity, HashMap createMap, UserInfo userInfo, GenericDelegator delegator)
    
protected  intpostCreate(UserInfo userInfo, List entityNameList, GenericDelegator delegator, DataMatrix dataMatrix)
    
protected  intpostDelete(UserInfo userInfo, GenericDelegator delegator, String originatingEntityName, GenericValue entityGV)
    
protected  intpostInsert(UserInfo userInfo, GenericDelegator delegator, DataMatrix dataMatrix)
    
protected  intpostRetrieve(UserInfo userInfo, String mainEntityName, int method, Map fields, List orderBy, QueryInfo queryInfo, List relatedSearchClauses, GenericDelegator delegator, DataMatrix dataMatrix)
    
protected  intpostShowCopy(UserInfo userInfo, GenericDelegator delegator, DataMatrix dataMatrix)
    
protected  intpostShowQuery(UserInfo userInfo, List entityNameList, GenericDelegator delegator, DataMatrix dataMatrix)
    
protected  intpostShowReport(UserInfo userInfo, GenericDelegator delegator, DataMatrix dataMatrix)
    
protected  intpostUpdate(UserInfo userInfo, GenericDelegator delegator, DataMatrix dataMatrix)
    
protected  intpostUpdateSelect(UserInfo userInfo, GenericDelegator delegator, ModelEntity primaryModelEntity, ArrayList removeKeyMapList, ArrayList createKeyMapList)
    
protected  intpreCreate(UserInfo userInfo, List entityNameList, GenericDelegator delegator, DataMatrix dataMatrix)
    
protected  intpreDelete(UserInfo userInfo, GenericDelegator delegator, String originatingEntityName, GenericValue entityGV)
    
protected  intpreInsert(UserInfo userInfo, GenericDelegator delegator, DataMatrix dataMatrix)
    
protected  intpreRetrieve(UserInfo userInfo, String mainEntityName, int method, Map fields, List orderBy, QueryInfo queryInfo, List relatedSearchClauses, GenericDelegator delegator, DataMatrix dataMatrix)
    
protected  intpreShowCopy(UserInfo userInfo, GenericDelegator delegator, DataMatrix dataMatrix)
    
protected  intpreShowQuery(UserInfo userInfo, List entityNameList, GenericDelegator delegator, DataMatrix dataMatrix)
    
protected  intpreShowReport(UserInfo userInfo, GenericDelegator delegator, DataMatrix dataMatrix)
    
protected  intpreUpdate(UserInfo userInfo, GenericDelegator delegator, DataMatrix dataMatrix)
    
protected  intpreUpdateSelect(UserInfo userInfo, GenericDelegator delegator, ModelEntity primaryModelEntity, ArrayList removeKeyMapList, ArrayList createKeyMapList)
    
public  intprocessCreate(UserInfo userInfo, List entityNameList, GenericDelegator delegator, DataMatrix dataMatrix)
    
public  intprocessCustom(UserInfo userInfo, GenericDelegator delegator, DataMatrix dataMatrix, String action)
    
public  intprocessDelete(UserInfo userInfo, GenericDelegator delegator, ModelEntity primaryModelEntity, HashMap fields)
    
public  intprocessInsert(UserInfo userInfo, GenericDelegator delegator, DataMatrix dataMatrix)
    
public  intprocessRetrieve(UserInfo userInfo, String mainEntityName, int method, Map fields, List orderBy, QueryInfo queryInfo, List relatedSearchClauses, GenericDelegator delegator, DataMatrix dataMatrix)
    
public  intprocessShowCopy(UserInfo userInfo, GenericDelegator delegator, DataMatrix dataMatrix)
    
public  intprocessShowQuery(UserInfo userInfo, List entityNameList, GenericDelegator delegator, DataMatrix dataMatrix)
    
public  intprocessShowReport(UserInfo userInfo, GenericDelegator delegator, DataMatrix dataMatrix)
    
public  intprocessUpdate(UserInfo userInfo, GenericDelegator delegator, DataMatrix dataMatrix)
    
public  intprocessUpdateSelect(UserInfo userInfo, GenericDelegator delegator, ModelEntity primaryModelEntity, ArrayList removeKeyMapList, ArrayList createKeyMapList)
    
public  intretrieve(UserInfo userInfo, String mainEntityName, int method, Map fields, List orderBy, QueryInfo queryInfo, List relatedSearchClauses, GenericDelegator delegator, DataMatrix dataMatrix)
    
protected  ListretrieveMainEntity(SecurityLinkInfo securityInfo, UserInfo userInfo, String mainEntityName, int method, Map fields, List orderBy, QueryInfo queryInfo, GenericDelegator delegator)
    
protected  GenericValueretrieveOneRelatedGV(GenericValue mainGV, UIScreenSectionEntity relatedSearchClause, Vector outGVV, UserInfo userInfo, GenericDelegator delegator)
    
public  voidsetFetchSize(int iFetchSize)
    
public  voidsetRowOffset(int iRowOffset)
    
public  intshowCopy(UserInfo userInfo, GenericDelegator delegator, DataMatrix dataMatrix)
    
public  intshowQuery(UserInfo userInfo, List entityNameList, GenericDelegator delegator, DataMatrix dataMatrix)
    
public  intshowReport(UserInfo userInfo, GenericDelegator delegator, DataMatrix dataMatrix)
    
public  intupdate(UserInfo userInfo, GenericDelegator delegator, DataMatrix dataMatrix)
    
public  intupdateSelect(UserInfo userInfo, GenericDelegator delegator, ModelEntity primaryModelEntity, ArrayList removeKeyMapList, ArrayList createKeyMapList)
    

Field Detail
RETRIEVE_METHOD_ALL
final public static int RETRIEVE_METHOD_ALL(Code)



RETRIEVE_METHOD_AND
final public static int RETRIEVE_METHOD_AND(Code)



RETRIEVE_METHOD_CLAUSE
final public static int RETRIEVE_METHOD_CLAUSE(Code)



RETRIEVE_METHOD_LIKE
final public static int RETRIEVE_METHOD_LIKE(Code)



RETRIEVE_METHOD_PK
final public static int RETRIEVE_METHOD_PK(Code)



STATUS_CANCEL
final public static int STATUS_CANCEL(Code)



STATUS_CONTINUE
final public static int STATUS_CONTINUE(Code)



STATUS_ERROR
final public static int STATUS_ERROR(Code)



module
final public static String module(Code)





Method Detail
addOneRelationClause
public void addOneRelationClause(GenericDelegator delegator, String relationTitle, String relatedAndFields, String relatedEntityName, String primaryEntityName, ModelEntity primaryME, boolean isOuterJoin, QueryInfo queryInfo) throws GenericEntityException(Code)
Add entity clauses for one related entity. This will join related tables to the query during a retrieve so query values can be entered that are in related entities.
author:
   John Nutting
Parameters:
  delegator - Reference to the OFBIZ delegator being used to connect to the data base
Parameters:
  relationTitle - Relation title
Parameters:
  relatedEntityName - Name of related entity
Parameters:
  primaryEntityName - Name of the primary entity
Parameters:
  primaryME - ModelEntity object for the primary entity
Parameters:
  queryInfo - criteria to be used in search



create
public int create(UserInfo userInfo, List entityNameList, GenericDelegator delegator, DataMatrix dataMatrix) throws GenericEntityException(Code)
DOCUMENT ME!
Parameters:
  userInfo -
Parameters:
  entityNameList -
Parameters:
  delegator -
Parameters:
  dataMatrix -
throws:
  GenericEntityException -



delete
public int delete(UserInfo userInfo, GenericDelegator delegator, String originatingEntityName, GenericValue entityGV)(Code)
DOCUMENT ME!
Parameters:
  userInfo -
Parameters:
  delegator -
Parameters:
  originatingEntityName -
Parameters:
  entityGV -



deleteAllRelated
public int deleteAllRelated(UserInfo userInfo, GenericDelegator delegator, String originatingEntityName, GenericValue entityGV)(Code)
DOCUMENT ME!
Parameters:
  userInfo -
Parameters:
  delegator -
Parameters:
  originatingEntityName -
Parameters:
  entityGV -



deleteOneRelated
public int deleteOneRelated(UserInfo userInfo, GenericDelegator delegator, GenericValue entityGV, String relationTitle, String relatedEntityName, String originatingEntityName, GenericEventProcessor relatedEventProcessor)(Code)
DOCUMENT ME!
Parameters:
  userInfo -
Parameters:
  delegator -
Parameters:
  entityGV -
Parameters:
  relationTitle -
Parameters:
  relatedEntityName -
Parameters:
  originatingEntityName -
Parameters:
  relatedEventProcessor -



deleteOneRelated
public int deleteOneRelated(UserInfo userInfo, GenericDelegator delegator, GenericValue entityGV, String relationTitle, String relatedEntityName, String originatingEntityName, GenericEventProcessor relatedEventProcessor, boolean allowRecursive)(Code)
DOCUMENT ME!
Parameters:
  userInfo -
Parameters:
  delegator -
Parameters:
  entityGV -
Parameters:
  relationTitle -
Parameters:
  relatedEntityName -
Parameters:
  originatingEntityName -
Parameters:
  relatedEventProcessor -
Parameters:
  allowRecursive -



deleteOneSelect
protected int deleteOneSelect(ModelEntity primaryModelEntity, HashMap removeMap, UserInfo userInfo, GenericDelegator delegator)(Code)
DOCUMENT ME!
Parameters:
  primaryModelEntity -
Parameters:
  removeMap -
Parameters:
  userInfo -
Parameters:
  delegator -



findOneRelated
public List findOneRelated(UserInfo userInfo, GenericDelegator delegator, GenericValue entityGV, String relationTitle, String relatedEntityName)(Code)
DOCUMENT ME!
Parameters:
  userInfo -
Parameters:
  delegator -
Parameters:
  entityGV -
Parameters:
  relationTitle -
Parameters:
  relatedEntityName -



getFetchSize
public int getFetchSize()(Code)
DOCUMENT ME!



getHasMoreData
public boolean getHasMoreData()(Code)
DOCUMENT ME!



getRowOffset
public int getRowOffset()(Code)
DOCUMENT ME!



getSecurityLinkInfo
public SecurityLinkInfo getSecurityLinkInfo(UserInfo userInfo, GenericDelegator delegator)(Code)



getTotalRows
public int getTotalRows()(Code)
DOCUMENT ME!



insert
public int insert(UserInfo userInfo, GenericDelegator delegator, DataMatrix dataMatrix) throws GenericEntityException(Code)
DOCUMENT ME!
Parameters:
  userInfo -
Parameters:
  delegator -
Parameters:
  dataMatrix -
throws:
  GenericEntityException -



insertOneSelect
protected int insertOneSelect(ModelEntity primaryModelEntity, HashMap createMap, UserInfo userInfo, GenericDelegator delegator)(Code)
DOCUMENT ME!
Parameters:
  primaryModelEntity -
Parameters:
  createMap -
Parameters:
  userInfo -
Parameters:
  delegator -



postCreate
protected int postCreate(UserInfo userInfo, List entityNameList, GenericDelegator delegator, DataMatrix dataMatrix)(Code)
DOCUMENT ME!
Parameters:
  userInfo -
Parameters:
  entityNameList -
Parameters:
  delegator -
Parameters:
  dataMatrix -



postDelete
protected int postDelete(UserInfo userInfo, GenericDelegator delegator, String originatingEntityName, GenericValue entityGV)(Code)
DOCUMENT ME!
Parameters:
  userInfo -
Parameters:
  delegator -
Parameters:
  originatingEntityName -
Parameters:
  entityGV -



postInsert
protected int postInsert(UserInfo userInfo, GenericDelegator delegator, DataMatrix dataMatrix)(Code)
DOCUMENT ME!
Parameters:
  userInfo -
Parameters:
  delegator -
Parameters:
  dataMatrix -



postRetrieve
protected int postRetrieve(UserInfo userInfo, String mainEntityName, int method, Map fields, List orderBy, QueryInfo queryInfo, List relatedSearchClauses, GenericDelegator delegator, DataMatrix dataMatrix)(Code)
DOCUMENT ME!
Parameters:
  userInfo -
Parameters:
  mainEntityName -
Parameters:
  method -
Parameters:
  fields -
Parameters:
  orderBy -
Parameters:
  queryInfo - criteria to be used in search
Parameters:
  relatedSearchClauses -
Parameters:
  delegator -
Parameters:
  dataMatrix -



postShowCopy
protected int postShowCopy(UserInfo userInfo, GenericDelegator delegator, DataMatrix dataMatrix)(Code)
DOCUMENT ME!
Parameters:
  userInfo -
Parameters:
  delegator -
Parameters:
  dataMatrix -



postShowQuery
protected int postShowQuery(UserInfo userInfo, List entityNameList, GenericDelegator delegator, DataMatrix dataMatrix)(Code)
DOCUMENT ME!
Parameters:
  userInfo -
Parameters:
  entityNameList -
Parameters:
  delegator -
Parameters:
  dataMatrix -



postShowReport
protected int postShowReport(UserInfo userInfo, GenericDelegator delegator, DataMatrix dataMatrix)(Code)
DOCUMENT ME!
Parameters:
  userInfo -
Parameters:
  delegator -
Parameters:
  dataMatrix -



postUpdate
protected int postUpdate(UserInfo userInfo, GenericDelegator delegator, DataMatrix dataMatrix)(Code)
DOCUMENT ME!
Parameters:
  userInfo -
Parameters:
  delegator -
Parameters:
  dataMatrix -



postUpdateSelect
protected int postUpdateSelect(UserInfo userInfo, GenericDelegator delegator, ModelEntity primaryModelEntity, ArrayList removeKeyMapList, ArrayList createKeyMapList)(Code)
DOCUMENT ME!
Parameters:
  userInfo -
Parameters:
  delegator -
Parameters:
  primaryModelEntity -
Parameters:
  removeKeyMapList -
Parameters:
  createKeyMapList -



preCreate
protected int preCreate(UserInfo userInfo, List entityNameList, GenericDelegator delegator, DataMatrix dataMatrix)(Code)
DOCUMENT ME!
Parameters:
  userInfo -
Parameters:
  entityNameList -
Parameters:
  delegator -
Parameters:
  dataMatrix -



preDelete
protected int preDelete(UserInfo userInfo, GenericDelegator delegator, String originatingEntityName, GenericValue entityGV)(Code)
DOCUMENT ME!
Parameters:
  userInfo -
Parameters:
  delegator -
Parameters:
  originatingEntityName -
Parameters:
  entityGV -



preInsert
protected int preInsert(UserInfo userInfo, GenericDelegator delegator, DataMatrix dataMatrix)(Code)
DOCUMENT ME!
Parameters:
  userInfo -
Parameters:
  delegator -
Parameters:
  dataMatrix -



preRetrieve
protected int preRetrieve(UserInfo userInfo, String mainEntityName, int method, Map fields, List orderBy, QueryInfo queryInfo, List relatedSearchClauses, GenericDelegator delegator, DataMatrix dataMatrix)(Code)
DOCUMENT ME!
Parameters:
  userInfo -
Parameters:
  mainEntityName -
Parameters:
  method -
Parameters:
  fields -
Parameters:
  orderBy -
Parameters:
  queryInfo - criteria to be used in search
Parameters:
  relatedSearchClauses -
Parameters:
  delegator -
Parameters:
  dataMatrix -



preShowCopy
protected int preShowCopy(UserInfo userInfo, GenericDelegator delegator, DataMatrix dataMatrix)(Code)
DOCUMENT ME!
Parameters:
  userInfo -
Parameters:
  delegator -
Parameters:
  dataMatrix -



preShowQuery
protected int preShowQuery(UserInfo userInfo, List entityNameList, GenericDelegator delegator, DataMatrix dataMatrix)(Code)
DOCUMENT ME!
Parameters:
  userInfo -
Parameters:
  entityNameList -
Parameters:
  delegator -
Parameters:
  dataMatrix -



preShowReport
protected int preShowReport(UserInfo userInfo, GenericDelegator delegator, DataMatrix dataMatrix)(Code)
DOCUMENT ME!
Parameters:
  userInfo -
Parameters:
  delegator -
Parameters:
  dataMatrix -



preUpdate
protected int preUpdate(UserInfo userInfo, GenericDelegator delegator, DataMatrix dataMatrix)(Code)
DOCUMENT ME!
Parameters:
  userInfo -
Parameters:
  delegator -
Parameters:
  dataMatrix -



preUpdateSelect
protected int preUpdateSelect(UserInfo userInfo, GenericDelegator delegator, ModelEntity primaryModelEntity, ArrayList removeKeyMapList, ArrayList createKeyMapList)(Code)
DOCUMENT ME!
Parameters:
  userInfo -
Parameters:
  delegator -
Parameters:
  primaryModelEntity -
Parameters:
  removeKeyMapList -
Parameters:
  createKeyMapList -



processCreate
public int processCreate(UserInfo userInfo, List entityNameList, GenericDelegator delegator, DataMatrix dataMatrix) throws GenericEntityException(Code)



processCustom
public int processCustom(UserInfo userInfo, GenericDelegator delegator, DataMatrix dataMatrix, String action) throws GenericEntityException(Code)



processDelete
public int processDelete(UserInfo userInfo, GenericDelegator delegator, ModelEntity primaryModelEntity, HashMap fields) throws GenericEntityException(Code)



processInsert
public int processInsert(UserInfo userInfo, GenericDelegator delegator, DataMatrix dataMatrix) throws GenericEntityException(Code)



processRetrieve
public int processRetrieve(UserInfo userInfo, String mainEntityName, int method, Map fields, List orderBy, QueryInfo queryInfo, List relatedSearchClauses, GenericDelegator delegator, DataMatrix dataMatrix) throws GenericEntityException(Code)



processShowCopy
public int processShowCopy(UserInfo userInfo, GenericDelegator delegator, DataMatrix dataMatrix) throws GenericEntityException(Code)



processShowQuery
public int processShowQuery(UserInfo userInfo, List entityNameList, GenericDelegator delegator, DataMatrix dataMatrix) throws GenericEntityException(Code)



processShowReport
public int processShowReport(UserInfo userInfo, GenericDelegator delegator, DataMatrix dataMatrix) throws GenericEntityException(Code)



processUpdate
public int processUpdate(UserInfo userInfo, GenericDelegator delegator, DataMatrix dataMatrix) throws GenericEntityException(Code)



processUpdateSelect
public int processUpdateSelect(UserInfo userInfo, GenericDelegator delegator, ModelEntity primaryModelEntity, ArrayList removeKeyMapList, ArrayList createKeyMapList) throws GenericEntityException(Code)



retrieve
public int retrieve(UserInfo userInfo, String mainEntityName, int method, Map fields, List orderBy, QueryInfo queryInfo, List relatedSearchClauses, GenericDelegator delegator, DataMatrix dataMatrix)(Code)
DOCUMENT ME!
Parameters:
  userInfo -
Parameters:
  mainEntityName -
Parameters:
  method -
Parameters:
  fields -
Parameters:
  orderBy -
Parameters:
  queryInfo - criteria to be used in search
Parameters:
  relatedSearchClauses -
Parameters:
  delegator -
Parameters:
  dataMatrix -



retrieveMainEntity
protected List retrieveMainEntity(SecurityLinkInfo securityInfo, UserInfo userInfo, String mainEntityName, int method, Map fields, List orderBy, QueryInfo queryInfo, GenericDelegator delegator)(Code)
DOCUMENT ME!
Parameters:
  securityInfo -
Parameters:
  userInfo -
Parameters:
  mainEntityName -
Parameters:
  method -
Parameters:
  fields -
Parameters:
  orderBy -
Parameters:
  queryInfo - criteria to be used in search
Parameters:
  delegator -



retrieveOneRelatedGV
protected GenericValue retrieveOneRelatedGV(GenericValue mainGV, UIScreenSectionEntity relatedSearchClause, Vector outGVV, UserInfo userInfo, GenericDelegator delegator)(Code)
DOCUMENT ME!
Parameters:
  mainGV -
Parameters:
  relatedSearchClause -
Parameters:
  outGVV -
Parameters:
  userInfo -
Parameters:
  delegator -



setFetchSize
public void setFetchSize(int iFetchSize)(Code)
DOCUMENT ME!
Parameters:
  iFetchSize -



setRowOffset
public void setRowOffset(int iRowOffset)(Code)
DOCUMENT ME!
Parameters:
  iRowOffset -



showCopy
public int showCopy(UserInfo userInfo, GenericDelegator delegator, DataMatrix dataMatrix) throws GenericEntityException(Code)
DOCUMENT ME!
Parameters:
  userInfo -
Parameters:
  delegator -
Parameters:
  dataMatrix -
throws:
  GenericEntityException -



showQuery
public int showQuery(UserInfo userInfo, List entityNameList, GenericDelegator delegator, DataMatrix dataMatrix) throws GenericEntityException(Code)
DOCUMENT ME!
Parameters:
  userInfo -
Parameters:
  entityNameList -
Parameters:
  delegator -
Parameters:
  dataMatrix -
throws:
  GenericEntityException -



showReport
public int showReport(UserInfo userInfo, GenericDelegator delegator, DataMatrix dataMatrix) throws GenericEntityException(Code)
DOCUMENT ME!
Parameters:
  userInfo -
Parameters:
  delegator -
Parameters:
  dataMatrix -
throws:
  GenericEntityException -



update
public int update(UserInfo userInfo, GenericDelegator delegator, DataMatrix dataMatrix) throws GenericEntityException(Code)
DOCUMENT ME!
Parameters:
  userInfo -
Parameters:
  delegator -
Parameters:
  dataMatrix -
throws:
  GenericEntityException -



updateSelect
public int updateSelect(UserInfo userInfo, GenericDelegator delegator, ModelEntity primaryModelEntity, ArrayList removeKeyMapList, ArrayList createKeyMapList) throws GenericEntityException(Code)
DOCUMENT ME!
Parameters:
  userInfo -
Parameters:
  delegator -
Parameters:
  primaryModelEntity -
Parameters:
  removeKeyMapList -
Parameters:
  createKeyMapList -
throws:
  GenericEntityException -



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.