|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
|
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. |
|
|
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 : " |
static void |
FileFolderManager.createFolder(File directory)
|
static void |
FileFolderManager.createFolder(String chemin)
creation d'un repertoire |
static void |
FileFolderManager.deleteFile(String chemin)
Deletes a file. |
static void |
FileFolderManager.deleteFolder(String chemin,
boolean throwException)
Deletes the specified directory recursively. |
static Collection<File> |
FileFolderManager.getAllFile(String chemin)
Returns all the files (and only the files, no directory) inside the given directory. |
static Collection<File> |
FileFolderManager.getAllImages(String chemin)
Returns all the image files (and only the files, no directory) inside the given directory. |
static Collection<File> |
FileFolderManager.getAllSubFolder(String chemin)
retourne une Collection d'objets File qui representent les repertoires (et seulement les repertoires, pas les fichiers) contenus dans le repertoire passe en parametre |
static Collection<File> |
FileFolderManager.getAllWebPages(String chemin)
Retourne une Collection d'objets File qui representent les fichiers du site web contenus dans le repertoire passe en parametre et ses sous repertoires |
static String |
FileFolderManager.getCode(String cheminFichier,
String nomFichier)
getCode : Récupération du contenu d'un fichier Param = cheminFichier = c:\\j2sdk\\public_html\\WAUploads\\WA0webSite10\\nomSite\\rep1\\rep2 nomFichier = index.html |
static void |
FileFolderManager.renameFile(String cheminRep,
String name,
String newName)
renameFile : modification du nom d'un fichier Param = chemin du fichier |
static void |
FileFolderManager.renameFolder(String cheminRep,
String newCheminRep)
renameFolder : modification du nom d'un repertoire Param = chemin du repertoire |
Uses of UtilException in com.stratelia.webactiv.util.publication.control |
---|
Methods in com.stratelia.webactiv.util.publication.control that throw UtilException | |
---|---|
static void |
PublicationI18NDAO.addTranslation(Connection con,
PublicationI18N translation)
|
Uses of UtilException in org.silverpeas.servlet |
---|
Methods in org.silverpeas.servlet that throw UtilException | |
---|---|
static org.apache.commons.fileupload.FileItem |
FileUploadUtil.getFile(javax.servlet.http.HttpServletRequest request)
|
static List<org.apache.commons.fileupload.FileItem> |
FileUploadUtil.parseRequest(javax.servlet.http.HttpServletRequest request)
Parses the multipart stream in the specified request to fetch the file items. |
Uses of UtilException in org.silverpeas.util.crypto |
---|
Methods in org.silverpeas.util.crypto that throw UtilException | |
---|---|
static String |
CryptMD5.encrypt(File file)
Computes the MD5 hash of a file. |
static String |
CryptMD5.encrypt(String original)
Encrypts the specified text in MD5. |
Uses of UtilException in org.silverpeas.util.jcr |
---|
Methods in org.silverpeas.util.jcr that throw UtilException | |
---|---|
protected String |
AbstractJcrConverter.computeUniqueName(String prefix,
String tableName)
Compute a unique node name if a node with the same name already exists under the same parent node. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |