Java Doc for ProposalMaintainableImpl.java in  » ERP-CRM-Financial » Kuali-Financial-System » org » kuali » module » cg » maintenance » 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 » Kuali Financial System » org.kuali.module.cg.maintenance 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.kuali.core.maintenance.KualiMaintainableImpl
      org.kuali.module.cg.maintenance.ProposalMaintainableImpl

ProposalMaintainableImpl
public class ProposalMaintainableImpl extends KualiMaintainableImpl (Code)
Methods for the Proposal maintenance document UI.



Constructor Summary
public  ProposalMaintainableImpl()
    
public  ProposalMaintainableImpl(Proposal proposal)
     Constructs a new ProposalMaintainableImpl from an existing Proposal .

Method Summary
public  voidaddNewLineToCollection(String collectionName)
     called for refreshing the Subcontractor on ProposalSubcontractor before adding to the ProposalSubcontractor s collection on the proposal.
public  ProposalgetProposal()
    
public  ListgetSections(Maintainable oldMaintainable)
     Allows customizing the maintenance document interface to hide research risks to unprivileged users.
public  voidprepareForSave()
    

This method is called for refreshing the Agency before a save to display the full name in case the agency number was changed by hand just before the save.

public  voidprocessAfterCopy()
     Use a new proposal number when creating a copy.
public  voidprocessAfterRetrieve()
     This method is called for refreshing the Agency before display to show the full name in case the agency number was changed by hand before any submit that causes a redisplay.
public  voidrefresh(String refreshCaller, Map fieldValues, MaintenanceDocument document)
     This method is called for refreshing the Agency and other related BOs after a lookup, to display their full name & etc without AJAX.
public  voidsetGenerateDefaultValues(boolean generateDefaultValues)
     This is a hook for initializing the BO from the maintenance framework.


Constructor Detail
ProposalMaintainableImpl
public ProposalMaintainableImpl()(Code)



ProposalMaintainableImpl
public ProposalMaintainableImpl(Proposal proposal)(Code)
Constructs a new ProposalMaintainableImpl from an existing Proposal .
Parameters:
  proposal -




Method Detail
addNewLineToCollection
public void addNewLineToCollection(String collectionName)(Code)
called for refreshing the Subcontractor on ProposalSubcontractor before adding to the ProposalSubcontractor s collection on the proposal. this is to ensure that the summary fields are shown correctly. i.e. Subcontractor name
See Also:   org.kuali.core.maintenance.KualiMaintainableImpl.addNewLineToCollection(java.lang.String)



getProposal
public Proposal getProposal()(Code)
Gets the Proposal



getSections
public List getSections(Maintainable oldMaintainable)(Code)
Allows customizing the maintenance document interface to hide research risks to unprivileged users.
Parameters:
  oldMaintainable -



prepareForSave
public void prepareForSave()(Code)

This method is called for refreshing the Agency before a save to display the full name in case the agency number was changed by hand just before the save. Also, if there is only one ProjectDirector , then this method defaults it to be primary. This method can change data, unlike the rules. It is run before the rules.

This default primary is limited to save actions (including route, etc) so that when the user adds multiple ProjectDirectors the first one added doesn't default to primary (so the user must choose).




processAfterCopy
public void processAfterCopy()(Code)
Use a new proposal number when creating a copy.



processAfterRetrieve
public void processAfterRetrieve()(Code)
This method is called for refreshing the Agency before display to show the full name in case the agency number was changed by hand before any submit that causes a redisplay.



refresh
public void refresh(String refreshCaller, Map fieldValues, MaintenanceDocument document)(Code)
This method is called for refreshing the Agency and other related BOs after a lookup, to display their full name & etc without AJAX.
Parameters:
  refreshCaller -
Parameters:
  fieldValues -
Parameters:
  document -



setGenerateDefaultValues
public void setGenerateDefaultValues(boolean generateDefaultValues)(Code)
This is a hook for initializing the BO from the maintenance framework. It initializes the ResearchRiskType s collection.
Parameters:
  generateDefaultValues - true for initialization



Fields inherited from org.kuali.core.maintenance.KualiMaintainableImpl
protected Class boClass(Code)(Java Doc)
protected PersistableBusinessObject businessObject(Code)(Java Doc)
protected String documentNumber(Code)(Java Doc)
protected boolean generateBlankRequiredValues(Code)(Java Doc)
protected boolean generateDefaultValues(Code)(Java Doc)
protected Map<String, Boolean> inactiveRecordDisplay(Code)(Java Doc)
protected String maintenanceAction(Code)(Java Doc)
protected Map<String, PersistableBusinessObject> newCollectionLines(Code)(Java Doc)

