|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PageManager
Esta interfaz modela el gestor de paginacion del motor.
Method Summary | |
---|---|
void |
close()
Cierra el paginador. |
void |
getPageContaining(PagingContext context,
Record r)
|
void |
notifyModification(PagingContext context)
|
void |
order(PagingContext context)
fuerza persistir los datos de la tabla. |
void |
pageFailure(PagingContext context,
int n)
devuelve una pagina de la tabla |
void |
persistAll(PagingContext context)
persiste todas las paginas de la tabla |
void |
register(PagingContext context,
TableSignature s,
java.lang.String sortColumn)
Registra una tabla. |
int |
size(PagingContext context)
devuelve a cantidad de registros de la tabla |
Method Detail |
---|
void register(PagingContext context, TableSignature s, java.lang.String sortColumn) throws java.rmi.RemoteException
java.rmi.RemoteException
void notifyModification(PagingContext context) throws java.rmi.RemoteException
java.rmi.RemoteException
void getPageContaining(PagingContext context, Record r) throws java.rmi.RemoteException
java.rmi.RemoteException
int size(PagingContext context) throws java.rmi.RemoteException
java.rmi.RemoteException
void persistAll(PagingContext context) throws java.rmi.RemoteException
java.rmi.RemoteException
void order(PagingContext context) throws java.rmi.RemoteException
java.rmi.RemoteException
void close() throws java.rmi.RemoteException
java.rmi.RemoteException
void pageFailure(PagingContext context, int n) throws java.rmi.RemoteException
java.rmi.RemoteException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |