com.silverpeas.scheduleevent.view
Class HalfDayTime

java.lang.Object
  extended by com.silverpeas.scheduleevent.view.HalfDayTime
All Implemented Interfaces:
TimeVO

public class HalfDayTime
extends Object
implements TimeVO


Constructor Summary
HalfDayTime(DateVO parent, DateOption date)
           
 
Method Summary
 void addAvailability(ContributorVO contributor, AvailableVO availability)
           
 void addContributorAvailibility(ContributorVO contributor, AvailableVO availability)
           
 boolean equals(TimeVO time)
           
 Map<ContributorVO,AvailableVO> getAvailabilities()
           
 DateVO getDate()
           
 String getHtmlClassAttribute()
           
 String getId()
           
 String getMultilangLabel()
           
 AnswerVO getPresents()
           
 AvailabilityVisitorPresenceCounter getPresentsCount()
           
 Set<Response> match(Set<Response> responses)
           
 void setPartOfDay(PartOfDay part)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HalfDayTime

public HalfDayTime(DateVO parent,
                   DateOption date)
Method Detail

setPartOfDay

public void setPartOfDay(PartOfDay part)

equals

public boolean equals(TimeVO time)
Specified by:
equals in interface TimeVO

getId

public String getId()
Specified by:
getId in interface TimeVO

getMultilangLabel

public String getMultilangLabel()
Specified by:
getMultilangLabel in interface TimeVO

getHtmlClassAttribute

public String getHtmlClassAttribute()
Specified by:
getHtmlClassAttribute in interface TimeVO

getAvailabilities

public Map<ContributorVO,AvailableVO> getAvailabilities()
Specified by:
getAvailabilities in interface TimeVO

addContributorAvailibility

public void addContributorAvailibility(ContributorVO contributor,
                                       AvailableVO availability)

match

public Set<Response> match(Set<Response> responses)
Specified by:
match in interface TimeVO

addAvailability

public void addAvailability(ContributorVO contributor,
                            AvailableVO availability)
Specified by:
addAvailability in interface TimeVO

getPresents

public AnswerVO getPresents()
Specified by:
getPresents in interface TimeVO

getPresentsCount

public AvailabilityVisitorPresenceCounter getPresentsCount()
Specified by:
getPresentsCount in interface TimeVO

getDate

public DateVO getDate()
Specified by:
getDate in interface TimeVO


Copyright © 2016 Silverpeas. All Rights Reserved.