Create Deployment Profile to WebServices In your Model project: Right click in Model and navigate to new-> From gallery Navigate to tab Deployment Profiles, choose Busi...
Executing "ExecuteWithParams" binding programmatically to a managed bean In this example, I'll show you how-to execute binding action in managedbean. Add Operation at Bindings in image bellow you can s...
Call custom method in Managed bean and get Result Add method in your page definition In backing bean write this code: BindingContainer bindings = BindingContext.getCur...
Disable Jaas Security when run Application module This article explain how to disability this screen: Follow this steps: go to adf-config.xml and change this tags to false: a...
Programatically Applying and getting View Criteria Data generate PatientAmImpl Create view Criteria generate PatientViewImpl and PatientViewRowImp Code to Ma...
ADF - Programatically create/update viewObject Instance of AM and get VO //instance of AM PatientAMImpl patientAM = (PatientAMImpl) Configuration.createRootApplicationModule(...
Encrypt Decrypt using AES private static String algorithm = "DES"; private static Key key = null; private static Cipher cipher = null; private static voi...
How to programatically add images and documents to Liferay If you want to upload pictures programatically into your image gallery, or documents to the document library you can use the following cod...