|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.stratelia.webactiv.calendar.backbone.TodoBackboneAccess
public class TodoBackboneAccess
| Constructor Summary | |
|---|---|
TodoBackboneAccess()
|
|
| Method Summary | |
|---|---|
String |
addEntry(TodoDetail todo)
|
String |
addEntry(TodoDetail todo,
boolean notifyAttendees,
String txtTitle,
String txtMessage)
|
Vector<TodoDetail> |
getEntriesFromExternal(String spaceId,
String componentId,
String externalId)
|
TodoDetail |
getEntry(String id)
|
void |
removeAttendeeToEntryFromExternal(String componentId,
String externalId,
String userId)
|
void |
removeEntriesByInstanceId(String instanceId)
|
void |
removeEntriesFromExternal(String spaceId,
String componentId,
String externalId)
|
void |
removeEntry(String id)
|
void |
updateEntry(TodoDetail todo)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TodoBackboneAccess()
| Method Detail |
|---|
public String addEntry(TodoDetail todo)
public String addEntry(TodoDetail todo,
boolean notifyAttendees,
String txtTitle,
String txtMessage)
public void updateEntry(TodoDetail todo)
public TodoDetail getEntry(String id)
public Vector<TodoDetail> getEntriesFromExternal(String spaceId,
String componentId,
String externalId)
public void removeEntry(String id)
public void removeEntriesFromExternal(String spaceId,
String componentId,
String externalId)
public void removeAttendeeToEntryFromExternal(String componentId,
String externalId,
String userId)
public void removeEntriesByInstanceId(String instanceId)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||