Liferay 6.2-ce-ga5

Uses of Class
com.liferay.util.cal.Duration

Packages that use Duration
com.liferay.util.cal   
 

Uses of Duration in com.liferay.util.cal
 

Fields in com.liferay.util.cal declared as Duration
protected  Duration Recurrence.duration
          Deprecated. Field duration
 

Methods in com.liferay.util.cal that return Duration
 Duration Recurrence.getDuration()
          Deprecated. Method getDuration
 

Methods in com.liferay.util.cal with parameters of type Duration
 void Recurrence.setDuration(Duration d)
          Deprecated. Method setDuration
 

Constructors in com.liferay.util.cal with parameters of type Duration
Recurrence(Calendar start, Duration dur)
          Deprecated. Constructor Recurrence
Recurrence(Calendar start, Duration dur, int freq)
          Deprecated. Constructor Recurrence
 


Liferay 6.2-ce-ga5