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/impl/TagDaoImpl.java

    r10700 r10714  
    5555    public List<Tag> list() throws JiwigoException {
    5656        Document doc = sessionManager.executeReturnDocument(MethodsEnum.TAGS_ADMIN_LIST.getLabel());
    57         //      System.out.println(Outil.documentToString(doc));
    58         NodeList nodeList = doc.getDocumentElement().getElementsByTagName("tags");
    5957        return getTagsFromDocument((Element) doc.getDocumentElement().getElementsByTagName("tags").item(0));
    6058
Note: See TracChangeset for help on using the changeset viewer.