public class PropertyService extends Object
| Constructor and Description | 
|---|
| PropertyService() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addCategory(String nodeId,
           String catId) | 
| void | addKeyword(String nodeId,
          String keyword) | 
| void | removeCategory(String nodeId,
              String catId) | 
| void | removeKeyword(String nodeId,
             String keyword) | 
public void addCategory(String nodeId, String catId) throws GenericException
GenericExceptionpublic void removeCategory(String nodeId, String catId) throws GenericException
GenericExceptionpublic void addKeyword(String nodeId, String keyword) throws GenericException
GenericExceptionpublic void removeKeyword(String nodeId, String keyword) throws GenericException
GenericExceptionCopyright © 2015. All Rights Reserved.