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