Uses of Class
com.stratelia.webactiv.util.exception.UtilException

Packages that use UtilException
com.silverpeas.domains.silverpeasdriver   
com.silverpeas.external.webConnections.dao   
com.silverpeas.form.displayers   
com.silverpeas.formTemplate.dao   
com.silverpeas.jcrutil   
com.silverpeas.myLinks.dao   
com.silverpeas.socialnetwork.invitation   
com.silverpeas.socialnetwork.myProfil.servlets   
com.silverpeas.socialnetwork.relationShip   
com.silverpeas.socialnetwork.status   
com.silverpeas.util   
com.silverpeas.util.csv   
com.silverpeas.util.security   
com.stratelia.silverpeas.notificationManager   
com.stratelia.silverpeas.notificationManager.model   
com.stratelia.silverpeas.pdc.control   
com.stratelia.silverpeas.portlet.model   
com.stratelia.silverpeas.silverStatisticsPeas.control   
com.stratelia.silverpeas.treeManager.control   
com.stratelia.silverpeas.util   
com.stratelia.webactiv.calendar.model   
com.stratelia.webactiv.organization   
com.stratelia.webactiv.util   
com.stratelia.webactiv.util.contact.info   
com.stratelia.webactiv.util.fileFolder   
com.stratelia.webactiv.util.publication.control   
org.silverpeas.servlet   
org.silverpeas.util.crypto Provides the Silverpeas Cryptography API that is based on some security and cryptography tiers libraries (as well on the Java Cryptography API). 
org.silverpeas.util.jcr   
 

Uses of UtilException in com.silverpeas.domains.silverpeasdriver
 

Methods in com.silverpeas.domains.silverpeasdriver that throw UtilException
 void SilverpeasDriver.updateUserFull(UserFull userFull)
           
 

Uses of UtilException in com.silverpeas.external.webConnections.dao
 

Methods in com.silverpeas.external.webConnections.dao that throw UtilException
 String ConnectionDAO.createConnection(Connection con, ConnectionDetail connection)
          create a connection
 

Uses of UtilException in com.silverpeas.form.displayers
 

Methods in com.silverpeas.form.displayers that throw UtilException
static String WysiwygFCKFieldDisplayer.getContentFromFile(String componentId, String objectId, String fieldName)
           
static String WysiwygFCKFieldDisplayer.getContentFromFile(String componentId, String objectId, String fieldName, String language)
           
 void WysiwygFCKFieldDisplayer.mergeContents(String componentIdFrom, String objectIdFrom, String componentIdTo, String objectIdTo)
           
 

Uses of UtilException in com.silverpeas.formTemplate.dao
 

Methods in com.silverpeas.formTemplate.dao that throw UtilException
static void ModelDAO.deleteModel(Connection con, String instanceId)
           
static void ModelDAO.deleteModel(Connection con, String instanceId, String objectId)
           
static Collection<String> ModelDAO.getModelUsed(Connection con, String instanceId)
           
static Collection<String> ModelDAO.getModelUsed(Connection con, String instanceId, String objectId)
           
 

Uses of UtilException in com.silverpeas.jcrutil
 

Methods in com.silverpeas.jcrutil that throw UtilException
static String BasicDaoFactory.computeUniqueName(String prefix, String tableName)
          Compute a unique node name if a node with the same name already exists under the same parent node.
 

Uses of UtilException in com.silverpeas.myLinks.dao
 

Methods in com.silverpeas.myLinks.dao that throw UtilException
 int LinkDAO.createLink(Connection con, LinkDetail linkToPersist)
           
 

Uses of UtilException in com.silverpeas.socialnetwork.invitation
 

Methods in com.silverpeas.socialnetwork.invitation that throw UtilException
 int InvitationDao.createInvitation(Connection connection, Invitation invitation)
          Create new invitation
 

Uses of UtilException in com.silverpeas.socialnetwork.myProfil.servlets
 

Methods in com.silverpeas.socialnetwork.myProfil.servlets that throw UtilException
protected  String MyProfilRequestRouter.saveAvatar(HttpRequest request, String nameAvatar)
          method to change profile Photo
 

Uses of UtilException in com.silverpeas.socialnetwork.relationShip
 

Methods in com.silverpeas.socialnetwork.relationShip that throw UtilException
 int RelationShipDao.createRelationShip(Connection connection, RelationShip relationShip)
          rturn int (the id of this new relationShip)
 

Uses of UtilException in com.silverpeas.socialnetwork.status
 

Methods in com.silverpeas.socialnetwork.status that throw UtilException
 int StatusDao.changeStatus(Connection connection, Status status)
          Change my Status
 

Uses of UtilException in com.silverpeas.util
 

Methods in com.silverpeas.util that throw UtilException
static void ZipManager.extract(File source, File dest)
          Extract the content of an archive into a directory.
 

Uses of UtilException in com.silverpeas.util.csv
 

Methods in com.silverpeas.util.csv that throw UtilException
protected  boolean Variant.setValueBoolean(String value)
           
protected  Date Variant.setValueDate(String value)
           
protected  float Variant.setValueFloat(String value)
           
protected  int Variant.setValueInteger(String value)
           
protected  long Variant.setValueLong(String value)
           
 

Constructors in com.silverpeas.util.csv that throw UtilException
Variant(String value, String type)
           
 

Uses of UtilException in com.silverpeas.util.security
 

Methods in com.silverpeas.util.security that throw UtilException
static void X509Factory.buildP12(String userId, String login, String userLastName, String userFirstName, String domainId)
           
static void X509Factory.revocateUserCertificate(String userId)
           
 

Uses of UtilException in com.stratelia.silverpeas.notificationManager
 

Methods in com.stratelia.silverpeas.notificationManager that throw UtilException
protected  List<DelayedNotificationData> NotificationManager.createAllDelayedNotificationData(NotificationParameters params, String aUserId, NotifSchema schema)
           
protected  NotificationData NotificationManager.createNotificationData(NotificationParameters params, String aUserId, NotifSchema schema)
          Method declaration
protected  List<NotifAddressRow> NotificationManager.getAllNotifAddressRow(NotificationParameters params, int aUserId, NotifSchema schema)
           
protected  NotifAddressRow NotificationManager.getNotifAddressRow(NotificationParameters params, int aUserId, NotifSchema schema)
          Method declaration
protected  boolean NotificationManager.isDefaultAddress(int aDefaultAddressId, int aUserId, NotifSchema schema, boolean isMultiChannelNotification)
           
protected  Properties NotificationManager.notifAddressRowToProperties(NotifAddressRow nar, boolean canEdit, boolean canDelete, boolean canTest, boolean isDefault, NotifSchema schema)
          Method declaration
protected  Properties NotificationManager.notifPreferencesRowToProperties(int aUserId, NotifPreferenceRow npr, boolean canEdit, boolean canDelete, boolean canTest, boolean isDefault, NotifSchema schema)
          Method declaration
 

Uses of UtilException in com.stratelia.silverpeas.notificationManager.model
 

