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...