|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.hooks.beans.HooksBean
edu.internet2.middleware.grouper.hooks.beans.HooksMemberChangeSubjectBean
public class HooksMemberChangeSubjectBean
bean to hold objects for member change subject operation
Field Summary | |
---|---|
static java.lang.String |
FIELD_DELETING_OLD_MEMBER
constant for field name for: deletingOldMember |
static java.lang.String |
FIELD_MEMBER
constant for field name for: member |
static java.lang.String |
FIELD_NEW_MEMBER_DIDNT_EXIST
constant for field name for: newMemberDidntExist |
static java.lang.String |
FIELD_NEW_SUBJECT
constant for field name for: newSubject |
static java.lang.String |
FIELD_OLD_SUBJECT_ID
constant for field name for: oldSubjectId |
static java.lang.String |
FIELD_OLD_SUBJECT_SOURCE_ID
constant for field name for: oldSubjectSourceId |
Constructor Summary | |
---|---|
HooksMemberChangeSubjectBean()
|
|
HooksMemberChangeSubjectBean(Member theMember,
edu.internet2.middleware.subject.Subject theNewSubject,
java.lang.String theOldSubjectId,
java.lang.String theOldSubjectSourceId,
boolean theDeletingOldMember,
boolean theNewMemberDidntExist)
construct |
Method Summary | |
---|---|
HooksMemberChangeSubjectBean |
clone()
deep clone the fields in this object |
Member |
getMember()
object being inserted |
edu.internet2.middleware.subject.Subject |
getNewSubject()
subject that is being changed to |
java.lang.String |
getOldSubjectId()
old subject info |
java.lang.String |
getOldSubjectSourceId()
old subject info |
boolean |
isDeletingOldMember()
if we are deleting the old member object (only applicable if new member exists) |
boolean |
isNewMemberDidntExist()
if the new member didnt exist, then just put the new subject in the old member |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String FIELD_DELETING_OLD_MEMBER
public static final java.lang.String FIELD_MEMBER
public static final java.lang.String FIELD_NEW_MEMBER_DIDNT_EXIST
public static final java.lang.String FIELD_NEW_SUBJECT
public static final java.lang.String FIELD_OLD_SUBJECT_ID
public static final java.lang.String FIELD_OLD_SUBJECT_SOURCE_ID
Constructor Detail |
---|
public HooksMemberChangeSubjectBean()
public HooksMemberChangeSubjectBean(Member theMember, edu.internet2.middleware.subject.Subject theNewSubject, java.lang.String theOldSubjectId, java.lang.String theOldSubjectSourceId, boolean theDeletingOldMember, boolean theNewMemberDidntExist)
theMember
- theNewSubject
- theOldSubjectId
- theOldSubjectSourceId
- theDeletingOldMember
- theNewMemberDidntExist
- Method Detail |
---|
public Member getMember()
public edu.internet2.middleware.subject.Subject getNewSubject()
public HooksMemberChangeSubjectBean clone()
clone
in interface GrouperCloneable
clone
in class HooksBean
Object.clone()
public java.lang.String getOldSubjectId()
public java.lang.String getOldSubjectSourceId()
public boolean isDeletingOldMember()
public boolean isNewMemberDidntExist()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |