Pages

▼
Sunday, August 21, 2016

Common tasks to increase internet speed on windows

›
Disable auto update your operating system. For windows go to "Control Panel/Windows Update" and turn off auto update. Uninstal...
Thursday, August 11, 2016

Groovy call a closure with parameters

›
Closure closureTest = { def args1 = null , def args2 = null -> /* do something you wish */ } /* Call above closure as l...
Wednesday, August 3, 2016

Grails track hibernate transaction begin, flush, commit and rollback status

›
Package: org.springframework.orm.hibernate4 Class: HibernateTransactionManager

Hibernate evict an persistent object from hibernate session

›
package com . pkm . evict_entity import grails.util.Holders import org.hibernate.SessionFactory /** * Created by pritom on 3/0...
Monday, August 1, 2016

Salesforce PDF Viewer with custom PDF page

›
1. First create a apex class with following contents: global with sharing class QuoteCustomPdfGenerator { private ApexPages . ...
Thursday, July 28, 2016

Salesforce : DML currently not allowed

›
If you write create/update/delete operation in apex controller constructor then this error would be thrown. You have to do some trick to g...
Monday, July 25, 2016

Parse JSON in Salesforce

›
public class CommonJsonParser { public cls_Parent [] parentList ; class cls_Parent { public Integer intType ...
‹
›
Home
View web version
Powered by Blogger.