Methods in com.stratelia.silverpeas.notificationManager.model that throw UtilException
 int NotifAddressTable.create(NotifAddressRow notifAddress)
          Inserts in the database a new NotifAddress row.
 int NotifChannelTable.create(NotifChannelRow notifChannel)
          Inserts in the database a new NotifChannel row.
 int NotifDefaultAddressTable.create(NotifDefaultAddressRow notifDefaultAddress)
          Inserts in the database a new NotifDefaultAddress row.
 int NotifPreferenceTable.create(NotifPreferenceRow notifPreference)
          Inserts in the database a new NotifPreference row.
 void NotifChannelTable.delete(int id)
          Deletes theNotifChannelRow. after having removed all the reference to it.
 void NotifPreferenceTable.delete(int id)
          Deletes theNotifPreferenceRow. after having removed all the reference to it.
 void NotifAddressTable.delete(int id)
          Deletes theNotifAddressRow. after having removed all the reference to it.
 void NotifDefaultAddressTable.delete(int id)
          Deletes theNotifDefaultAddressRow. after having removed all the reference to it.
 void NotifAddressTable.deleteAndPropagate(int notifAddressId, int defaultAddress)
           
 void NotifPreferenceTable.dereferenceComponentInstanceId(int componentInstanceId)
          Removes a reference to ComponentInstanceId
 void NotifAddressTable.dereferenceNotifChannelId(int notifChannelId)
          Removes a reference to NotifChannelId
 void NotifPreferenceTable.dereferenceUserId(int userId)
          Removes a reference to UserId
 void NotifAddressTable.dereferenceUserId(int userId)
          Removes a reference to UserId
 void NotifDefaultAddressTable.dereferenceUserId(int userId)
          Removes a reference to UserId
 NotifPreferenceRow[] NotifPreferenceTable.getAllByComponentInstanceId(int componentInstanceId)
          Returns all the NotifPreferenceRow having a given componentInstanceId
 NotifAddressRow[] NotifAddressTable.getAllByNotifChannelId(int notifChannelId)
          Returns all the NotifAddressRow having a given notifChannelId
 NotifPreferenceRow[] NotifPreferenceTable.getAllByUserId(int userId)
          Returns all the NotifPreferenceRow having a given userId
 NotifAddressRow[] NotifAddressTable.getAllByUserId(int userId)
          Returns all the NotifAddressRow having a given userId
 NotifDefaultAddressRow[] NotifDefaultAddressTable.getAllByUserId(int userId)
          Returns all the NotifDefaultAddressRow having a given userId
 NotifAddressRow[] NotifAddressTable.getAllByUserId(int aUserId, String orderField)
          Returns all the NotifAddress rows having a given userId
 NotifChannelRow[] NotifChannelTable.getAllRows()
          Returns all the rows.
 NotifPreferenceRow[] NotifPreferenceTable.getAllRows()
          Returns all the rows.
 NotifAddressRow[] NotifAddressTable.getAllRows()
          Returns all the rows.
 NotifDefaultAddressRow[] NotifDefaultAddressTable.getAllRows()
          Returns all the rows.
 NotifPreferenceRow NotifPreferenceTable.getByUserIdAndComponentInstanceIdAndMessageType(int userId, int componentInstanceId, int messageType)
          Returns the unique NotifPreference row having the given userId,componentInstanceId,messageType
 NotifAddressRow NotifAddressTable.getNotifAddress(int id)
          Returns the unique NotifAddress row having a given id
 NotifAddressRow NotifAddressTable.getNotifAddress(String query)
          Returns the unique row given by a no parameters query.
 NotifAddressRow[] NotifAddressTable.getNotifAddresss(String query)
          Returns all the rows given by a no parameters query.
 NotifChannelRow NotifChannelTable.getNotifChannel(int id)
          Returns the unique NotifChannel row having a given id
 NotifChannelRow NotifChannelTable.getNotifChannel(String query)
          Returns the unique row given by a no parameters query.
 NotifChannelRow[] NotifChannelTable.getNotifChannels(String query)
          Returns all the rows given by a no parameters query.
 NotifDefaultAddressRow NotifDefaultAddressTable.getNotifDefaultAddress(int id)
          Returns the unique NotifDefaultAddress row having a given id
 NotifDefaultAddressRow NotifDefaultAddressTable.getNotifDefaultAddress(String query)
          Returns the unique row given by a no parameters query.
 NotifDefaultAddressRow[] NotifDefaultAddressTable.getNotifDefaultAddresss(String query)
          Returns all the rows given by a no parameters query.
 NotifPreferenceRow NotifPreferenceTable.getNotifPreference(int id)
          Returns the unique NotifPreference row having a given id
 NotifPreferenceRow NotifPreferenceTable.getNotifPreference(String query)
          Returns the unique row given by a no parameters query.
 NotifPreferenceRow[] NotifPreferenceTable.getNotifPreferences(String query)
          Returns all the rows given by a no parameters query.
static NotifSchema NotifSchemaPool.getNotifSchema()
          Returns an Shema.
protected  Schema NotifSchemaPool.newSchema()
           
 void NotifAddressTable.save(NotifAddressRow notifAddress)
          Updates theNotifAddress row. or inserts it if new.
 void NotifChannelTable.save(NotifChannelRow notifChannel)
          Updates theNotifChannel row. or inserts it if new.
 void NotifDefaultAddressTable.save(NotifDefaultAddressRow notifDefaultAddress)
          Updates theNotifDefaultAddress row. or inserts it if new.
 void NotifPreferenceTable.save(NotifPreferenceRow notifPreference)
          Updates theNotifPreference row. or inserts it if new.
 void NotifAddressTable.update(NotifAddressRow notifAddress)
          Update the given NotifAddressRow
 void NotifChannelTable.update(NotifChannelRow notifChannel)
          Update the given NotifChannelRow
 void NotifDefaultAddressTable.update(NotifDefaultAddressRow notifDefaultAddress)
          Update the given NotifDefaultAddressRow
 void NotifPreferenceTable.update(NotifPreferenceRow notifPreference)
          Update the given NotifPreferenceRow
 

Constructors in com.stratelia.silverpeas.notificationManager.model that throw UtilException
NotifSchema()
           
NotifSchema(Connection co)
           
 

Uses of UtilException in com.stratelia.silverpeas.pdc.control
 

Methods in com.stratelia.silverpeas.pdc.control that throw UtilException
 void AxisHeaderI18NDAO.createTranslation(Connection con, AxisHeaderI18N translation)
           
 void AxisHeaderI18NDAO.deleteTranslation(Connection con, int translationId)
           
 void AxisHeaderI18NDAO.deleteTranslations(Connection con, int axisId)
           
 void AxisHeaderI18NDAO.updateTranslation(Connection con, AxisHeaderI18N translation)
           
 

Uses of UtilException in com.stratelia.silverpeas.portlet.model
 

