Ignore:
Timestamp:
May 1, 2011, 12:19:10 PM (13 years ago)
Author:
mlg
Message:

Adds support for method pwg.categories.delete
(allows to delete a category).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/jiwigo-ws-api/src/main/java/fr/mael/jiwigo/dao/CategoryDao.java

    r10505 r10714  
    2828     */
    2929    public boolean create(Category category) throws JiwigoException;
     30
     31    /**
     32     * Function that deletes a given category
     33     * @param category the category to delete
     34     * @return true if the category is successfully deleted
     35     * @throws JiwigoException
     36     */
     37    public boolean delete(Category category) throws JiwigoException;
    3038}
Note: See TracChangeset for help on using the changeset viewer.