Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portal.kernel.increment.Increment

Packages that use Increment
com.liferay.portal.increment   
com.liferay.portal.kernel.increment   
 

Uses of Increment in com.liferay.portal.increment
 

Methods in com.liferay.portal.increment that return Increment
 Increment<T> BufferedIncreasableEntry.doIncrease(Increment<T> originalValue, Increment<T> deltaValue)
           
 

Methods in com.liferay.portal.increment with parameters of type Increment
 Increment<T> BufferedIncreasableEntry.doIncrease(Increment<T> originalValue, Increment<T> deltaValue)
           
 Increment<T> BufferedIncreasableEntry.doIncrease(Increment<T> originalValue, Increment<T> deltaValue)
           
 

Constructors in com.liferay.portal.increment with parameters of type Increment
BufferedIncreasableEntry(org.aopalliance.intercept.MethodInvocation methodInvocation, K key, Increment<T> value)
           
 

Constructor parameters in com.liferay.portal.increment with type arguments of type Increment
BufferedIncrementRunnable(BufferedIncrementConfiguration bufferedIncrementConfiguration, BatchablePipe<Serializable,Increment<?>> batchablePipe, AtomicInteger queueLengthTracker)
           
 

Uses of Increment in com.liferay.portal.kernel.increment
 

Classes in com.liferay.portal.kernel.increment that implement Increment
 class DateOverrideIncrement
           
 class IntegerOverrideIncrement
           
 class NumberIncrement
           
 class OverrideIncrement<T extends Comparable<T>>
           
 

Methods in com.liferay.portal.kernel.increment that return Increment
static Increment IncrementFactory.createIncrement(Class<? extends Increment<?>> counterClass, Object value)
           
 Increment<Number> NumberIncrement.decreaseForNew(Number delta)
           
 Increment<T> Increment.decreaseForNew(T delta)
           
 Increment<Number> NumberIncrement.increaseForNew(Number delta)
           
 Increment<T> Increment.increaseForNew(T delta)
           
 

Method parameters in com.liferay.portal.kernel.increment with type arguments of type Increment
static Increment IncrementFactory.createIncrement(Class<? extends Increment<?>> counterClass, Object value)
           
 


Liferay 6.2-ce-ga5