|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.silverpeas.calendar.CalendarViewContext
org.silverpeas.resourcesmanager.control.ReservationViewContext
public class ReservationViewContext
User: Yohann Chastagnier Date: 17/04/13
Constructor Summary | |
---|---|
ReservationViewContext(String componentInstanceId,
com.stratelia.webactiv.beans.admin.UserDetail currentUser,
String language)
Default constructor. |
Method Summary | |
---|---|
Long |
getCategoryId()
|
String |
getCategoryUrl()
Get the category URL. |
com.stratelia.webactiv.beans.admin.UserDetail |
getCurrentUser()
|
String |
getCurrentUserId()
|
ResourceManagerDataViewType |
getDataViewType()
|
String |
getReservationEventUrl()
Get the reservation event URL. |
Long |
getResourceId()
|
String |
getResourceUrl()
Get the resource URL. |
com.stratelia.webactiv.beans.admin.UserDetail |
getSelectedUser()
|
String |
getSelectedUserId()
|
boolean |
isForValidation()
|
ReservationViewContext |
resetFilters()
Reset to null all filters. |
void |
setCategoryId(Long categoryId)
|
void |
setDataViewType(ResourceManagerDataViewType dataViewType)
|
void |
setForValidation(boolean forValidation)
|
void |
setResourceId(Long resourceId)
|
void |
setSelectedUserId(String userId)
|
Methods inherited from class org.silverpeas.calendar.CalendarViewContext |
---|
getBundle, getComponentInstanceId, getFirstDayOfWeek, getFormattedReferenceDay, getPeriodLabel, getReferenceDay, getReferencePeriod, getReferencePeriodLabel, getViewType, isWithWeekend, next, previous, setReferenceDay, setViewType, setWithWeekend, today |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReservationViewContext(String componentInstanceId, com.stratelia.webactiv.beans.admin.UserDetail currentUser, String language)
componentInstanceId
- language
- Method Detail |
---|
public ReservationViewContext resetFilters()
resetFilters
in class org.silverpeas.calendar.CalendarViewContext
public ResourceManagerDataViewType getDataViewType()
public void setDataViewType(ResourceManagerDataViewType dataViewType)
public com.stratelia.webactiv.beans.admin.UserDetail getCurrentUser()
public String getCurrentUserId()
public com.stratelia.webactiv.beans.admin.UserDetail getSelectedUser()
public String getSelectedUserId()
public void setSelectedUserId(String userId)
public Long getCategoryId()
public void setCategoryId(Long categoryId)
public Long getResourceId()
public void setResourceId(Long resourceId)
public boolean isForValidation()
public void setForValidation(boolean forValidation)
public String getReservationEventUrl()
public String getCategoryUrl()
public String getResourceUrl()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |