org.infoglue.cms.webservices
Class RemoteContentServiceImpl

java.lang.Object
  |
  +--org.infoglue.cms.webservices.RemoteContentServiceImpl

public class RemoteContentServiceImpl
extends java.lang.Object

This class is responsible for letting an external application call InfoGlue API:s remotely. It handles api:s to manage contents and associated entities.

Author:
Mattias Bogeblad

Constructor Summary
RemoteContentServiceImpl()
           
 
Method Summary
 int createContent(ContentVO contentVO, int parentContentId, int contentTypeDefinitionId, int repositoryId)
          Inserts a new Content including versions etc.
 int createContentVersion(ContentVersionVO contentVersionVO, int contentId, int languageId)
          Inserts a new ContentVersion.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteContentServiceImpl

public RemoteContentServiceImpl()
Method Detail

createContent

public int createContent(ContentVO contentVO,
                         int parentContentId,
                         int contentTypeDefinitionId,
                         int repositoryId)
Inserts a new Content including versions etc.


createContentVersion

public int createContentVersion(ContentVersionVO contentVersionVO,
                                int contentId,
                                int languageId)
Inserts a new ContentVersion.