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


org.kuali.core.service.MaintenanceDocumentDictionaryService

All known Subclasses:   org.kuali.core.service.impl.MaintenanceDocumentDictionaryServiceImpl,
MaintenanceDocumentDictionaryService
public interface MaintenanceDocumentDictionaryService (Code)
This interface defines methods that a MaintenanceDocumentDictionary Service must provide. Defines the API for the interacting with Document-related entries in the data dictionary.




Method Summary
public  BooleangetAllowsCopy(MaintenanceDocument document)
     Returns whether or not this document's data dictionary file has flagged it to allow document copies.
public  BooleangetAllowsNewOrCopy(String docTypeName)
     Returns whether or not this document's data dictionary file has flagged it to allow maintenance new or copy actions.
public  CollectiongetApplyApcRules(Class businessObjectClass)
    
public  CollectiongetApplyApcRules(String docTypeName)
    
public  ClassgetBusinessObjectClass(String docTypeName)
     The instance of the business object class associated with this document type name.
public  ClassgetBusinessRulesClass(MaintenanceDocument document)
    
public  ClassgetCollectionBusinessObjectClass(String docTypeName, String collectionName)
     Returns the business object used to store the values for the given collection.
public  StringgetCollectionFieldDefaultValue(String docTypeName, String collectionName, String fieldName)
     This method returns the defaultValue as it would appear in the UI on a maintenance document for a collection. If both a defaultValue and a defaultValueFinderClass is present in the MaintainableFieldDefinition instance, then the defaultValue will be preferentially returned.
public  CollectiongetDefaultExistenceChecks(Class businessObjectClass)
     The collection of ReferenceDefinition objects defined as DefaultExistenceChecks for the MaintenanceDocument.
public  CollectiongetDefaultExistenceChecks(String docTypeName)
     The collection of ReferenceDefinition objects defined as DefaultExistenceChecks for the MaintenanceDocument.
public  StringgetDocumentTypeName(Class businessObjectClass)
     The document type name for a class instance.
public  StringgetFieldDefaultValue(Class boClass, String fieldName)
     This method returns the defaultValue as it would appear in the UI on a maintenance document. If both a defaultValue and a defaultValueFinderClass is present in the MaintainableFieldDefinition instance, then the defaultValue will be preferentially returned.
public  StringgetFieldDefaultValue(String docTypeName, String fieldName)
     This method returns the defaultValue as it would appear in the UI on a maintenance document. If both a defaultValue and a defaultValueFinderClass is present in the MaintainableFieldDefinition instance, then the defaultValue will be preferentially returned.
public  ListgetLockingKeys(String docTypeName)
    
public  ClassgetMaintainableClass(String docTypeName)
     Retrieves an instance of the class that represents the maintenance document.
public  MaintainableCollectionDefinitiongetMaintainableCollection(String docTypeName, String collectionName)
     Returns the definition for the maintainable collection identified by "collectionName".
public  List<MaintainableCollectionDefinition>getMaintainableCollections(String docTypeName)
     Gets a list of all top-level maintainable collections on the document.
public  List<MaintainableCollectionDefinition>getMaintainableCollections(MaintainableCollectionDefinition parentCollection)
    
public  MaintainableFieldDefinitiongetMaintainableField(String docTypeName, String fieldName)
     Returns the definition for the maintainable field identified by "fieldName".
public  MaintainableItemDefinitiongetMaintainableItem(String docTypeName, String itemName)
     Returns the definition for the maintainable item identified by "itemName".
public  List<MaintainableSectionDefinition>getMaintainableSections(String docTypeName)
     A List of maintainable section object instances corresponding to the document type name.
public  StringgetMaintenanceDescription(String docTypeName)
     Retrieves the description of the maintenance document.
public  MaintenanceDocumentEntrygetMaintenanceDocumentEntry(String docTypeName)
    
public  StringgetMaintenanceLabel(String docTypeName)
     Retrieves the label for a maintenance document.
public  voidvalidateMaintainableCollectionsAddLineRequiredFields(MaintenanceDocument document, PersistableBusinessObject businessObject, String collectionName)
    
public  voidvalidateMaintainableCollectionsForDuplicateEntries(MaintenanceDocument document)
    
public  voidvalidateMaintenanceRequiredFields(MaintenanceDocument document)
     Validates the maintenance document contains values for the fields declared as required in the maintenance document data dictionary file.



Method Detail
getAllowsCopy
public Boolean getAllowsCopy(MaintenanceDocument document)(Code)
Returns whether or not this document's data dictionary file has flagged it to allow document copies.
Parameters:
  document - True if copies are allowed, false otherwise.



getAllowsNewOrCopy
public Boolean getAllowsNewOrCopy(String docTypeName)(Code)
Returns whether or not this document's data dictionary file has flagged it to allow maintenance new or copy actions.
Parameters:
  document - True if new or copy maintenance actions are allowed



getApplyApcRules
public Collection getApplyApcRules(Class businessObjectClass)(Code)
The collection of apcRuleDefinition objects defined as applyApcRules for the MaintenanceDocument
Parameters:
  businessObjectClass - A collection of ApcRuleDefinitions



getApplyApcRules
public Collection getApplyApcRules(String docTypeName)(Code)
The collection of apcRuleDefinition objects defined as applyApcRules for the MaintenanceDocument
Parameters:
  docTypeName - A collection of ApcRuleDefinitions



getBusinessObjectClass
public Class getBusinessObjectClass(String docTypeName)(Code)
The instance of the business object class associated with this document type name.
Parameters:
  docTypeName - The class instance corresponding to the document type name.



getBusinessRulesClass
public Class getBusinessRulesClass(MaintenanceDocument document)(Code)

Parameters:
  document - businessRulesClass associated with the given document's type



getCollectionBusinessObjectClass
public Class getCollectionBusinessObjectClass(String docTypeName, String collectionName)(Code)
Returns the business object used to store the values for the given collection.
Parameters:
  docTypeName -
Parameters:
  collectionName -



getCollectionFieldDefaultValue
public String getCollectionFieldDefaultValue(String docTypeName, String collectionName, String fieldName)(Code)
This method returns the defaultValue as it would appear in the UI on a maintenance document for a collection. If both a defaultValue and a defaultValueFinderClass is present in the MaintainableFieldDefinition instance, then the defaultValue will be preferentially returned. If only one is present, then that will be returned. Note that if a defaultValueFinderClass value is present, then this method will attempt to create a new instance of the specified class. If this attempt to generate a new instance fails, the error will be suppressed, and an null result will be returned.
Parameters:
  docTypeName - - the document type name of the maintainable
Parameters:
  collectionName - - the name attribute of the collection to which the field belongs
Parameters:
  fieldName - - the fieldName of the attribute for which the default is desired the default if one is available, null otherwise



getDefaultExistenceChecks
public Collection getDefaultExistenceChecks(Class businessObjectClass)(Code)
The collection of ReferenceDefinition objects defined as DefaultExistenceChecks for the MaintenanceDocument.
Parameters:
  businessObjectClass - A Collection of ReferenceDefinitions



getDefaultExistenceChecks
public Collection getDefaultExistenceChecks(String docTypeName)(Code)
The collection of ReferenceDefinition objects defined as DefaultExistenceChecks for the MaintenanceDocument.
Parameters:
  docTypeName - A Collection of ReferenceDefinitions



getDocumentTypeName
public String getDocumentTypeName(Class businessObjectClass)(Code)
The document type name for a class instance.
Parameters:
  businessObjectClass - The document type name for the class as a String.



getFieldDefaultValue
public String getFieldDefaultValue(Class boClass, String fieldName)(Code)
This method returns the defaultValue as it would appear in the UI on a maintenance document. If both a defaultValue and a defaultValueFinderClass is present in the MaintainableFieldDefinition instance, then the defaultValue will be preferentially returned. If only one is present, then that will be returned. Note that if a defaultValueFinderClass value is present, then this method will attempt to create a new instance of the specified class. If this attempt to generate a new instance fails, the error will be suppressed, and an null result will be returned.
Parameters:
  boClass - - the class of BO being maintained
