org.infoglue.cms.webservices
Class RemoteUserPropertiesServiceImpl

java.lang.Object
  extended by org.infoglue.cms.webservices.RemoteInfoGlueService
      extended by org.infoglue.cms.webservices.RemoteUserPropertiesServiceImpl

public class RemoteUserPropertiesServiceImpl
extends RemoteInfoGlueService

This class is responsible for letting an external application call InfoGlue API:s remotely. It handles api:s to manage user properties.

Author:
Mattias Bogeblad

Constructor Summary
RemoteUserPropertiesServiceImpl()
           
 
Method Summary
 java.lang.Boolean deleteDigitalAsset(java.lang.String principalName, java.lang.Object[] inputsArray)
          Deletes a digital asset.
 java.lang.Boolean updateUserProperties(java.lang.String principalName, int languageId, int contentTypeDefinitionId, java.lang.Object[] inputsArray)
          Inserts a new UserProperty.
 int updateUserProperties(java.lang.String principalName, UserPropertiesVO userPropertiesVO)
          Inserts a new UserProperty.
 
Methods inherited from class org.infoglue.cms.webservices.RemoteInfoGlueService
beginTransaction, beginTransaction, cleanAttributeValue, closeDatabase, commitTransaction, getRequest, rollbackTransaction, updateCaches
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteUserPropertiesServiceImpl

public RemoteUserPropertiesServiceImpl()
Method Detail

updateUserProperties

public int updateUserProperties(java.lang.String principalName,
                                UserPropertiesVO userPropertiesVO)
Inserts a new UserProperty.


updateUserProperties

public java.lang.Boolean updateUserProperties(java.lang.String principalName,
                                              int languageId,
                                              int contentTypeDefinitionId,
                                              java.lang.Object[] inputsArray)
Inserts a new UserProperty.


deleteDigitalAsset

public java.lang.Boolean deleteDigitalAsset(java.lang.String principalName,
                                            java.lang.Object[] inputsArray)
Deletes a digital asset.



Copyright © 2005 InfoGlue.org All Rights Reserved.