| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Uses of ApplicationExceptions in org.jaffa.beans.moulding.data | 
| Methods in org.jaffa.beans.moulding.data that throw ApplicationExceptions | |
|  void | Generic.validate() | 
| Uses of ApplicationExceptions in org.jaffa.beans.moulding.data.domain | 
| Methods in org.jaffa.beans.moulding.data.domain that throw ApplicationExceptions | |
| abstract  void | DomainDAO.validate()This is called prior to a domain DAO being used in a service. | 
| Uses of ApplicationExceptions in org.jaffa.beans.moulding.mapping | 
| Methods in org.jaffa.beans.moulding.mapping that throw ApplicationExceptions | |
|  void | MouldHandler.startBean(String path,
                   Object source,
                   Object target)Called prior to any processing of the target bean | 
|  void | MouldHandler.endBean(String path,
               Object source,
               Object target)Called after all processing has been completed on the target bean, this included its related beans | 
|  void | MouldHandler.startBeanDelete(String path,
                               Object source,
                               Object target)Called prior to deleting the target bean, only used in the deleteBean moulder | 
|  void | MouldHandler.endBeanDelete(String path,
                           Object source,
                           Object target)Called after deleting the persistent target bean, only used in the deleteBean moulder | 
|  void | MouldHandler.startBeanAdd(String path,
                         Object source,
                         Object target)Called prior to adding the persistent target bean, only used in the updateBean moulder | 
|  void | MouldHandler.endBeanAdd(String path,
                     Object source,
                     Object target)Called after adding the persistent target bean, only used in the updateBean moulder | 
|  void | MouldHandler.startBeanUpdate(String path,
                               Object source,
                               Object target)Called prior to updating the persistent target bean, only used in the updateBean moulder | 
|  void | MouldHandler.endBeanUpdate(String path,
                           Object source,
                           Object target)Called after updating the persistent target bean, only used in the updateBean moulder | 
| static void | BeanMoulder.moldFromDomain(Object source,
                             Object target)Mould data from domain object and its related objects into a new JavaBean based domain object graph, based on the defined mapping rules. | 
| static void | BeanMoulder.moldFromDomain(Object source,
                             Object target,
                             MappingFilter filter,
                             String objectPath)Mould data from domain object and its related objects into a new JavaBean based domain object graph, based on the defined mapping rules. | 
| static void | BeanMoulder.moldFromDomain(Object source,
                             Object target,
                             GraphMapping graph,
                             MappingFilter filter,
                             String objectPath,
                             boolean includeKeys)Mould data from domain object and its related objects into a new JavaBean based domain object graph, based on the defined mapping rules. | 
| static void | BeanMoulder.updateBean(String path,
                     DomainDAO source,
                     UOW uow,
                     MouldHandler handler)Take a source object and try and mold it back it its domain object | 
| static void | BeanMoulder.deleteBean(String path,
                     DomainDAO source,
                     UOW uow,
                     MouldHandler handler)Take a source object and delete it or delete is children if it has any | 
|  void | AbstractMouldHandler.endBean(String path,
               Object source,
               Object target) | 
|  void | AbstractMouldHandler.endBeanAdd(String path,
                     Object source,
                     Object target) | 
|  void | AbstractMouldHandler.endBeanDelete(String path,
                           Object source,
                           Object target) | 
|  void | AbstractMouldHandler.endBeanUpdate(String path,
                           Object source,
                           Object target) | 
|  void | AbstractMouldHandler.startBean(String path,
                   Object source,
                   Object target) | 
|  void | AbstractMouldHandler.startBeanAdd(String path,
                         Object source,
                         Object target) | 
|  void | AbstractMouldHandler.startBeanDelete(String path,
                               Object source,
                               Object target) | 
|  void | AbstractMouldHandler.startBeanUpdate(String path,
                               Object source,
                               Object target) | 
