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.
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 usernamepassword
- the MD5 encrypted password
- Returns:
- Specified operator object
- Throws:
CEMWebServicesException
java.rmi.RemoteException