Methods in com.stratelia.silverpeas.portlet.model that throw UtilException
 int PortletColumnTable.create(PortletColumnRow portletColumn)
          Inserts in the database a new PortletColumn row.
 int PortletRowTable.create(PortletRowRow portletRow)
          Inserts in the database a new PortletRow row.
 int PortletStateTable.create(PortletStateRow portletState)
          Inserts in the database a new PortletState row.
 void PortletStateTable.delete(int id)
          Deletes thePortletStateRow. after having removed all the reference to it.
 void PortletRowTable.delete(int id)
          Deletes thePortletRowRow. after having removed all the reference to it.
 void PortletColumnTable.delete(int id)
          Deletes thePortletColumnRow. after having removed all the reference to it.
 PortletRowRow[] PortletRowTable.dereferenceInstanceId(int InstanceId)
          Removes a reference to InstanceId
 PortletRowRow[] PortletRowTable.dereferencePortletColumnId(int portletColumnId)
          Removes a reference to PortletColumnId
 void PortletStateTable.dereferencePortletRowId(int portletRowId)
          Removes a reference to PortletRowId
 PortletColumnRow[] PortletColumnTable.dereferenceSpaceId(int spaceId)
          Removes a reference to SpaceId
 void PortletStateTable.dereferenceUserId(int userId)
          Removes a reference to UserId
 PortletRowRow[] PortletRowTable.getAllByInstanceId(int instanceId)
          Returns all the PortletRowRow having a given instanceId
 PortletRowRow[] PortletRowTable.getAllByPortletColumnId(int portletColumnId)
          Returns all the PortletRowRow having a given portletColumnId
 PortletRowRow[] PortletRowTable.getAllByPortletColumnId(int aPortletColumnId, String orderField)
          Returns all the PortletRow rows having a given portletColumnId
 PortletStateRow[] PortletStateTable.getAllByPortletRowId(int portletRowId)
          Returns all the PortletStateRow having a given portletRowId
 PortletStateRow[] PortletStateTable.getAllByPortletRowId(int aPortletRowId, String orderField)
          Returns all the PortletState rows having a given portletRowId
 PortletColumnRow[] PortletColumnTable.getAllBySpaceId(int spaceId)
          Returns all the PortletColumnRow having a given spaceId
 PortletColumnRow[] PortletColumnTable.getAllBySpaceId(int aSpaceId, String orderField)
          Returns all the PortletColumn rows having a given spaceId
 PortletStateRow[] PortletStateTable.getAllByUserId(int userId)
          Returns all the PortletStateRow having a given userId
 PortletStateRow[] PortletStateTable.getAllRows()
          Returns all the rows.
 PortletRowRow[] PortletRowTable.getAllRows()
          Returns all the rows.
 PortletColumnRow[] PortletColumnTable.getAllRows()
          Returns all the rows.
 PortletColumnRow PortletColumnTable.getPortletColumn(int id)
          Returns the unique PortletColumn row having a given id
 PortletColumnRow PortletColumnTable.getPortletColumn(String query)
          Returns the unique row given by a no parameters query.
 PortletColumnRow[] PortletColumnTable.getPortletColumns(String query)
          Returns all the rows given by a no parameters query.
 PortletRowRow PortletRowTable.getPortletRow(int id)
          Returns the unique PortletRow row having a given id
 PortletRowRow PortletRowTable.getPortletRow(String query)
          Returns the unique row given by a no parameters query.
 PortletRowRow[] PortletRowTable.getPortletRows(String query)
          Returns all the rows given by a no parameters query.
static PortletSchema PortletSchemaPool.getPortletSchema()
          Returns an Shema.
 PortletStateRow PortletStateTable.getPortletState(int id)
          Returns the unique PortletState row having a given id
 PortletStateRow PortletStateTable.getPortletState(String query)
          Returns the unique row given by a no parameters query.
 PortletStateRow[] PortletStateTable.getPortletStates(String query)
          Returns all the rows given by a no parameters query.
protected  Schema PortletSchemaPool.newSchema()
           
 void PortletColumnTable.save(PortletColumnRow portletColumn)
          Updates thePortletColumn row. or inserts it if new.
 void PortletRowTable.save(PortletRowRow portletRow)
          Updates thePortletRow row. or inserts it if new.
 void PortletStateTable.save(PortletStateRow portletState)
          Updates thePortletState row. or inserts it if new.
 void PortletColumnTable.update(PortletColumnRow portletColumn)
          Update the given PortletColumnRow
 void PortletRowTable.update(PortletRowRow portletRow)
          Update the given PortletRowRow
 void PortletStateTable.update(PortletStateRow portletState)
          Update the given PortletStateRow
 

Constructors in com.stratelia.silverpeas.portlet.model that throw UtilException
PortletSchema()
           
PortletSchema(Connection co)
           
 

