org.openmobileis.modules.common.data
Interface TerminalUserFactory
- All Known Implementing Classes:
- FODBTerminalUserFactory
- public interface TerminalUserFactory
Title: OpenMobileIS Project
Description:
- Since:
- JDK 1.1
- Version:
- 1.0.
- Author:
- Philippe Delrieu
getTerminalUserIdsList
public java.lang.String[] getTerminalUserIdsList()
getTerminalUser
public TerminalUser getTerminalUser(java.lang.String id)
getInstallTerminalUser
public TerminalUser getInstallTerminalUser()
setInstallTerminalUser
public void setInstallTerminalUser(java.lang.String id)
throws ServiceException,
DatabaseException
- Throws:
ServiceException
DatabaseException
getAllTerminalUsers
public TerminalUser[] getAllTerminalUsers()
throws DatabaseException
- Throws:
DatabaseException
addTerminalUser
public void addTerminalUser(TerminalUser rep)
throws ServiceException,
DatabaseException
- called by synchro server to create the TerminalUser DB
- Throws:
ServiceException
DatabaseException
removeTerminalUser
public void removeTerminalUser(java.lang.String repId)
throws ServiceException,
DatabaseException
- Throws:
ServiceException
DatabaseException
Copyright 2006 OpenMobileIS. All Rights Reserved.