public interface IMultiValueConditionTask
extends java.rmi.Remote
void addEntry(java.lang.String logicalID,
MultiValueConditionEntryTO entry)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid discardQuery(java.lang.String recordSetId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionMultiValueConditionEntryResultSet getQueryData(MultiValueConditionEntryResultSetQuery query) throws java.rmi.RemoteException
java.rmi.RemoteExceptionMultiValueConditionEntryQueryOutput runQuery(MultiValueConditionEntryQuery query) throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid updateEntry(java.lang.String logicalID,
MultiValueConditionEntryTO entry)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid deleteAllEntries(java.lang.String logicalId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid deleteEntries(java.lang.String logicalID,
java.lang.String[] entryIds)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionMultiValueConditionTO[] getMultiValueConditionsNoEntryLoaded() throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.String addMultiValueCondition(MultiValueConditionTO mvTO) throws java.rmi.RemoteException
java.rmi.RemoteExceptionMultiValueConditionTO getMultiValueCondition(java.lang.String logicalID) throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid updateMultiValueCondition(MultiValueConditionTO mvTO) throws java.rmi.RemoteException
java.rmi.RemoteExceptionMultiValueConditionEntryTO getMultiValueConditionEntry(java.lang.String logicalId, java.lang.String mfValues) throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid deleteMultiValueCondition(java.lang.String logicalId,
boolean deleteEntries)
throws java.rmi.RemoteException
java.rmi.RemoteException