Uses of UtilException in com.stratelia.silverpeas.silverStatisticsPeas.control
 

Methods in com.stratelia.silverpeas.silverStatisticsPeas.control that throw UtilException
static Collection<String> SilverStatisticsPeasDAOAccesVolume.getAccessYears()
           
static Collection[] SilverStatisticsPeasDAOConnexion.getStatsConnexion(String startDate, String endDate)
          Returns the total number of connections per month.
static Collection<String[]> SilverStatisticsPeasDAOConnexion.getStatsConnexionAllAll(String startDate, String endDate)
          donne les stats global pour l'enemble de tous les users cad 2 infos, la collection contient donc un seul element
static Collection<String[]> SilverStatisticsPeasDAOConnexion.getStatsConnexionAllGroup(String dateBegin, String dateEnd, int groupId)
          Returns the group stats : Group name, number of connexions, mean connexion time and group id for all the users of a group.
static Collection<String[]> SilverStatisticsPeasDAOConnexion.getStatsConnexionAllUser(String dateBegin, String dateEnd, int idUser)
          donne les stats pour un user seulement cad 2 infos, la collection contient donc un seul element
static Collection<String[]> SilverStatisticsPeasDAOConnexion.getStatsConnexionGroupAll(String dateBegin, String dateEnd)
          Returns the groups stats : group name, number of connexions, mean connexion time and group id for all the groups.
static Collection<String[]> SilverStatisticsPeasDAOConnexion.getStatsConnexionUserAll(String dateBegin, String dateEnd)
          Returns the user stats : User last name, number of connexions, mean connexion time and user id for all Silverpeas users.
static Collection<String[]> SilverStatisticsPeasDAOConnexion.getStatsConnexionUserUser(String dateBegin, String dateEnd, int userId)
          Returns the user stats : User last name, number of connexions, mean connexion time and user id.
static Collection[] SilverStatisticsPeasDAOConnexion.getStatsGroupConnexion(String startDate, String endDate, String groupId)
          Returns the group stats : group name, number of connexions, mean connexion time and group id for all the specified group.
static Collection[] SilverStatisticsPeasDAOVolumeServices.getStatsInstancesServices()
          donne les stats global pour l'enemble de tous les users cad 2 infos, la collection contient donc un seul element
static Collection[] SilverStatisticsPeasDAOConnexion.getStatsUser(String startDate, String endDate)
          Returns the number of distinct users connections per month.
static Collection[] SilverStatisticsPeasDAOConnexion.getStatsUserConnexion(String startDate, String endDate, String idUser)
          donne les stats pour un groupe
static Collection[] SilverStatisticsPeasDAOConnexion.getStatsUserFq(String startDate, String endDate, int min, int max)
           
static Collection<String> SilverStatisticsPeasDAOAccesVolume.getVolumeYears()
           
static Collection<String> SilverStatisticsPeasDAOConnexion.getYears()
           
 

Uses of UtilException in com.stratelia.silverpeas.treeManager.control
 

Methods in com.stratelia.silverpeas.treeManager.control that throw UtilException
 void TreeI18NDAO.createTranslation(Connection con, TreeNodeI18N translation, String treeId)
           
 void TreeI18NDAO.deleteNodeTranslations(Connection con, String treeId, String nodeId)
           
 void TreeI18NDAO.deleteTranslation(Connection con, int translationId)
           
 void TreeI18NDAO.deleteTranslation(Connection con, String treeId, String nodeId, String language)
           
 void TreeI18NDAO.deleteTreeTranslations(Connection con, String treeId)
           
 void TreeI18NDAO.updateTranslation(Connection con, String treeId, TreeNodeI18N translation)
           
 void TreeI18NDAO.updateTranslation(Connection con, TreeNodeI18N translation)
           
 

Uses of UtilException in com.stratelia.silverpeas.util
 

Methods in com.stratelia.silverpeas.util that throw UtilException
static int LongText.addLongText(String theText)
           
static String LongText.getLongText(int longTextId)
           
protected static Connection LongText.openConnection()
           
static void LongText.removeLongText(int longTextId)
           
 

Uses of UtilException in com.stratelia.webactiv.calendar.model
 

Methods in com.stratelia.webactiv.calendar.model that throw UtilException
static void HolidaysDAO.addHolidayDate(Connection con, HolidayDetail holiday)
           
 String JournalDAO.addJournal(Connection con, JournalHeader journal)
           
static String ToDoDAO.addToDo(Connection con, ToDoHeader toDo)
           
 

Uses of UtilException in com.stratelia.webactiv.organization
 

Methods in com.stratelia.webactiv.organization that throw UtilException
protected  Schema OrganizationSchemaPool.newSchema()
           
 

