|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EntityPrivacyPreferencesContract
This is a contract for EntityPrivacyPreferences. Privacy preferences are used to hide/suppress certain contact information.
Method Summary | |
---|---|
String |
getEntityId()
Gets this id of the parent identity object. |
boolean |
isSuppressAddress()
This is value designating if Entity Address should be suppressed. |
boolean |
isSuppressEmail()
This is value designating if Entity Email should be suppressed. |
boolean |
isSuppressName()
This is value designating if Entity Name should be suppressed. |
boolean |
isSuppressPersonal()
This is value designating if Entity Personal information should be suppressed. |
boolean |
isSuppressPhone()
This is value designating if Entity Phone should be suppressed. |
Methods inherited from interface org.kuali.rice.core.api.mo.common.Versioned |
---|
getVersionNumber |
Methods inherited from interface org.kuali.rice.core.api.mo.common.GloballyUnique |
---|
getObjectId |
Method Detail |
---|
String getEntityId()
EntityPrivacyPreferencesContract
boolean isSuppressName()
This is a boolean value that shows if identity names should be suppressed or not.
boolean isSuppressAddress()
This is a boolean value that shows if identity addresses should be suppressed or not.
boolean isSuppressEmail()
This is a boolean value that shows if identity emails should be suppressed or not.
boolean isSuppressPhone()
This is a boolean value that shows if identity phones should be suppressed or not.
boolean isSuppressPersonal()
This is a boolean value that shows if identity personal information should be suppressed or not.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |