|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
com.bea.netuix.application.communities.MemberCriteria
public class MemberCriteria
The MemberCriteria object is used to specify a member to search for. <p/>The overview of community functionality contains a description of the community framework.
| Constructor Summary | |
|---|---|
MemberCriteria(CommunityMemberId memberId)Constructs a new MemberCriteria specifying the member ID of the member to search for. |
|
MemberCriteria(String username)Constructs a new MemberCriteria specifying the username of the member to search for. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o) |
CommunityMemberId |
getMemberIdCriteria()Retrieves the member ID criteria for the search. |
String |
getUsernameCriteria()Retrieves the username criteria for the search. |
int |
hashCode() |
boolean |
isMemberIdCriteria()Determines if member ID is a criteria for the search. |
boolean |
isUsernameCriteria()Determines if username is a criteria for the search. |
String |
toString() |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MemberCriteria(CommunityMemberId memberId)
memberId - the ID of the member to search for.public MemberCriteria(String username)
username - the username of the member to search for.| Method Detail |
|---|
public String toString()
toString in class Objectpublic boolean isMemberIdCriteria()
true if member ID is a criteria to be used, false if not.public CommunityMemberId getMemberIdCriteria()
null if member ID is not a criteria in the search.public boolean isUsernameCriteria()
true if username is a criteria to be used, false if not.public String getUsernameCriteria()
null if username is not a criteria in the search.public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright © 2010, Oracle. All rights reserved.