Constructors in com.stratelia.webactiv.organization that throw UtilException
OrganizationSchema()
           
OrganizationSchema(Connection connection)
           
 

Uses of UtilException in com.stratelia.webactiv.util
 

Methods in com.stratelia.webactiv.util that throw UtilException
 void Schema.commit()
           
protected  void Schema.createConnection()
           
static
<T> T
EJBUtilitaire.getEJBObjectRef(String name, Class<T> classObj)
          Return a remote object Using example : PublicationHome pubHome = (PublicationHome) EJBUtilitaire.getEJBObjectRef(JNDINames.PUBLICATION_EJBHOME, PublicationHome.class);
protected  Schema SchemaPool.getInstance()
          Returns an Shema.
protected  Integer AbstractTable.getInteger(ResultSet rs)
           
protected  Integer AbstractTable.getInteger(String query, int[] ids)
          Returns the integer of the single row, single column resultset returned by the given query with id parameters.
protected  List<T> AbstractTable.getMatchingRows(String returnedColumns, String[] matchColumns, String[] matchValues)
          Returns the rows like a sample row.
static int DBUtil.getNextId(String tableName, String idName)
          Return a new unique Id for a table.
<T> T
EJBUtilitaire.getObjectReference(String name, Class<T> classObj)
          Return a remote object.
protected  List<T> AbstractTable.getRows(String query)
          Returns the rows described by the given no parameters query.
protected  List<T> AbstractTable.getRows(String query, int id)
          Returns the rows described by the given query with one id parameter.
protected  List<T> AbstractTable.getRows(String query, int[] ids)
          Returns the rows described by the given query with id parameters.
protected  List<T> AbstractTable.getRows(String query, int[] ids, String[] params)
          Returns the rows described by the given query with id and String parameters.
protected  List<T> AbstractTable.getRows(String query, String parameter)
          Returns the rows described by the given query with one string parameter.
protected  List<T> AbstractTable.getRows(String query, String[] params)
          Returns the rows described by the given query and String parameters.
protected  T AbstractTable.getUniqueRow(ResultSet rs)
           
protected  T AbstractTable.getUniqueRow(String query)
          Returns the unique row referenced by the given query with no parameters.
protected  T AbstractTable.getUniqueRow(String query, int id)
          Returns the unique row referenced by the given query and id.
protected  T AbstractTable.getUniqueRow(String query, int[] ids)
          Returns the unique row referenced by the given query and int[] ids.
protected  T AbstractTable.getUniqueRow(String query, int[] ids, String[] params)
          Returns the unique row referenced by the given query, int[] ids and String[] params.
protected  T AbstractTable.getUniqueRow(String query, String parameter)
          Returns the unique row referenced by the given query and String parameter.
protected  T AbstractTable.getUniqueRow(String query, String[] params)
          Returns the unique row referenced by the given query and String[] params.
protected  int AbstractTable.insertRow(String insertQuery, T row)
           
protected abstract  Schema SchemaPool.newSchema()
           
 void Schema.rollback()
           
protected  int AbstractTable.updateRelation(String query, int param)
           
protected  int AbstractTable.updateRelation(String query, int[] param)
           
protected  int AbstractTable.updateRow(String updateQuery, T row)
           
 

Constructors in com.stratelia.webactiv.util that throw UtilException
Schema()
           
Schema(Connection co)
           
 

Uses of UtilException in com.stratelia.webactiv.util.contact.info
 

Methods in com.stratelia.webactiv.util.contact.info that throw UtilException
static InfoPK InfoDAO.createInfo(Connection con, String modelId, ContactPK pubPK)
           
 

Uses of UtilException in com.stratelia.webactiv.util.fileFolder
 

