|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AlmanachDTO | |
---|---|
com.stratelia.webactiv.almanach.control |
Uses of AlmanachDTO in com.stratelia.webactiv.almanach.control |
---|
Methods in com.stratelia.webactiv.almanach.control that return AlmanachDTO | |
---|---|
AlmanachDTO |
AlmanachCalendarView.getAlmanach()
Gets a DTO on the almanach instance this calendar view belongs to. |
AlmanachDTO |
AlmanachDTO.setAggregated(boolean isAggregated)
Indicates whether this almanach is an aggregated one. |
AlmanachDTO |
AlmanachDTO.setColor(String color)
Sets the color with which the events of this almanach should be displayed in a calendar. |
AlmanachDTO |
AlmanachDTO.setInstanceId(String instanceId)
Sets the unique identifier of this almanach instance. |
AlmanachDTO |
AlmanachDTO.setLabel(String label)
Sets a label to this almanach. |
AlmanachDTO |
AlmanachDTO.setSpaceId(String spaceId)
Sets the workspace into which this almanach is defined. |
AlmanachDTO |
AlmanachDTO.setUrl(String url)
Sets the URL of the almanach instance. |
Methods in com.stratelia.webactiv.almanach.control that return types with arguments of type AlmanachDTO | |
---|---|
List<AlmanachDTO> |
AlmanachSessionController.getAccessibleInstances()
Gets the others almanach instances that are accessible from the current underlying almanach instance. |
List<AlmanachDTO> |
AlmanachSessionController.getAggregatedAlmanachs()
Gets the almanachs that can be aggregated with the curren t underlying one. |
Constructors in com.stratelia.webactiv.almanach.control with parameters of type AlmanachDTO | |
---|---|
AlmanachCalendarView(AlmanachDTO almanach,
Date currentDay,
org.silverpeas.calendar.CalendarViewType viewType,
String locale)
Constructs a new calendar view of the specified almanach. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |