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

Packages that use UserFieldDefinition
atg.svc.repository.beans   
atg.svc.repository.beans.methods   
 

Uses of UserFieldDefinition in atg.svc.repository.beans
 

Methods in atg.svc.repository.beans that return UserFieldDefinition
 UserFieldDefinition UserFieldDefinitionHome.create()
          Returns a new instance.
 UserFieldDefinition UserFieldDefinitionHome.create(java.lang.String pId)
          Returns a new instance with the repository id set to the given id.
 UserFieldDefinition UserFieldDefinitionHome.findByPrimaryKey(java.lang.String primaryKey)
          Returns the instance with the given primary key, throws ObjectNotFoundException if the instance is not found.
 UserFieldDefinition UserFieldDefinitionHome.wrapRepositoryItem(atg.repository.RepositoryItem pRepositoryItem)
           
 

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

Uses of UserFieldDefinition in atg.svc.repository.beans.methods
 

Methods in atg.svc.repository.beans.methods with parameters of type UserFieldDefinition
 java.util.List UserFieldDefinitionMethods.getUsersInSegments(UserFieldDefinition pFieldDefinition)
          Gets all user profiles that are members of the groups in the segments property of the given field definition.
 boolean UserFieldDefinitionMethods.hasSegmentFilter(UserFieldDefinition pFieldDefinition)
          Returns true if a segment filter has been set on the given UserFieldDefinition.