Uses of Class
org.silverpeas.date.Period

Packages that use Period
com.silverpeas.comment.service   
org.silverpeas.chart.period   
org.silverpeas.date   
org.silverpeas.persistence.model.jpa   
 

Uses of Period in com.silverpeas.comment.service
 

Methods in com.silverpeas.comment.service with parameters of type Period
 List<SocialInformationComment> CommentService.getSocialInformationCommentsListByUserId(List<String> listResourceType, String userId, Period period)
           
 List<SocialInformationComment> CommentService.getSocialInformationCommentsListOfMyContacts(List<String> listResourceType, List<String> myContactsIds, List<String> listInstanceId, Period period)
           
 

Uses of Period in org.silverpeas.chart.period
 

Methods in org.silverpeas.chart.period with parameters of type Period
protected  org.json.JSONObject PeriodChartItem.computeXAsJson(Period period)
           
 PeriodChartItem PeriodChart.forX(Period period)
           
 

Uses of Period in org.silverpeas.date
 

Subclasses of Period in org.silverpeas.date
 class DayPeriod
          User: Yohann Chastagnier Date: 21/04/13
 class MonthPeriod
          User: Yohann Chastagnier Date: 21/04/13
 class WeekPeriod
          User: Yohann Chastagnier Date: 21/04/13
 class YearPeriod
          User: Yohann Chastagnier Date: 21/04/13
 

Fields in org.silverpeas.date declared as Period
static Period Period.UNDEFINED
           
 

Methods in org.silverpeas.date that return Period
static Period Period.check(Period period)
          Checks if the specified period and returns the specified one if defined, or the common UNDEFINED otherwise.
 Period Period.clone()
           
static Period Period.from(Date beginDate, Date endDate)
          Initialize a period from given dates.
static Period Period.from(Date beginDate, Date endDate, TimeZone timeZone)
          Initialize a period from given dates.
static Period Period.from(Date referenceDate, PeriodType periodType)
          Initialize a period from a date and a type of period.
static Period Period.from(Date referenceDate, PeriodType periodType, String locale)
          Initialize a period from a date and a type of period.
static Period Period.from(DateTime beginDatable, DateTime endDatable)
          Initialize a period from given dates.
static Period Period.from(DateTime referenceDatable, PeriodType periodType)
          Initialize a period from a date and a type of period.
static Period Period.from(DateTime referenceDatable, PeriodType periodType, String locale)
          Initialize a period from a date and a type of period.
static Period Period.from(Date referenceDate, TimeZone timeZone, PeriodType periodType)
          Initialize a period from a date and a type of period.
static Period Period.from(Date referenceDate, TimeZone timeZone, PeriodType periodType, String locale)
          Initialize a period from a date and a type of period.
static Period Period.getPeriodWithUndefinedIfNull(Date beginDate, Date endDate)
          Initialize a period from given dates (undefined dates are taken into account for null ones).
 Period Period.inTimeZone(TimeZone timeZone)
          The time zone for a period has no meaning.
 

Methods in org.silverpeas.date with parameters of type Period
static Period Period.check(Period period)
          Checks if the specified period and returns the specified one if defined, or the common UNDEFINED otherwise.
 int Period.compareTo(Period period)
          The comparison is at first time executed on the begin dates.
 boolean Period.contains(Period period)
          Checks if the given period is included in the period.
 boolean Period.containsPartOf(Period period)
          Checks if the given period is partially included in the period.
 boolean Period.isLongerThan(Period period)
          Indicates if the period is longer than th given one.
 

Uses of Period in org.silverpeas.persistence.model.jpa
 

Methods in org.silverpeas.persistence.model.jpa that return Period
 Period AbstractPeriodDateAsLongJpaEntity.getPeriod()
           
 

Methods in org.silverpeas.persistence.model.jpa with parameters of type Period
 void AbstractPeriodDateAsLongJpaEntity.setPeriod(Period period)
           
 



Copyright © 2016 Silverpeas. All Rights Reserved.