|
||||||||||
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.HooksExternalSubjectBean
public class HooksExternalSubjectBean
bean to hold objects for attribute def name low level hooks
Field Summary | |
---|---|
static java.lang.String |
FIELD_AUTOADD_GROUPS
constant for field name for: autoaddGroups |
static java.lang.String |
FIELD_EXTERNAL_SUBJECT
constant for field name for: externalSubject |
static java.lang.String |
FIELD_EXTERNAL_SUBJECT_ATTRIBUTES
constant for field name for: externalSubjectAttributes |
static java.lang.String |
FIELD_EXTERNAL_SUBJECT_INVITE_NAME
constant for field name for: externalSubjectInviteName |
static java.lang.String |
FIELD_FROM_RECALC_DAEMON
constant for field name for: fromRecalcDaemon |
static java.lang.String |
FIELD_INSERT
constant for field name for: insert |
static java.lang.String |
FIELD_UPDATE
constant for field name for: update |
Constructor Summary | |
---|---|
HooksExternalSubjectBean()
|
|
HooksExternalSubjectBean(ExternalSubject theExternalSubject,
boolean isInsert,
boolean isUpdate,
java.util.Set<ExternalSubjectAttribute> theExternalSubjectAttributes,
java.lang.String theExternalSubjectInviteName,
boolean theAutoAddGroups,
boolean theFromDaemon)
call this when editing the external subject, insert or udpate |
Method Summary | |
---|---|
HooksExternalSubjectBean |
clone()
deep clone the fields in this object |
ExternalSubject |
getExternalSubject()
object being affected |
java.util.Set<ExternalSubjectAttribute> |
getExternalSubjectAttributes()
the attributes that will be saved with the subject |
java.lang.String |
getExternalSubjectInviteName()
external subject invite name, in url to have different hooks |
boolean |
isAutoaddGroups()
if should autoadd groups |
boolean |
isFromRecalcDaemon()
if from daemon |
boolean |
isInsert()
if this is an insert |
boolean |
isUpdate()
if this is an update |
void |
setAutoaddGroups(boolean autoaddGroups1)
if should autoadd groups |
void |
setExternalSubject(ExternalSubject theExternalSubject)
object being affected |
void |
setExternalSubjectAttributes(java.util.Set<ExternalSubjectAttribute> theExternalSubjectAttributes)
the attributes that will be saved with the subject |
void |
setExternalSubjectInviteName(java.lang.String externalSubjectInviteName1)
external subject invite name, in url to have different hooks |
void |
setFromRecalcDaemon(boolean fromDaemon1)
if from daemon |
void |
setInsert(boolean insert1)
if this is an insert |
void |
setUpdate(boolean update1)
if this is an update |
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_AUTOADD_GROUPS
public static final java.lang.String FIELD_EXTERNAL_SUBJECT
public static final java.lang.String FIELD_EXTERNAL_SUBJECT_ATTRIBUTES
public static final java.lang.String FIELD_EXTERNAL_SUBJECT_INVITE_NAME
public static final java.lang.String FIELD_FROM_RECALC_DAEMON
public static final java.lang.String FIELD_INSERT
public static final java.lang.String FIELD_UPDATE
Constructor Detail |
---|
public HooksExternalSubjectBean()
public HooksExternalSubjectBean(ExternalSubject theExternalSubject, boolean isInsert, boolean isUpdate, java.util.Set<ExternalSubjectAttribute> theExternalSubjectAttributes, java.lang.String theExternalSubjectInviteName, boolean theAutoAddGroups, boolean theFromDaemon)
theExternalSubject
- isInsert
- isUpdate
- theExternalSubjectAttributes
- theExternalSubjectInviteName
- theAutoAddGroups
- theFromDaemon
- Method Detail |
---|
public boolean isAutoaddGroups()
public void setAutoaddGroups(boolean autoaddGroups1)
autoaddGroups1
- the autoaddGroups to setpublic boolean isFromRecalcDaemon()
public void setFromRecalcDaemon(boolean fromDaemon1)
fromDaemon1
- the fromDaemon to setpublic ExternalSubject getExternalSubject()
public void setExternalSubject(ExternalSubject theExternalSubject)
theExternalSubject
- public java.util.Set<ExternalSubjectAttribute> getExternalSubjectAttributes()
public void setExternalSubjectAttributes(java.util.Set<ExternalSubjectAttribute> theExternalSubjectAttributes)
theExternalSubjectAttributes
- public boolean isInsert()
public void setInsert(boolean insert1)
insert1
- public boolean isUpdate()
public void setUpdate(boolean update1)
update1
- public java.lang.String getExternalSubjectInviteName()
public void setExternalSubjectInviteName(java.lang.String externalSubjectInviteName1)
externalSubjectInviteName1
- public HooksExternalSubjectBean clone()
clone
in interface GrouperCloneable
clone
in class HooksBean
Object.clone()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |