|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectatg.svc.repository.beans.methods.BaseMethods
atg.svc.repository.beans.methods.UserFieldDefinitionMethods
public class UserFieldDefinitionMethods
Defines extension methods for the UserFieldDefinition object.
Field Summary | |
---|---|
static java.lang.String |
CLASS_VERSION
|
Constructor Summary | |
---|---|
UserFieldDefinitionMethods()
|
Method Summary | |
---|---|
java.util.List |
getUsersInSegments(UserFieldDefinition pFieldDefinition)
Gets all user profiles that are members of the groups in the segments property of the given field definition. |
boolean |
hasSegmentFilter(UserFieldDefinition pFieldDefinition)
Returns true if a segment filter has been set on the given UserFieldDefinition. |
Methods inherited from class atg.svc.repository.beans.methods.BaseMethods |
---|
getServiceFactory |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String CLASS_VERSION
Constructor Detail |
---|
public UserFieldDefinitionMethods()
Method Detail |
---|
public java.util.List getUsersInSegments(UserFieldDefinition pFieldDefinition)
pFieldDefinition
- The UserType field definition that has the list of group names.
public boolean hasSegmentFilter(UserFieldDefinition pFieldDefinition)
pFieldDefinition
- The field definition to check.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |