Subversion Repository Public Repository

litesoft

Diff Revisions 49 vs 237 for /trunk/Java/core/Anywhere/src/org/litesoft/bo/views/ServerVoDataProvider.java

Diff revisions: vs.
  @@ -54,13 +54,13 @@
54 54 public SizedIterator<T> getMatchingVOs( Integer pMaxToReturn, SSMap... pORed_ANDFilters )
55 55 throws PersistenceException;
56 56
57 - public SCresult requestFunctionSimple( String pFunction, T pVO )
57 + public SCresult requestFunctionSimple( String pFunction, IViewObject... pVOs )
58 58 throws PersistenceException;
59 59
60 - public <KeyInstance extends IViewObject> SCresult requestFunctionFetchRow( String pFunction, KeyInstance pVO )
60 + public SCresult requestFunctionFetchRow( String pFunction, IViewObject... pVOs )
61 61 throws MultipleMatchingPersistenceException, PersistenceException;
62 62
63 - public <KeyInstance extends IViewObject> SCresult requestFunctionFetchRows( String pFunction, KeyInstance pVO, Integer pMaxToReturn )
63 + public SCresult requestFunctionFetchRows( String pFunction, Integer pMaxToReturn, IViewObject... pVOs )
64 64 throws PersistenceException;
65 65
66 66 public SCresult requestRowByObjectURL( ObjectURL pObjectURL )