com.timestock.tess.webservices.api
Interface IOperatorDataOutService

All Superinterfaces:
java.rmi.Remote

public interface IOperatorDataOutService
extends java.rmi.Remote

This web service provides methods to fetch CEM operator objects.


Method Summary
 DOperator authenticateOperatorByUsernameAndPassword(java.lang.String username, java.lang.String password)
          Gets a specified operator from the database.
 

Method Detail

authenticateOperatorByUsernameAndPassword

DOperator authenticateOperatorByUsernameAndPassword(java.lang.String username,
                                                    java.lang.String password)
                                                    throws java.rmi.RemoteException,
                                                           CEMWebServicesException
Gets a specified operator from the database. Throws exception if specified operator is not found.

Parameters:
username - the username
password - the MD5 encrypted password
Returns:
Specified operator object
Throws:
CEMWebServicesException
java.rmi.RemoteException