| Modifier and Type | Method and Description | 
|---|---|
protected VTodo | 
RestoreTodolistsTaskTests.defaultValue()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<ItemValue<VTodo>> | 
CalendarMultigetResponse.getTodos()  | 
java.util.List<ItemValue<VTodo>> | 
CalendarQueryResponse.getTodos()  | 
| Constructor and Description | 
|---|
CalendarMultigetResponse(java.lang.String href,
                        javax.xml.namespace.QName kind,
                        java.util.List<ItemValue<VTodo>> events,
                        java.util.List<javax.xml.namespace.QName> props,
                        java.lang.Object useless)  | 
CalendarQueryResponse(java.lang.String href,
                     javax.xml.namespace.QName kind,
                     java.util.List<ItemValue<VTodo>> events,
                     java.util.List<javax.xml.namespace.QName> props,
                     java.lang.Object useless)  | 
| Modifier and Type | Method and Description | 
|---|---|
VTodo | 
TaskConverter.convert(IApplicationData data)  | 
| Modifier and Type | Method and Description | 
|---|---|
MSTask | 
TaskConverter.convert(VTodo vtodo,
       java.lang.String timezone)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected ItemValue<VTodo> | 
ImipFilterVTodoTests.defaultVTodo()  | 
protected ItemValue<VTodo> | 
ImipFilterVTodoTests.defaultVTodo(java.lang.String uid)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<ItemValue<VTodo>> | 
VTodoAdapter.convertToVTodoList(java.lang.String ics)  | 
| Modifier and Type | Method and Description | 
|---|---|
static net.fortuna.ical4j.model.component.VToDo | 
VTodoAdapter.adaptTodo(java.lang.String uid,
         VTodo vtodo)
Create an iCalendar  
VToDo component from a VTodo object. | 
| Modifier and Type | Method and Description | 
|---|---|
static java.lang.String | 
VTodoAdapter.convertToIcs(ItemValue<VTodo> task)  | 
| Modifier and Type | Field and Description | 
|---|---|
VTodo | 
VTodoChanges.ItemModify.value  | 
VTodo | 
VTodoChanges.ItemAdd.value  | 
| Modifier and Type | Method and Description | 
|---|---|
VTodo | 
VTodo.copy()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.concurrent.CompletableFuture<java.util.List<ItemValue<VTodo>>> | 
ITodoListPromise.all()  | 
java.util.List<ItemValue<VTodo>> | 
ITodoList.all()
List all items from container 
 | 
java.util.concurrent.CompletableFuture<ItemValue<VTodo>> | 
ITodoListPromise.getComplete(java.lang.String uid)  | 
ItemValue<VTodo> | 
ITodoList.getComplete(java.lang.String uid)
Fetch a  
VTodo from its unique uid | 
java.util.concurrent.CompletableFuture<java.util.List<ItemValue<VTodo>>> | 
ITodoListPromise.multipleGet(java.util.List<java.lang.String> uids)  | 
java.util.List<ItemValue<VTodo>> | 
ITodoList.multipleGet(java.util.List<java.lang.String> uids)
Fetch multiple  
VTodos from theirs uniques uids | 
java.util.concurrent.CompletableFuture<java.util.List<ItemContainerValue<VTodo>>> | 
ITodoListsPromise.search(TodoListsVTodoQuery query)  | 
java.util.List<ItemContainerValue<VTodo>> | 
ITodoLists.search(TodoListsVTodoQuery query)
 | 
java.util.concurrent.CompletableFuture<ListResult<ItemValue<VTodo>>> | 
ITodoListPromise.search(VTodoQuery query)  | 
ListResult<ItemValue<VTodo>> | 
ITodoList.search(VTodoQuery query)
ElasticSearch based  
VTodo search | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.concurrent.CompletableFuture<java.lang.Void> | 
ITodoListPromise.create(java.lang.String uid,
      VTodo todo)  | 
void | 
ITodoList.create(java.lang.String uid,
      VTodo todo)
Creates a new  
VTodo entry. | 
void | 
ITodoListAsync.create(java.lang.String uid,
      VTodo todo,
      AsyncHandler<java.lang.Void> handler)  | 
static VTodoChanges.ItemModify | 
VTodoChanges.ItemModify.create(java.lang.String uid,
      VTodo value,
      boolean sendNotification)  | 
static VTodoChanges.ItemAdd | 
VTodoChanges.ItemAdd.create(java.lang.String uid,
      VTodo value,
      boolean sendNotification)  | 
java.util.concurrent.CompletableFuture<java.lang.Void> | 
ITodoListPromise.update(java.lang.String uid,
      VTodo todo)  | 
void | 
ITodoList.update(java.lang.String uid,
      VTodo todo)
Modifies an existing  
VTodo entry. | 
void | 
ITodoListAsync.update(java.lang.String uid,
      VTodo todo,
      AsyncHandler<java.lang.Void> handler)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ITodoListAsync.all(AsyncHandler<java.util.List<ItemValue<VTodo>>> handler)  | 
void | 
ITodoListAsync.getComplete(java.lang.String uid,
           AsyncHandler<ItemValue<VTodo>> handler)  | 
void | 
ITodoListAsync.multipleGet(java.util.List<java.lang.String> uids,
           AsyncHandler<java.util.List<ItemValue<VTodo>>> handler)  | 
void | 
ITodoListsAsync.search(TodoListsVTodoQuery query,
      AsyncHandler<java.util.List<ItemContainerValue<VTodo>>> handler)  | 
void | 
ITodoListAsync.search(VTodoQuery query,
      AsyncHandler<ListResult<ItemValue<VTodo>>> handler)  | 
| Modifier and Type | Field and Description | 
|---|---|
VTodo | 
VTodoMessage.oldVtodo  | 
VTodo | 
VTodoMessage.vtodo  | 
| Modifier and Type | Field and Description | 
|---|---|
VTodo | 
VTodoIndexStore.ItemHolder.value  | 
| Modifier and Type | Method and Description | 
|---|---|
VTodo | 
VTodoStore.get(Item item)  | 
| Modifier and Type | Method and Description | 
|---|---|
static JdbcAbstractStore.EntityPopulator<VTodo> | 
TodoColumns.populator()  | 
static JdbcAbstractStore.EntityPopulator<VTodo> | 
VTodoColumns.populator()  | 
static JdbcAbstractStore.StatementValues<VTodo> | 
TodoColumns.values()  | 
static JdbcAbstractStore.StatementValues<VTodo> | 
VTodoColumns.values()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
VTodoStore.create(Item item,
      VTodo todo)  | 
void | 
VTodoIndexStore.create(java.lang.String uid,
      VTodo todo)  | 
void | 
VTodoStore.update(Item item,
      VTodo value)  | 
void | 
VTodoIndexStore.update(java.lang.String uid,
      VTodo todo)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
VTodoIndexStore.updates(java.util.List<ItemValue<VTodo>> tasks)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected VTodo | 
TodoListsServiceTests.defaultVTodo()  | 
protected VTodo | 
AbstractServiceTests.defaultVTodo()  | 
| Modifier and Type | Method and Description | 
|---|---|
static VTodo | 
OccurrenceHelper.getOccurrence(VTodo vtodo,
             BmDateTime occurrenceDtstart)
Returns an occurrence of a recurring event that occurs a specific date. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static java.util.List<VTodo> | 
OccurrenceHelper.list(VTodo vtodo,
    BmDateTime dtstart,
    BmDateTime dtend)
Returns a list of occurrences of a recurring event. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static VTodo | 
OccurrenceHelper.getOccurrence(VTodo vtodo,
             BmDateTime occurrenceDtstart)
Returns an occurrence of a recurring event that occurs a specific date. 
 | 
static java.util.List<VTodo> | 
OccurrenceHelper.list(VTodo vtodo,
    BmDateTime dtstart,
    BmDateTime dtend)
Returns a list of occurrences of a recurring event. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<ItemValue<VTodo>> | 
TodoListService.all()  | 
ItemValue<VTodo> | 
TodoListService.getComplete(java.lang.String uid)  | 
java.util.List<ItemValue<VTodo>> | 
TodoListService.multipleGet(java.util.List<java.lang.String> uids)  | 
java.util.List<ItemContainerValue<VTodo>> | 
TodoListsService.search(TodoListsVTodoQuery query)  | 
ListResult<ItemValue<VTodo>> | 
TodoListService.search(VTodoQuery query)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TodoListService.create(java.lang.String uid,
      VTodo todo)  | 
protected void | 
VTodoContainerStoreService.createValue(Item item,
           VTodo value)  | 
void | 
VTodoSanitizer.sanitize(VTodo vtodo)  | 
void | 
TodoListService.update(java.lang.String uid,
      VTodo todo)  | 
protected void | 
VTodoContainerStoreService.updateValue(Item item,
           VTodo value)  | 
void | 
VTodoValidator.validate(VTodo vtodo)  | 
void | 
TodoListEventProducer.vtodoCreated(java.lang.String uid,
            VTodo vtodo)  | 
void | 
TodoListEventProducer.vtodoDeleted(java.lang.String uid,
            VTodo vtodo)  | 
void | 
TodoListEventProducer.vtodoUpdated(java.lang.String uid,
            VTodo oldVtodo,
            VTodo vtodo)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
VTodoContainerStoreService.decorate(Item item,
        ItemValue<VTodo> value)  | 
| Constructor and Description | 
|---|
VTodoContainerStoreService(javax.sql.DataSource dataSource,
                          SecurityContext securityContext,
                          Container container,
                          java.lang.String itemType,
                          IItemValueStore<VTodo> itemValueStore)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected VTodo | 
TodoListRepairTestsDisabled.defaultVTodo(java.lang.String uid)  | 
Copyright © 2021. All Rights Reserved.