| Modifier and Type | Method and Description |
|---|---|
List<Cooperative> |
InteractikAdminCalendarController.getCooperatives(javax.portlet.PortletRequest request,
javax.portlet.PortletResponse response)
Get cooperatives model attribute.
|
| Modifier and Type | Method and Description |
|---|---|
static Cooperative |
Cooperative.fromName(String name)
Get cooperative from name.
|
Cooperative |
InteractikCalendarOptions.getSelectedCooperative()
Getter for selectedCooperative.
|
static Cooperative |
Cooperative.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Cooperative[] |
Cooperative.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InteractikCalendarOptions.setSelectedCooperative(Cooperative selectedCooperative)
Setter for selectedCooperative.
|
| Modifier and Type | Method and Description |
|---|---|
List<Cooperative> |
InteractikCalendarData.getCooperatives()
Getter for cooperatives.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InteractikCalendarData.setCooperatives(List<Cooperative> cooperatives)
Setter for cooperatives.
|
Copyright © 2019. All rights reserved.