public final class PortalManagement.WlanSessionManager extends Object implements PortalManagement.EntityManager<WlanSession,WlanSessionPK,WlanSessionFilter>
| Constructor and Description |
|---|
WlanSessionManager() |
| Modifier and Type | Method and Description |
|---|---|
int |
countEntities(com.vaadin.data.provider.Query<WlanSession,String> query,
long siteId,
WlanSessionFilter filter) |
boolean |
deleteEntity(WlanSession entity) |
List<WlanSession> |
fetch(com.vaadin.data.provider.Query<WlanSession,String> query,
long siteId,
WlanSessionFilter filter) |
WlanSession |
getEntityById(WlanSessionPK id) |
WlanSession |
getEntityByParam(String param) |
String |
getId(WlanSession entity) |
boolean |
saveEntity(WlanSession entity) |
public WlanSession getEntityById(WlanSessionPK id)
getEntityById in interface PortalManagement.EntityManager<WlanSession,WlanSessionPK,WlanSessionFilter>public WlanSession getEntityByParam(String param)
getEntityByParam in interface PortalManagement.EntityManager<WlanSession,WlanSessionPK,WlanSessionFilter>public String getId(WlanSession entity)
getId in interface PortalManagement.EntityManager<WlanSession,WlanSessionPK,WlanSessionFilter>public int countEntities(com.vaadin.data.provider.Query<WlanSession,String> query, long siteId, WlanSessionFilter filter)
countEntities in interface PortalManagement.EntityManager<WlanSession,WlanSessionPK,WlanSessionFilter>public List<WlanSession> fetch(com.vaadin.data.provider.Query<WlanSession,String> query, long siteId, WlanSessionFilter filter)
fetch in interface PortalManagement.EntityManager<WlanSession,WlanSessionPK,WlanSessionFilter>public boolean saveEntity(WlanSession entity)
saveEntity in interface PortalManagement.EntityManager<WlanSession,WlanSessionPK,WlanSessionFilter>public boolean deleteEntity(WlanSession entity)
deleteEntity in interface PortalManagement.EntityManager<WlanSession,WlanSessionPK,WlanSessionFilter>Copyright © 2018 Pivotal Software, Inc.. All rights reserved.