|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ofbiz.webslinger.EntityTransactionUtil
public class EntityTransactionUtil
Constructor Summary | |
---|---|
EntityTransactionUtil()
|
Method Summary | ||
---|---|---|
static
|
doNewTransaction(java.lang.String ifErrorMessage,
java.util.concurrent.Callable<V> callable)
|
|
static
|
doTransaction(java.lang.String ifErrorMessage,
java.util.concurrent.Callable<V> callable)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EntityTransactionUtil()
Method Detail |
---|
public static <V> V doNewTransaction(java.lang.String ifErrorMessage, java.util.concurrent.Callable<V> callable) throws java.lang.Throwable
java.lang.Throwable
public static <V> V doTransaction(java.lang.String ifErrorMessage, java.util.concurrent.Callable<V> callable) throws java.lang.Throwable
java.lang.Throwable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |