org.infoglue.cms.webservices
Class RemoteUserPropertiesServiceImpl
java.lang.Object
org.infoglue.cms.webservices.RemoteInfoGlueService
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
|
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteUserPropertiesServiceImpl
public RemoteUserPropertiesServiceImpl()
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.