Methods inherited from org.kuali.core.maintenance.KualiMaintainableImpl
public void addMultipleValueLookupResults(MaintenanceDocument document, String collectionName, Collection<PersistableBusinessObject> rawValues)(Code)(Java Doc)
public void addNewLineToCollection(String collectionName)(Code)(Java Doc)
protected Collection<String> generateAllAffectedReferences(Class boClass, Map<String, String> fkToPkMappings, String nestedBOPrefix, String collectionPrefix)(Code)(Java Doc)
public List<MaintenanceLock> generateMaintenanceLocks()(Code)(Java Doc)
public Collection<String> getAffectedReferencesFromLookup(BusinessObject baseBO, String attributeName, String collectionPrefix)(Code)(Java Doc)
protected Collection<String> getAllRefreshableReferences(Class boClass)(Code)(Java Doc)
public Class getBoClass()(Code)(Java Doc)
public PersistableBusinessObject getBusinessObject()(Code)(Java Doc)
public List<Section> getCoreSections(Maintainable oldMaintainable)(Code)(Java Doc)
public String getDocumentTitle(MaintenanceDocument document)(Code)(Java Doc)
public List<String> getDuplicateIdentifierFieldsFromDataDictionary(String docTypeName, String collectionName)(Code)(Java Doc)
public Map<String, Boolean> getInactiveRecordDisplay()(Code)(Java Doc)
public String getMaintainableTitle()(Code)(Java Doc)
public String getMaintenanceAction()(Code)(Java Doc)
public List<String> getMultiValueIdentifierList(Collection maintCollection, List<String> duplicateIdentifierFields)(Code)(Java Doc)
public PersistableBusinessObject getNewCollectionLine(String collectionName)(Code)(Java Doc)
public List getSections(Maintainable oldMaintainable)(Code)(Java Doc)
public boolean getShowInactiveRecords(String collectionName)(Code)(Java Doc)
public void handleRouteStatusChange(DocumentHeader documentHeader)(Code)(Java Doc)
public boolean hasBusinessObjectExisted(BusinessObject bo, List<String> existingIdentifierList, List<String> duplicateIdentifierFields)(Code)(Java Doc)
public PersistableBusinessObject initNewCollectionLine(String collectionName)(Code)(Java Doc)
public boolean isBoNotesEnabled()(Code)(Java Doc)
public boolean isGenerateBlankRequiredValues()(Code)(Java Doc)
public boolean isGenerateDefaultValues()(Code)(Java Doc)
protected boolean isRelationshipRefreshable(Class boClass, String relationshipName)(Code)(Java Doc)
public Map populateBusinessObject(Map fieldValues)(Code)(Java Doc)
public Map populateNewCollectionLines(Map fieldValues)(Code)(Java Doc)
protected Map populateNewSubCollectionLines(MaintainableCollectionDefinition parentCollection, Map fieldValues)(Code)(Java Doc)
public void prepareBusinessObjectForAdditionFromMultipleValueLookup(String collectionName, BusinessObject bo)(Code)(Java Doc)
public void prepareForSave()(Code)(Java Doc)
public void processAfterAddLine(String colName, Class colClass)(Code)(Java Doc)
public void processAfterCopy()(Code)(Java Doc)
public void processAfterEdit()(Code)(Java Doc)
public void processAfterRetrieve()(Code)(Java Doc)
public void refresh(String refreshCaller, Map fieldValues, MaintenanceDocument document)(Code)(Java Doc)
protected void refreshReferences(String referencesToRefresh)(Code)(Java Doc)
public void saveBusinessObject()(Code)(Java Doc)
public void setBoClass(Class boClass)(Code)(Java Doc)
public void setBusinessObject(PersistableBusinessObject businessObject)(Code)(Java Doc)
final public void setDocumentNumber(String documentNumber)(Code)(Java Doc)
public void setGenerateBlankRequiredValues(boolean generateBlankRequiredValues)(Code)(Java Doc)
public void setGenerateDefaultValues(boolean generateDefaultValues)(Code)(Java Doc)
public void setMaintenanceAction(String maintenanceAction)(Code)(Java Doc)
public void setShowInactiveRecords(String collectionName, boolean showInactive)(Code)(Java Doc)
public void setupNewFromExisting()(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.