Methods in com.stratelia.webactiv.util.fileFolder that throw UtilException
static void FileFolderManager.createFile(String cheminFichier, String nomFichier, String contenuFichier)
          createFile : creation d'un fichier Param = cheminFichier = c:\\j2sdk\\public_html\\WAUploads\\WA0webSite10\\nomSite\\rep1\\rep2 nomFichier = index.html contenuFichier = code du fichier : "...."</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static void</CODE></FONT></TD> <TD><CODE><B>FileFolderManager.</B><B><A HREF="../../../../../../com/stratelia/webactiv/util/fileFolder/FileFolderManager.html#createFolder(java.io.File)">createFolder</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</A> directory)</CODE> <BR>            </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static void</CODE></FONT></TD> <TD><CODE><B>FileFolderManager.</B><B><A HREF="../../../../../../com/stratelia/webactiv/util/fileFolder/FileFolderManager.html#createFolder(java.lang.String)">createFolder</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> chemin)</CODE> <BR>           creation d'un repertoire</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static void</CODE></FONT></TD> <TD><CODE><B>FileFolderManager.</B><B><A HREF="../../../../../../com/stratelia/webactiv/util/fileFolder/FileFolderManager.html#deleteFile(java.lang.String)">deleteFile</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> chemin)</CODE> <BR>           Deletes a file.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static void</CODE></FONT></TD> <TD><CODE><B>FileFolderManager.</B><B><A HREF="../../../../../../com/stratelia/webactiv/util/fileFolder/FileFolderManager.html#deleteFolder(java.lang.String, boolean)">deleteFolder</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> chemin, boolean throwException)</CODE> <BR>           Deletes the specified directory recursively.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static <A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</A><<A HREF="http://docs.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</A>></CODE></FONT></TD> <TD><CODE><B>FileFolderManager.</B><B><A HREF="../../../../../../com/stratelia/webactiv/util/fileFolder/FileFolderManager.html#getAllFile(java.lang.String)">getAllFile</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> chemin)</CODE> <BR>           Returns all the files (and only the files, no directory) inside the given directory.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static <A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</A><<A HREF="http://docs.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</A>></CODE></FONT></TD> <TD><CODE><B>FileFolderManager.</B><B><A HREF="../../../../../../com/stratelia/webactiv/util/fileFolder/FileFolderManager.html#getAllImages(java.lang.String)">getAllImages</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> chemin)</CODE> <BR>           Returns all the image files (and only the files, no directory) inside the given directory.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static <A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</A><<A HREF="http://docs.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</A>></CODE></FONT></TD> <TD><CODE><B>FileFolderManager.</B><B><A HREF="../../../../../../com/stratelia/webactiv/util/fileFolder/FileFolderManager.html#getAllSubFolder(java.lang.String)">getAllSubFolder</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> chemin)</CODE> <BR>           retourne une Collection d'objets File qui representent les repertoires (et seulement les repertoires, pas les fichiers) contenus dans le repertoire passe en parametre</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static <A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</A><<A HREF="http://docs.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</A>></CODE></FONT></TD> <TD><CODE><B>FileFolderManager.</B><B><A HREF="../../../../../../com/stratelia/webactiv/util/fileFolder/FileFolderManager.html#getAllWebPages(java.lang.String)">getAllWebPages</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> chemin)</CODE> <BR>           Retourne une Collection d'objets File qui representent les fichiers du site web contenus dans le repertoire passe en parametre et ses sous repertoires</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> <TD><CODE><B>FileFolderManager.</B><B><A HREF="../../../../../../com/stratelia/webactiv/util/fileFolder/FileFolderManager.html#getCode(java.lang.String, java.lang.String)">getCode</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> cheminFichier, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> nomFichier)</CODE> <BR>           getCode : Récupération du contenu d'un fichier Param = cheminFichier = c:\\j2sdk\\public_html\\WAUploads\\WA0webSite10\\nomSite\\rep1\\rep2 nomFichier = index.html</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static void</CODE></FONT></TD> <TD><CODE><B>FileFolderManager.</B><B><A HREF="../../../../../../com/stratelia/webactiv/util/fileFolder/FileFolderManager.html#renameFile(java.lang.String, java.lang.String, java.lang.String)">renameFile</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> cheminRep, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> name, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> newName)</CODE> <BR>           renameFile : modification du nom d'un fichier Param = chemin du fichier</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static void</CODE></FONT></TD> <TD><CODE><B>FileFolderManager.</B><B><A HREF="../../../../../../com/stratelia/webactiv/util/fileFolder/FileFolderManager.html#renameFolder(java.lang.String, java.lang.String)">renameFolder</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> cheminRep, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> newCheminRep)</CODE> <BR>           renameFolder : modification du nom d'un repertoire Param = chemin du repertoire</TD> </TR> </TABLE>   <P> <A NAME="com.stratelia.webactiv.util.publication.control"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../../../com/stratelia/webactiv/util/exception/UtilException.html" title="class in com.stratelia.webactiv.util.exception">UtilException</A> in <A HREF="../../../../../../com/stratelia/webactiv/util/publication/control/package-summary.html">com.stratelia.webactiv.util.publication.control</A></FONT></TH> </TR> </TABLE>   <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../com/stratelia/webactiv/util/publication/control/package-summary.html">com.stratelia.webactiv.util.publication.control</A> that throw <A HREF="../../../../../../com/stratelia/webactiv/util/exception/UtilException.html" title="class in com.stratelia.webactiv.util.exception">UtilException</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static void</CODE></FONT></TD> <TD><CODE><B>PublicationI18NDAO.</B><B><A HREF="../../../../../../com/stratelia/webactiv/util/publication/control/PublicationI18NDAO.html#addTranslation(java.sql.Connection, com.stratelia.webactiv.util.publication.model.PublicationI18N)">addTranslation</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/sql/Connection.html?is-external=true" title="class or interface in java.sql">Connection</A> con, <A HREF="../../../../../../com/stratelia/webactiv/util/publication/model/PublicationI18N.html" title="class in com.stratelia.webactiv.util.publication.model">PublicationI18N</A> translation)</CODE> <BR>            </TD> </TR> </TABLE>   <P> <A NAME="org.silverpeas.servlet"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../../../com/stratelia/webactiv/util/exception/UtilException.html" title="class in com.stratelia.webactiv.util.exception">UtilException</A> in <A HREF="../../../../../../org/silverpeas/servlet/package-summary.html">org.silverpeas.servlet</A></FONT></TH> </TR> </TABLE>   <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../org/silverpeas/servlet/package-summary.html">org.silverpeas.servlet</A> that throw <A HREF="../../../../../../com/stratelia/webactiv/util/exception/UtilException.html" title="class in com.stratelia.webactiv.util.exception">UtilException</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static org.apache.commons.fileupload.FileItem</CODE></FONT></TD> <TD><CODE><B>FileUploadUtil.</B><B><A HREF="../../../../../../org/silverpeas/servlet/FileUploadUtil.html#getFile(javax.servlet.http.HttpServletRequest)">getFile</A></B>(javax.servlet.http.HttpServletRequest request)</CODE> <BR>            </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static <A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A><org.apache.commons.fileupload.FileItem></CODE></FONT></TD> <TD><CODE><B>FileUploadUtil.</B><B><A HREF="../../../../../../org/silverpeas/servlet/FileUploadUtil.html#parseRequest(javax.servlet.http.HttpServletRequest)">parseRequest</A></B>(javax.servlet.http.HttpServletRequest request)</CODE> <BR>           Parses the multipart stream in the specified request to fetch the file items.</TD> </TR> </TABLE>   <P> <A NAME="org.silverpeas.util.crypto"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../../../com/stratelia/webactiv/util/exception/UtilException.html" title="class in com.stratelia.webactiv.util.exception">UtilException</A> in <A HREF="../../../../../../org/silverpeas/util/crypto/package-summary.html">org.silverpeas.util.crypto</A></FONT></TH> </TR> </TABLE>   <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../org/silverpeas/util/crypto/package-summary.html">org.silverpeas.util.crypto</A> that throw <A HREF="../../../../../../com/stratelia/webactiv/util/exception/UtilException.html" title="class in com.stratelia.webactiv.util.exception">UtilException</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> <TD><CODE><B>CryptMD5.</B><B><A HREF="../../../../../../org/silverpeas/util/crypto/CryptMD5.html#encrypt(java.io.File)">encrypt</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</A> file)</CODE> <BR>           Computes the MD5 hash of a file.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> <TD><CODE><B>CryptMD5.</B><B><A HREF="../../../../../../org/silverpeas/util/crypto/CryptMD5.html#encrypt(java.lang.String)">encrypt</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> original)</CODE> <BR>           Encrypts the specified text in MD5.</TD> </TR> </TABLE>   <P> <A NAME="org.silverpeas.util.jcr"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../../../com/stratelia/webactiv/util/exception/UtilException.html" title="class in com.stratelia.webactiv.util.exception">UtilException</A> in <A HREF="../../../../../../org/silverpeas/util/jcr/package-summary.html">org.silverpeas.util.jcr</A></FONT></TH> </TR> </TABLE>   <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../org/silverpeas/util/jcr/package-summary.html">org.silverpeas.util.jcr</A> that throw <A HREF="../../../../../../com/stratelia/webactiv/util/exception/UtilException.html" title="class in com.stratelia.webactiv.util.exception">UtilException</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected  <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> <TD><CODE><B>AbstractJcrConverter.</B><B><A HREF="../../../../../../org/silverpeas/util/jcr/AbstractJcrConverter.html#computeUniqueName(java.lang.String, java.lang.String)">computeUniqueName</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> prefix, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> tableName)</CODE> <BR>           Compute a unique node name if a node with the same name already exists under the same parent node.</TD> </TR> </TABLE>   <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../com/stratelia/webactiv/util/exception/UtilException.html" title="class in com.stratelia.webactiv.util.exception"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev">  <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">  PREV   NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?com/stratelia/webactiv/util/exception//class-useUtilException.html" target="_top"><B>FRAMES</B></A>    <A HREF="UtilException.html" target="_top"><B>NO FRAMES</B></A>    <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> Copyright © 2016 <a href="http://www.silverpeas.org">Silverpeas</a>. All Rights Reserved. </BODY> </HTML>