Mon. Apr 25th, 2022

Oracle ADF

Index of Oracle ADF

Entity Object

  1. Set Default Values in the Entity Object for every CreateInsert in Oracle ADF

View Object, View Criteria

  1. Filter ViewObject Data using getFilteredRows method in Oracle ADF
  2. Filter ViewObject Data using RowQualifier in Oracle ADF
  3. Programmatically Define, Set, Get and Remove Named Bind Variable from a ViewObject in Oracle ADF
  4. Programmatically Create and Execute ViewCriteria in Oracle ADF
  5. Create Cascading List of Values in Oracle ADF
  6. Programmatically Handle ViewCriteria using ApplicationModuleImpl class and Managed Bean in Oracle ADF

Application Module

  1. Get object of ApplicationModule in Managed Bean in Oracle ADF
  2. Call PL/SQL Stored Function in Oracle ADF
  3. Call PL/SQL Procedure with IN and OUT Parameters in Oracle ADF
  4. Execute SQL Query inside ApplicationModuleImpl in Oracle ADF

Groovy Expression

  1. Groovy Expression to refer Attributes of the same View Object in Oracle ADF
  2. Groovy Expression to refer Attributes of the other View Object in Oracle ADF
  3. Groovy Expression to call a method of the Application Module in Oracle ADF
  4. Groovy Expression to calcullate Total Sum of a Column in Oracle ADF

Export and Import, Upload and Download

  1. Import Data From XLS and XLSX file in Oracle ADF
  2. Export ViewObject Data to Excel File Using Apache POI in Oracle ADF
  3. Download File from URL using Java Download Manager in Oracle ADF
  4. Export ViewObject Data in Text file using af:fileDownloadActionListener in Oracle ADF
  5. Uploading and Downloading Files from Absolute Server Path in Oracle ADF
  6. Upload and Display Image File From Absolute Server Path in Oracle ADF

ADF Skinning

  1. How to Add ADF Skin in Oracle ADF application?
  2. Change the Look and Feel of the FacesMessage Dialog using ADF Skin in Oracle ADF
  3. Hide Icon and Title of the FacesMessage Dialog using ADF Skin in Oracle ADF
  4. Switch ADF Skin at run time using trinidad-config.xml in Oracle ADF
  5. Skinning ADF Dialog box inside Popup component in Oracle ADF
  6. Highlight Holidays in the af:inputDate component in Oracle ADF
  7. Change Style of the af:inputFile Component using Skin in Oracle ADF

Usage of JavaScript in Oracle ADF

  1. Disable Keyboard Input in InputDate Component using JavaScript in Oracle ADF
  2. Default InputDate Component value on Focus using JavaScript in Oracle ADF
  3. Open inputListOfValues on double click of the inputListOfValues using JavaScript in Oracle ADF
  4. Launching Browser Print Page Dialog using JavaScript in Oracle ADF
  5. Set ADF Faces Component Properties using JavaScript in Oracle ADF
  6. Show FacesMessage using JavaScript in Oracle ADF
  7. Invoke JavaScript on button click in Oracle ADF
  8. Convert inputText value to upperCase, lowerCase, and initCap using JavaScript in Oracle ADF

WebServices in Oracle ADF

  1. Create POJO based JAX-WS with Oracle JDeveloper
  2. Populate data in ADF Table using Web Service Data Control

ADF Security and MDS

  1. Implement Security in Oracle ADF
  2. Implement Metadata Services – User Customization in Oracle ADF

Deployment of ADF Applications

  1. Create JDBC Connection to Oracle XE Database using JDeveloper IDE in Oracle ADF
  2. Create a JDBC Generic Data Source in Oracle WebLogic Server
  3. Deploy Oracle ADF Fusion Web Application in Oracle WebLogic Server

ADF Controller (Task Flow)

  1. Regions in Oracle ADF
  2. Dynamic Regions in Oracle ADF
  3. Router Activity in Oracle ADF Task Flow
  4. Use Method Call Activity and Task Flow Return Activity to redirect to the Task Flows in Oracle ADF

ADF Tables

  1. Pass value from table to popup in Oracle ADF
  2. Add Serial Number Column to the Table in Oracle ADF
  3. Clear Table Filter Value Declaratively using rowHeader property in Oracle ADF
  4. Case Sensitive Search in Table filter using FilterFeatures in Oracle ADF
  5. Click EmployeeId Link in Table to open a Popup with the corresponding Employee details in Oracle ADF

Dialog and Popup

  1. Programmatically show popup in Oracle ADF
  2. Changing the Default Text of the Dialog buttons in Oracle ADF
  3. Show Inline Popup with NoteWindow in Oracle ADF
  4. Create components inside a popup at runtime on click of a button in Oracle ADF
  5. Auto dismiss popup component using autoDismissalTimeout in Oracle ADF
  6. Auto dismiss popup component with dialog in Oracle ADF
  7. Programmatically change outputText value inside Popup based on button clicked in Oracle ADF

