Liferay 6.2-ce-ga5

com.liferay.portal.kernel.increment
Class IncrementFactory

java.lang.Object
  extended by com.liferay.portal.kernel.increment.IncrementFactory

public class IncrementFactory
extends Object


Constructor Summary
IncrementFactory()
           
 
Method Summary
static Increment createIncrement(Class<? extends Increment<?>> counterClass, Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IncrementFactory

public IncrementFactory()
Method Detail

createIncrement

public static Increment createIncrement(Class<? extends Increment<?>> counterClass,
                                        Object value)
                                 throws SystemException
Throws:
SystemException

Liferay 6.2-ce-ga5