Package | Description |
---|---|
info.magnolia.poc.task |
Modifier and Type | Method and Description |
---|---|
MagnoliaTask |
MagnoliaTask.clone() |
Modifier and Type | Method and Description |
---|---|
List<MagnoliaTask> |
MagnoliaTaskService.findAll() |
List<MagnoliaTask> |
MagnoliaTaskService.findAll(String stringFilter)
Finds all Customer's that match given filter.
|
List<MagnoliaTask> |
MagnoliaTaskService.findAll(String stringFilter,
int start,
int maxresults)
Finds all Customer's that match given filter and limits the resultset.
|
Modifier and Type | Method and Description |
---|---|
void |
MagnoliaTaskService.delete(MagnoliaTask value)
Deletes a customer from a system
|
void |
MagnoliaTaskService.save(MagnoliaTask entry)
Persists or updates customer in the system.
|
Copyright © 2020 Magnolia International Ltd.. All rights reserved.