Internationalization and Localization

  1. Implement Internationalization and Localization in Oracle ADF
  2. InputDate and ChooseDate components not responding for Java un-supported locale in Oracle ADF

FacesMessage

  1. Programmatically show FacesMessage in Oracle ADF
  2. Show Multiline FacesMessage in Oracle ADF
  3. Show Inline Message in Oracle ADF

Errors, ADF Settings

  1. Error: Compilation aborted by user in JDeveloper
  2. Oracle JDeveloper keyboard Shortcuts
  3. Increase memory of the WebLogic Server in Oracle ADF
  4. Proactively Monitoring the Heap Memory in JDeveloper IDE

Validations

  1. Attribute Value Validation using Compare in the Oracle ADF
  2. Attribute Value Validation using Script Expression in Oracle ADF
  3. Validation at the Entity Object Level in Oracle ADF
  4. Email Validation using Custom Validator in Managed Bean in Oracle ADF
  5. Client-Side Email Validation using Regular Expression in Oracle ADF
  6. Custom Validator in Oracle ADF
  7. Customized Validation Message in Oracle ADF
  8. Phone Number Validation using Regular Expression in Oracle ADF
  9. Conditional Execution of the Entity-Level Validation in Oracle ADF
  10. Duplicate Record Validation Using Entity-Level Business Rules in Oracle ADF
  11. Duplicate Record Validation Using Custom Java Method in Oracle ADF
  12. Apply Validator to the Programmatically created ADF Faces components

Drag and Drop Functionality

  1. Drag and drop value from one output component to other output component in Oracle ADF
  2. Create and Delete components by Drag and Drop features in Oracle ADF

Convertors

  1. Change af:convertNumber Format according to Locale in Oracle ADF

Various Types of Listeners

  1. Call ActionListener on the Dynamically created component at runtime in Oracle ADF

Solution through Java Codes

  1. Programmatically implement Custom Search Form in Oracle ADF
  2. Programmatically call CreateInsert method in Oracle ADF
  3. Programmatically Populate Values in a selectOneChoice component in Oracle ADF
  4. Programmatically Add Record to Database in Oracle ADF
  5. Programmatically Add Record from Dialog in Oracle ADF
  6. Programmatically Update Record in Oracle ADF
  7. Programmatically Delete Record in Oracle ADF
  8. Programmatically Delete Multiple Selected Records in Oracle ADF
  9. Programmatically create ADF Faces Components at runtime in Oracle ADF
  10. Programmatically get different UI Components details in Oracle ADF
  11. Refresh component programmatically in Oracle ADF
  12. Programmatically Refresh Page in Oracle ADF
  13. Programmatically change the image sources at runtime in Oracle ADF
  14. Get selected value of a selectOneChoice component in bean in Oracle ADF
  15. Get values from resource Bundle in bean then set the values in UI Components in Oracle ADF
  16. Get component ID in Managed Bean based on the component clicked in Oracle ADF
  17. Refresh page automatically using Poll Event to show current datetime in Oracle ADF
  18. Display value from the Managed Bean into the User Interface in Oracle ADF
  19. Programmatically disable selectItem in selectOneChoice based on conditions in Oracle ADF
  20. Get Selected Values from a Shuttle Component in Oracle ADF
  21. Clear Selected Values from a Shuttle Component in Oracle ADF
  22. Execute SQL Query inside Managed Bean in Oracle ADF
  23. Execute SQL Query inside ApplicationModuleImpl in Oracle ADF
  24. Programmatically Invoke Button Action using Queue in Oracle ADF
  25. Bean Data Control in Oracle ADF
  26. Detect Browser and Platform Details, Server and Client IP Details in Oracle ADF

Transaction Management

  1. Uncommitted Data Warning on page Navigation in Oracle ADF

Solutions using External JAR Files

  1. Generate PDF File using Apache PDFBox Library in Oracle ADF

ADF Faces Components

  1. Use Switcher to Dynamically Render Page Component in Oracle ADF
  2. Convert inputText value to upperCase, lowerCase, and capitalize by setting contentStyle of the inputText component in Oracle ADF
  3. Convert inputText value to upperCase, lowerCase, and initCap using JavaScript in Oracle ADF
  4. Using f:attribute to pass parameter in the actionEvent in Oracle ADF
  5. Implement AutoSuggest behavior in the List of Value Components in Oracle ADF

If you like the topics please comment, share, and do join me on Facebook. Please subscribe to my YouTube Channel for video tutorials.

Thanks & Regards,
Susanto Paul

 3,190 total views,  9 views today

satta king chart