atg.adapter.gsa.xml
Class GSAPropertySetter

java.lang.Object
  extended by atg.adapter.gsa.xml.GSAPropertySetter

public class GSAPropertySetter
extends java.lang.Object


Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Constructor Summary
GSAPropertySetter()
           
 
Method Summary
static void setProperties(MutableRepository pRepository, java.lang.String pItemDescriptorName, MutableRepositoryItem pItem, java.util.Map<java.lang.String,java.lang.String> pPropertyValues)
          setProperties This method sets the repository item properties from the values contained in the map.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Class version string

Constructor Detail

GSAPropertySetter

public GSAPropertySetter()
Method Detail

setProperties

public static void setProperties(MutableRepository pRepository,
                                 java.lang.String pItemDescriptorName,
                                 MutableRepositoryItem pItem,
                                 java.util.Map<java.lang.String,java.lang.String> pPropertyValues)
                          throws RepositoryException
setProperties This method sets the repository item properties from the values contained in the map.

Parameters:
pRepository - - the repository for the item to be set.
pItemDescriptorName - - the item descriptor for the item to be set.
pItem - - the repository item to be set.
pPropertyValues - - a map of repository name / value pairs to be set on the repository item.
Throws:
RepositoryException