| Uses of ApplicationExceptions in org.jaffa.components.codehelper | 
| Methods in org.jaffa.components.codehelper that throw ApplicationExceptions | |
|  CodeHelperOutDto | ICodeHelper.getCodes(CodeHelperInDto input)Retrieves the Codes for the specified domainClassName passed in the input. | 
| Uses of ApplicationExceptions in org.jaffa.components.codehelper.tx | 
| Methods in org.jaffa.components.codehelper.tx that throw ApplicationExceptions | |
|  CodeHelperOutDto | CodeHelperTx.getCodes(CodeHelperInDto input)Retrieves the Codes for the specified domainClassName passed in the input. | 
| Uses of ApplicationExceptions in org.jaffa.components.finder | 
| Methods in org.jaffa.components.finder that throw ApplicationExceptions | |
|  FormKey | FinderComponent2.display()If the displayResultsScreen property has not been set or has been set to false, it will return the FormKey for the Criteria screen. | 
|  FormKey | FinderComponent2.displayCriteria()Invoked the initializeCriteriaScreen() method and then returns the FormKey for the Criteria screen. | 
|  FormKey | FinderComponent2.displayResults()Invokes the performInquiry() method and then returns the FormKey for the Results screen. | 
|  void | FinderComponent2.performInquiry()Invokes the doInquiry() method and then removes the "rows" GridModel object from the cache. | 
| protected  void | FinderComponent2.initializeCriteriaScreen()The Component should override this method to retrieve the set of codes for dropdowns in criteria screen, if any are required. | 
| protected abstract  FinderOutDto | FinderComponent2.doInquiry()The Component should provide an implementation for this method to perform the actual query to obtain the FinderOutDto. | 
| Uses of ApplicationExceptions in org.jaffa.components.maint | 
| Methods in org.jaffa.components.maint that throw ApplicationExceptions | |
|  FormKey | MaintComponent2.display()Based on the mode and input parameters, this will either delete the domain object, or initialize the screen for updates, or bring up a blank screen. | 
|  void | MaintComponent2.prevalidateCreate()This will invoke the doPrevalidateCreate() method to perform prevalidations before creating a domain object. | 
|  void | MaintComponent2.create()This will invoke the doCreate() method to create a new domain object. | 
|  void | MaintComponent2.prevalidateUpdate(boolean performDirtyReadCheck)This will invoke the doPrevalidateUpdate() method to perform prevalidations before updating a domain object. | 
|  void | MaintComponent2.update(boolean performDirtyReadCheck)This will invoke the doUpdate() method to update the domain object. | 
|  void | MaintComponent2.delete(boolean performDirtyReadCheck)This will invoke the doDelete() method to delete the domain object. | 
|  void | MaintComponent2.retrieve()This will invoke the doRetrieve() method to retrieve the domain object. | 
| protected  void | MaintComponent2.initializeData()This method is invoked by the display() method when the component is run in the CREATE_MODE. | 
| protected  void | MaintComponent2.initDropDownCodes()The Component should override this method to retrieve the set of codes for dropdowns in a screen, if any are required. | 
| protected abstract  void | MaintComponent2.doPrevalidateCreate()The Component should provide an implementation for this method to perform prevalidations before creating a domain object. | 
| protected abstract  void | MaintComponent2.doCreate()The Component should provide an implementation for this method to create a domain object. | 
| protected abstract  void | MaintComponent2.doPrevalidateUpdate(boolean performDirtyReadCheck)The Component should provide an implementation for this method to perform prevalidations before updating a domain object. | 
| protected abstract  void | MaintComponent2.doUpdate(boolean performDirtyReadCheck)The Component should provide an implementation for this method to update the domain object. | 
| protected abstract  void | MaintComponent2.doDelete(boolean performDirtyReadCheck)The Component should provide an implementation for this method to delete the domain object. | 
| protected abstract  void | MaintComponent2.doRetrieve()The Component should provide an implementation for this method to retrieve the domain object. | 
| Uses of ApplicationExceptions in org.jaffa.components.voucher | 
| Methods in org.jaffa.components.voucher that throw ApplicationExceptions | |
|  String | SimpleVoucherGenerator.generate()The client will invoke this method to generate a voucher. | 
|  String | IVoucherGenerator.generate()The client will invoke this method to generate a voucher. | 
| abstract  String | AbstractVoucherGenerator.generate()The client will invoke this method to generate a voucher. | 
| Uses of ApplicationExceptions in org.jaffa.persistence | 
| Methods in org.jaffa.persistence that throw ApplicationExceptions | |
|  void | Persistent.performForeignKeyValidations()This method ensures that the modified foreign-keys are valid. | 
| Uses of ApplicationExceptions in org.jaffa.persistence.util | 
| Methods in org.jaffa.persistence.util that throw ApplicationExceptions | |
| static void | PersistentHelper.checkMandatoryFields(IPersistent object)This will check all the mandatory fields of the persistent object. | 
| Uses of ApplicationExceptions in org.jaffa.presentation.portlet | 
| Methods in org.jaffa.presentation.portlet with parameters of type ApplicationExceptions | |
|  void | FormBase.raiseError(HttpServletRequest request,
                     String property,
                     ApplicationExceptions appExps)Record an error. | 
| Methods in org.jaffa.presentation.portlet that throw ApplicationExceptions | |
| protected  void | ActionBase.performTokenValidation(HttpServletRequest request)This merely invokes the isTokenValid() method and throws the ApplicationExceptions if the validation fails. | 
| Uses of ApplicationExceptions in org.jaffa.presentation.portlet.component | 
| Methods in org.jaffa.presentation.portlet.component that throw ApplicationExceptions | |
|  FormKey | IComponent.display()Returns a FormKey, which has the componentId & the formName to which control should be passed | 
| abstract  FormKey | Component.display()Returns a FormKey, which has the componentId & the formName to which control should be passed | 
| Uses of ApplicationExceptions in org.jaffa.presentation.portlet.session.ui | 
| Methods in org.jaffa.presentation.portlet.session.ui that throw ApplicationExceptions | |
|  FormKey | SessionExplorerComponent.viewComponent(String sessionId) | 
|  FormKey | SessionExplorerComponent.introspectComponent(String compId) | 
| Uses of ApplicationExceptions in org.jaffa.rules.examples.domain | 
| Methods in org.jaffa.rules.examples.domain that throw ApplicationExceptions | |
|  void | ValidFieldValue.performForeignKeyValidations()This method ensures that the modified foreign-keys are valid. | 
| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||