Parameters:
  fieldName - - the fieldName of the attribute for which the default is desired the default if one is available, null otherwise



getFieldDefaultValue
public String getFieldDefaultValue(String docTypeName, String fieldName)(Code)
This method returns the defaultValue as it would appear in the UI on a maintenance document. If both a defaultValue and a defaultValueFinderClass is present in the MaintainableFieldDefinition instance, then the defaultValue will be preferentially returned. If only one is present, then that will be returned. Note that if a defaultValueFinderClass value is present, then this method will attempt to create a new instance of the specified class. If this attempt to generate a new instance fails, the error will be suppressed, and an null result will be returned.
Parameters:
  docTypeName - - the document type name of the maintainable
Parameters:
  fieldName - - the fieldName of the attribute for which the default is desired the default if one is available, null otherwise



getLockingKeys
public List getLockingKeys(String docTypeName)(Code)
A List of field names used as locking keys
Parameters:
  docTypeName - A List of strings



getMaintainableClass
public Class getMaintainableClass(String docTypeName)(Code)
Retrieves an instance of the class that represents the maintenance document. This is done by
Parameters:
  docTypeName - A class instance.



getMaintainableCollection
public MaintainableCollectionDefinition getMaintainableCollection(String docTypeName, String collectionName)(Code)
Returns the definition for the maintainable collection identified by "collectionName".
Parameters:
  docTypeName -
Parameters:
  collectionName - The collection or null if the item does not exist or is not a collection.



getMaintainableCollections
public List<MaintainableCollectionDefinition> getMaintainableCollections(String docTypeName)(Code)
Gets a list of all top-level maintainable collections on the document.
Parameters:
  docTypeName -



getMaintainableCollections
public List<MaintainableCollectionDefinition> getMaintainableCollections(MaintainableCollectionDefinition parentCollection)(Code)
Returns a list of all collections within the given collection
Parameters:
  parentCollection -



getMaintainableField
public MaintainableFieldDefinition getMaintainableField(String docTypeName, String fieldName)(Code)
Returns the definition for the maintainable field identified by "fieldName".
Parameters:
  docTypeName -
Parameters:
  fieldName - The field or null if the item does not exist or is not a field.



getMaintainableItem
public MaintainableItemDefinition getMaintainableItem(String docTypeName, String itemName)(Code)
Returns the definition for the maintainable item identified by "itemName".
Parameters:
  docTypeName -
Parameters:
  itemName - The item or null if the item does not exist.



getMaintainableSections
public List<MaintainableSectionDefinition> getMaintainableSections(String docTypeName)(Code)
A List of maintainable section object instances corresponding to the document type name.
Parameters:
  docTypeName - A List of maintable section objects.



getMaintenanceDescription
public String getMaintenanceDescription(String docTypeName)(Code)
Retrieves the description of the maintenance document.
Parameters:
  docTypeName - The description as a String.



getMaintenanceDocumentEntry
public MaintenanceDocumentEntry getMaintenanceDocumentEntry(String docTypeName)(Code)



getMaintenanceLabel
public String getMaintenanceLabel(String docTypeName)(Code)
Retrieves the label for a maintenance document.
Parameters:
  docTypeName - The label as a String.



validateMaintainableCollectionsAddLineRequiredFields
public void validateMaintainableCollectionsAddLineRequiredFields(MaintenanceDocument document, PersistableBusinessObject businessObject, String collectionName)(Code)



validateMaintainableCollectionsForDuplicateEntries
public void validateMaintainableCollectionsForDuplicateEntries(MaintenanceDocument document)(Code)
validates the collections of the maintenance document checking to see if duplicate entries in the collection exist
Parameters:
  document -



validateMaintenanceRequiredFields
public void validateMaintenanceRequiredFields(MaintenanceDocument document)(Code)
Validates the maintenance document contains values for the fields declared as required in the maintenance document data dictionary file.
Parameters:
  document -



www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.