|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UserHome
Class UserHome
| Nested Class Summary | |
|---|---|
static interface |
UserHome.Identity
Object Identity |
| Method Summary | ||
|---|---|---|
|
changePassword(String newPassword,
String newPasswordVerification,
String oldPassword)
|
|
|
getAccessHistory()
Retrieves a set containing all the elements for the reference accessHistory. |
|
|
getAlert()
Retrieves a set containing all the elements for the reference alert. |
|
|
getAssignedActivity()
Retrieves a set containing all the elements for the reference assignedActivity. |
|
|
getAssignedContract()
Retrieves a set containing all the elements for the reference assignedContract. |
|
|
getChart()
Retrieves a set containing all the elements for the reference chart. |
|
Chart |
getChart0()
Retrieves the value for the reference chart0. |
|
Chart |
getChart1()
Retrieves the value for the reference chart1. |
|
Chart |
getChart2()
Retrieves the value for the reference chart2. |
|
Chart |
getChart3()
Retrieves the value for the reference chart3. |
|
Contact |
getContact()
Retrieves the value for the reference contact. |
|
|
getEmailAccount()
Retrieves a set containing all the elements for the reference eMailAccount. |
|
byte[] |
getFavoriteChart0()
Retrieves the value for the attribute favoriteChart0. |
|
String |
getFavoriteChart0Description()
|
|
String |
getFavoriteChart0MimeType()
|
|
String |
getFavoriteChart0Name()
|
|
byte[] |
getFavoriteChart1()
Retrieves the value for the attribute favoriteChart1. |
|
String |
getFavoriteChart1Description()
|
|
String |
getFavoriteChart1MimeType()
|
|
String |
getFavoriteChart1Name()
|
|
byte[] |
getFavoriteChart2()
Retrieves the value for the attribute favoriteChart2. |
|
String |
getFavoriteChart2Description()
|
|
String |
getFavoriteChart2MimeType()
|
|
String |
getFavoriteChart2Name()
|
|
byte[] |
getFavoriteChart3()
Retrieves the value for the attribute favoriteChart3. |
|
String |
getFavoriteChart3Description()
|
|
String |
getFavoriteChart3MimeType()
|
|
String |
getFavoriteChart3Name()
|
|
PrincipalGroup |
getPrimaryGroup()
Retrieves the value for the reference primaryGroup. |
|
|
getQuickAccess()
Retrieves a set containing all the elements for the reference quickAccess. |
|
String |
getSendMailSubjectPrefix()
|
|
String |
getSettings()
|
|
|
getSubscription()
Retrieves a set containing all the elements for the reference subscription. |
|
String |
getWebAccessUrl()
|
|
|
getWfProcessInstance()
Retrieves a set containing all the elements for the reference wfProcessInstance. |
|
byte[] |
getWorkWeek()
Retrieves the value for the attribute workWeek. |
|
String |
getWorkWeekMimeType()
|
|
String |
getWorkWeekName()
|
|
Boolean |
isStoreSettingsOnLogoff()
|
|
|
refreshItems()
|
|
void |
setChart0(Chart chart0)
Sets a new value for the reference chart0. |
|
void |
setChart1(Chart chart1)
Sets a new value for the reference chart1. |
|
void |
setChart2(Chart chart2)
Sets a new value for the reference chart2. |
|
void |
setChart3(Chart chart3)
Sets a new value for the reference chart3. |
|
void |
setContact(Contact contact)
Sets a new value for the reference contact. |
|
void |
setPrimaryGroup(PrincipalGroup primaryGroup)
Sets a new value for the reference primaryGroup. |
|
void |
setSegment(Segment segment)
Sets a new value for the reference segment. |
|
void |
setSegment(Segment segment,
boolean principalIdIsPersistent,
String principalId)
Set the object's composite association org:opencrx:kernel:home1:SegmentContainsUserHome. |
|
void |
setSendMailSubjectPrefix(String sendMailSubjectPrefix)
Sets a new value for the attribute sendMailSubjectPrefix. |
|
void |
setSettings(String settings)
Sets a new value for the attribute settings. |
|
void |
setStoreSettingsOnLogoff(Boolean storeSettingsOnLogoff)
Sets a new value for the attribute storeSettingsOnLogoff. |
|
void |
setWebAccessUrl(String webAccessUrl)
Sets a new value for the attribute webAccessUrl. |
|
| Methods inherited from interface org.opencrx.kernel.base.cci2.AlertSender |
|---|
sendAlert |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Auditee |
|---|
getAudit |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Importer |
|---|
importItem |
| Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObject |
|---|
addOwningGroup, getAccessGrantedByParent, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwningUser, setOwningUser |
| Methods inherited from interface org.opencrx.kernel.base.cci2.WorkflowTarget |
|---|
executeWorkflow |
| Methods inherited from interface org.openmdx.base.cci2.BasicObject |
|---|
getCreatedAt, getCreatedBy, getModifiedAt, getModifiedBy |
| Methods inherited from interface org.openmdx.base.cci2.ExtentCapable |
|---|
getIdentity |
| Methods inherited from interface org.openmdx.compatibility.view1.cci2.ViewCapable |
|---|
getView |
| Method Detail |
|---|
<T extends AccessHistory> Collection<T> getAccessHistory()
accessHistory.
<T extends Alert> Collection<T> getAlert()
alert.
<T extends Activity> Set<T> getAssignedActivity()
assignedActivity.
<T extends AbstractContract> Set<T> getAssignedContract()
assignedContract.
<T extends ChangePasswordResult> T changePassword(String newPassword,
String newPasswordVerification,
String oldPassword)
throws RefException
RefException<T extends Chart> Collection<T> getChart()
chart.
Chart getChart0()
chart0.
null – value for this reference.void setChart0(Chart chart0)
chart0.
chart0 - The non-null new value for this reference.Chart getChart1()
chart1.
null – value for this reference.void setChart1(Chart chart1)
chart1.
chart1 - The non-null new value for this reference.Chart getChart2()
chart2.
null – value for this reference.void setChart2(Chart chart2)
chart2.
chart2 - The non-null new value for this reference.Chart getChart3()
chart3.
null – value for this reference.void setChart3(Chart chart3)
chart3.
chart3 - The non-null new value for this reference.Contact getContact()
contact.
null – value for this reference.void setContact(Contact contact)
contact.
contact - The non-null new value for this reference.<T extends EmailAccount> Collection<T> getEmailAccount()
eMailAccount.
byte[] getFavoriteChart0()
favoriteChart0.
favoriteChart0.String getFavoriteChart0Description()
favoriteChart0Description.String getFavoriteChart0MimeType()
favoriteChart0MimeType.String getFavoriteChart0Name()
favoriteChart0Name.byte[] getFavoriteChart1()
favoriteChart1.
favoriteChart1.String getFavoriteChart1Description()
favoriteChart1Description.String getFavoriteChart1MimeType()
favoriteChart1MimeType.String getFavoriteChart1Name()
favoriteChart1Name.byte[] getFavoriteChart2()
favoriteChart2.
favoriteChart2.String getFavoriteChart2Description()
favoriteChart2Description.String getFavoriteChart2MimeType()
favoriteChart2MimeType.String getFavoriteChart2Name()
favoriteChart2Name.byte[] getFavoriteChart3()
favoriteChart3.
favoriteChart3.String getFavoriteChart3Description()
favoriteChart3Description.String getFavoriteChart3MimeType()
favoriteChart3MimeType.String getFavoriteChart3Name()
favoriteChart3Name.PrincipalGroup getPrimaryGroup()
primaryGroup.
null – value for this reference.void setPrimaryGroup(PrincipalGroup primaryGroup)
primaryGroup.
primaryGroup - The non-null new value for this reference.<T extends QuickAccess> Collection<T> getQuickAccess()
quickAccess.
<T extends org.openmdx.base.cci2.Void> T refreshItems()
throws RefException
RefExceptionString getSendMailSubjectPrefix()
sendMailSubjectPrefix.void setSendMailSubjectPrefix(String sendMailSubjectPrefix)
sendMailSubjectPrefix.
sendMailSubjectPrefix - The possibly null new value for attribute sendMailSubjectPrefix.String getSettings()
settings.void setSettings(String settings)
settings.
settings - The possibly null new value for attribute settings.Boolean isStoreSettingsOnLogoff()
storeSettingsOnLogoff.void setStoreSettingsOnLogoff(Boolean storeSettingsOnLogoff)
storeSettingsOnLogoff.
storeSettingsOnLogoff - The possibly null new value for attribute storeSettingsOnLogoff.<T extends Subscription> Collection<T> getSubscription()
subscription.
String getWebAccessUrl()
webAccessUrl.void setWebAccessUrl(String webAccessUrl)
webAccessUrl.
webAccessUrl - The possibly null new value for attribute webAccessUrl.<T extends WfProcessInstance> Collection<T> getWfProcessInstance()
wfProcessInstance.
byte[] getWorkWeek()
workWeek.
workWeek.String getWorkWeekMimeType()
workWeekMimeType.String getWorkWeekName()
workWeekName.void setSegment(Segment segment)
segment.
segment - The non-null new value for this reference.
void setSegment(Segment segment,
boolean principalIdIsPersistent,
String principalId)
org:opencrx:kernel:home1:SegmentContainsUserHome.
segment - The non-null new value for this object's composite owner.principalIdIsPersistent - Defines whether the principalId is persistent.principalId - The non-null new value for this object's qualifier.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||