|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Title: Description: Copyright: Copyright (c) 2002 Company:
| Field Summary |
| Fields inherited from interface net.agmodel.resData.ResourceUser |
RMIHOSTPARAM, RMINAME |
| Fields inherited from interface net.agmodel.genericBroker.ServerRMI |
EXISTINGUSER, NEWUSER, SUPERUSER |
| Method Summary | |
void |
addItemDescription(String sessionID,
String fileSetID,
String itemKey,
String itemDes)
Adds iten_description for the ResItemKey. |
void |
addNewLanguage(String sessionID,
String languageID,
String languageName,
String countryName,
String encoding,
String locale)
Adds new language to the ResourceServer. |
void |
addResFileSet(String sessionID,
String fileSet)
Adds new ResFileSet to a perticular language of a ResourceServer. |
void |
addResItemKey(String sessionID,
String fileSetID,
String[] itemKey)
Adds only ResItemKey to the ResFileSet and its equivalent value is added by the Translator. |
void |
addTranslator(String sessionID,
String editLanguage,
String[] viewLanguageID,
String userID,
String password,
String email)
Adds new translator to the translator list |
void |
deleteTranslator(String sessionID,
String userID)
Removes the translator from the transltor list. |
SupervisorFileSet |
getSupervisorFileSet(String sessionID,
String fileSetID)
Gets the SupervisorFileSet object for the sessionID for a perticular fileSetID. |
TranslatorDetailSet |
getTranslatorDetailSet(String sessionID,
String editLanguageName)
Gets the TranslatorDetailSet object for the sessionID for a perticular languageName. |
TranslatorFileSet |
getTranslatorFileSet(String sessionID,
String fileSetID)
Gets the TranslatorFileSet object for the sessionID which is created in the getConnection method which contains the languages and ResItems required for creating a ResourceTable. |
String[] |
getViewLanguage(String username)
Gets the view languages for the translator. |
void |
removeLanguage(String sessionID,
String languageID)
Removes language from a ResourceServer. |
void |
removeResFileSet(String sessionID,
String languageID,
String fileSetID)
Removes a ResFileSet of a perticular language from the ResourceServer. |
void |
removeResItem(String sessionID,
String fileSetID,
String itemKey)
Removes ResItem from the ResFileSet. |
void |
updateItemDescription(String sessionID,
String fileSetID,
String newItemDes,
String itemDes)
Updates the description for the itemkey. |
void |
updateResItemKey(String sessionID,
String fileSetID,
String newItemKey,
String itemkey)
Updates the ResItemKey |
| Methods inherited from interface net.agmodel.resData.ResourceEditor |
getResItemKeys |
| Methods inherited from interface net.agmodel.resData.ResourceUser |
getAllItemDescription, getItemDescription, getLanguageName, getResItem, getResItems, getUserFileSet, listFileSet, listLanguageID, listLanguages |
| Methods inherited from interface net.agmodel.genericBroker.ServerRMI |
disconnect, getConnection, getConnection |
| Method Detail |
public void addNewLanguage(String sessionID,
String languageID,
String languageName,
String countryName,
String encoding,
String locale)
throws RemoteException,
GeneralException
RemoteException.
RemoteException
GeneralException
public void addResFileSet(String sessionID,
String fileSet)
throws RemoteException,
GeneralException
sessionID - the identifier provided by getConnectionfileSet - the name of the ResFileSet to be added to the language(eg "UtilityResource")
RemoteException.
RemoteException
GeneralException
public void removeLanguage(String sessionID,
String languageID)
throws RemoteException,
GeneralException
sessionID - the identifier provided by getConnection
RemoteException.
RemoteException
GeneralException
public void removeResFileSet(String sessionID,
String languageID,
String fileSetID)
throws RemoteException,
GeneralException
sessionID - the identifier provided by getConnectionfileSetID - the name of the ResFileSet to be removed.
RemoteException.
RemoteException
GeneralException
public void addResItemKey(String sessionID,
String fileSetID,
String[] itemKey)
throws RemoteException,
GeneralException
sessionID - the identifier provided by getConnectionfileSetID - the name of the ResFileSet to which itemKey is to be addeditemKey - the name of the ResItemKey to be added.
RemoteException
GeneralException
public void removeResItem(String sessionID,
String fileSetID,
String itemKey)
throws RemoteException,
GeneralException
sessionID - the identifier provided by getConnectionfileSetID - the name of the ResFileSet from which ResItem is to be removeditemKey - the name of the ResItemKey to be removed.
RemoteException
GeneralException
public TranslatorFileSet getTranslatorFileSet(String sessionID,
String fileSetID)
throws RemoteException,
GeneralException
sessionID - the identifier provided by getConnection
RemoteException
GeneralException
public void addTranslator(String sessionID,
String editLanguage,
String[] viewLanguageID,
String userID,
String password,
String email)
throws RemoteException,
GeneralException
sessionID - the identifier provided by getConnectionuserID - the name of the translatorpassword - the password of the translator
RemoteException
GeneralException
public void deleteTranslator(String sessionID,
String userID)
throws RemoteException,
GeneralException
sessionID - the identifier provided by getConnectionuserID - the name of the translator
RemoteException
GeneralException
public SupervisorFileSet getSupervisorFileSet(String sessionID,
String fileSetID)
throws RemoteException,
GeneralException
sessionID - the identifier provided by getConnectionfileSetID - the name of the ResFileSet for which SupervisorFileSet object is needed
RemoteException
GeneralException
public TranslatorDetailSet getTranslatorDetailSet(String sessionID,
String editLanguageName)
throws RemoteException,
GeneralException
sessionID - the identifier provided by getConnectioneditLanguageName - the name of the editLanguage for which TranslatorDetailSet object is needed
RemoteException
GeneralException
public void updateResItemKey(String sessionID,
String fileSetID,
String newItemKey,
String itemkey)
throws RemoteException,
GeneralException
sessionID - the identifier provided by getConnectionfileSetID - the name of the ResFileSet of which itemKey is to be updatednewItemKey - the new (item_id)ResItemKey for updating ResItemKey.
RemoteException
GeneralException
public String[] getViewLanguage(String username)
throws RemoteException,
GeneralException
username - name of the translator
RemoteException
GeneralException
public void updateItemDescription(String sessionID,
String fileSetID,
String newItemDes,
String itemDes)
throws RemoteException,
GeneralException
sessionID - the identifier provided by getConnectionfileSetID - the name of the ResFileSet of which description is to be updated
RemoteException
GeneralException
public void addItemDescription(String sessionID,
String fileSetID,
String itemKey,
String itemDes)
throws RemoteException,
GeneralException
sessionID - the identifier provided by getConnectionfileSetID - the name of the ResFileSet to which item_description for item_id is to be addeditemKey - the name of the ResItemKey(item_id) for which item_description is to be added.itemDes - the description for the ResItemKey(item_id) to be added.
RemoteException
GeneralException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||