public static interface PortalManagement.EntityManager<E,K,F>
| Modifier and Type | Method and Description |
|---|---|
int |
countEntities(com.vaadin.data.provider.Query<E,String> query,
long siteId,
F filter) |
boolean |
deleteEntity(E entity) |
List<E> |
fetch(com.vaadin.data.provider.Query<E,String> query,
long siteId,
F filter) |
E |
getEntityById(K id) |
E |
getEntityByParam(String param) |
String |
getId(E entity) |
boolean |
saveEntity(E entity) |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.