| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Period in com.silverpeas.comment.dao | 
|---|
| Methods in com.silverpeas.comment.dao with parameters of type Period | |
|---|---|
|  List<SocialInformationComment> | CommentDAO.getSocialInformationCommentsListByUserId(List<String> resourceTypes,
                                         String userId,
                                         Period period)Get the list of SocialInformationComment added by userId in a period | 
|  List<SocialInformationComment> | CommentDAO.getSocialInformationCommentsListOfMyContacts(List<String> resourceTypes,
                                             List<String> myContactsIds,
                                             List<String> instanceIds,
                                             Period period)Gets the list of SocialInformationComment added by myContactsIds in a period | 
| Uses of Period in com.silverpeas.comment.dao.jdbc | 
|---|
| Methods in com.silverpeas.comment.dao.jdbc with parameters of type Period | |
|---|---|
|  List<SocialInformationComment> | JDBCCommentRequester.getSocialInformationComments(Connection con,
                             List<String> resourceTypes,
                             List<String> userAuthorIds,
                             List<String> instanceIds,
                             Period period) | 
|  List<SocialInformationComment> | JDBCCommentDAO.getSocialInformationCommentsListByUserId(List<String> resourceTypes,
                                         String userId,
                                         Period period) | 
|  List<SocialInformationComment> | JDBCCommentDAO.getSocialInformationCommentsListOfMyContacts(List<String> resourceTypes,
                                             List<String> myContactsIds,
                                             List<String> instanceIds,
                                             Period period) | 
| Uses of Period in com.silverpeas.comment.service | 
|---|
| Methods in com.silverpeas.comment.service with parameters of type Period | |
|---|---|
|  List<SocialInformationComment> | DefaultCommentService.getSocialInformationCommentsListByUserId(List<String> resourceTypes,
                                         String userId,
                                         Period period)Get the list of SocialInformationComment added by userId in a period | 
|  List<SocialInformationComment> | CommentService.getSocialInformationCommentsListByUserId(List<String> listResourceType,
                                         String userId,
                                         Period period) | 
|  List<SocialInformationComment> | DefaultCommentService.getSocialInformationCommentsListOfMyContacts(List<String> resourceTypes,
                                             List<String> myContactsIds,
                                             List<String> instanceIds,
                                             Period period)Gets the list of SocialInformationComment added by myContactsIds in a period | 
|  List<SocialInformationComment> | CommentService.getSocialInformationCommentsListOfMyContacts(List<String> listResourceType,
                                             List<String> myContactsIds,
                                             List<String> listInstanceId,
                                             Period period) | 
| Uses of Period in com.stratelia.webactiv.util.publication.model | 
|---|
| Methods in com.stratelia.webactiv.util.publication.model that return Period | |
|---|---|
|  Period | PublicationDetail.getVisibilityPeriod() | 
| Methods in com.stratelia.webactiv.util.publication.model with parameters of type Period | |
|---|---|
|  void | PublicationDetail.setVisibilityPeriod(Period period) | 
| Constructors in com.stratelia.webactiv.util.publication.model with parameters of type Period | |
|---|---|
| PublicationDetail(String name,
                  String description,
                  Period visibilityPeriod,
                  String creatorId,
                  String componentId) | |
| Uses of Period in org.silverpeas.calendar | 
|---|
| Methods in org.silverpeas.calendar with parameters of type Period | |
|---|---|
| static CalendarPeriod | CalendarPeriod.from(Period period,
     String locale) | 
| 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 | DayPeriodUser: Yohann Chastagnier Date: 21/04/13 | 
|  class | MonthPeriodUser: Yohann Chastagnier Date: 21/04/13 | 
|  class | WeekPeriodUser: Yohann Chastagnier Date: 21/04/13 | 
|  class | YearPeriodUser: 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 UNDEFINEDotherwise. | 
|  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 UNDEFINEDotherwise. | 
|  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) | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||