Uses of Interface
atg.svc.repository.beans.UserOption

Packages that use UserOption
atg.svc.repository.beans   
 

Uses of UserOption in atg.svc.repository.beans
 

Methods in atg.svc.repository.beans that return UserOption
 UserOption UserOptionHome.create()
          Returns a new instance.
 UserOption UserOptionHome.create(java.lang.String pId)
          Returns a new instance with the repository id set to the given id.
 UserOption UserOptionHome.findByPrimaryKey(java.lang.String primaryKey)
          Returns the instance with the given primary key, throws ObjectNotFoundException if the instance is not found.
 UserOption UserOptionHome.findByUserIdAndName(java.lang.String userId, java.lang.String name)
          Finds a single user option by userId and key
 UserOption UserOptionHome.wrapRepositoryItem(atg.repository.RepositoryItem pRepositoryItem)
           
 

Methods in atg.svc.repository.beans with parameters of type UserOption
 void UserOption.copyTo(UserOption destination)
          Copies the property values of this instance to another instance of the same data type.