|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Resource
Class Resource
| Nested Class Summary | |
|---|---|
static interface |
Resource.Identity
Object Identity |
| Method Summary | ||
|---|---|---|
AddWorkRecordResult |
addWorkRecordByDuration(Activity activity,
short depotSelector,
String description,
Short durationHours,
Short durationMinutes,
Date endAt,
String name,
short rateType,
Date startAt)
|
|
|
getAssignedActivity()
Retrieves a set containing all the elements for the reference assignedActivity. |
|
Activity |
getAssignedActivity(boolean idIsPersistent,
String id)
Retrieves the value for the reference assignedActivity for
the specified qualifier attribute value. |
|
Calendar |
getCalendar()
Retrieves the value for the reference calendar. |
|
Contact |
getContact()
Retrieves the value for the reference contact. |
|
String |
getDescription()
Retrieves the possibly null value for the optional attribute description. |
|
String |
getName()
Retrieves the value for the attribute name. |
|
BigDecimal |
getOvertimeRate()
Retrieves the value for the attribute overtimeRate. |
|
short |
getRateCurrency()
Retrieves the value for the attribute rateCurrency. |
|
BigDecimal |
getStandardRate()
Retrieves the value for the attribute standardRate. |
|
|
getWorkReportEntry()
Retrieves a set containing all the elements for the reference workReportEntry. |
|
WorkReportEntry |
getWorkReportEntry(boolean idIsPersistent,
String id)
Retrieves the value for the reference workReportEntry for
the specified qualifier attribute value. |
|
void |
setCalendar(Calendar calendar)
Sets a new value for the reference calendar. |
|
void |
setContact(Contact contact)
Sets a new value for the reference contact. |
|
void |
setDescription(String description)
Sets a new value for the attribute description. |
|
void |
setName(String name)
Sets a new value for the attribute name. |
|
void |
setOvertimeRate(BigDecimal overtimeRate)
Sets a new value for the attribute overtimeRate. |
|
void |
setRateCurrency(short rateCurrency)
Sets a new value for the attribute rateCurrency. |
|
void |
setStandardRate(BigDecimal standardRate)
Sets a new value for the attribute standardRate. |
|
| Methods inherited from interface org.opencrx.kernel.depot1.cci2.DepotReferenceHolder |
|---|
addDepotReference, getDepotReference, getDepotReference |
| Methods inherited from interface org.opencrx.kernel.base.cci2.AlertSender |
|---|
sendAlert |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Auditee |
|---|
getAudit, getAudit |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Cloneable |
|---|
clone_ |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Importer |
|---|
importItem |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Indexed |
|---|
getIndexEntry, getIndexEntry, updateIndex |
| Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObject |
|---|
addOwningGroup, checkPermissions, getAccessGrantedByParent, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwningUser, setOwningUser |
| Methods inherited from interface org.opencrx.kernel.base.cci2.XmlExporter |
|---|
exportXml |
| 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, getView |
| Method Detail |
|---|
AddWorkRecordResult addWorkRecordByDuration(Activity activity,
short depotSelector,
String description,
Short durationHours,
Short durationMinutes,
Date endAt,
String name,
short rateType,
Date startAt)
<T extends Activity> Collection<T> getAssignedActivity()
assignedActivity.
Activity getAssignedActivity(boolean idIsPersistent,
String id)
assignedActivity for
the specified qualifier attribute value.
idIsPersistent - Defines whether value for the qualifier is persistent or notid - The value for the qualifier attribute that qualifies this reference.
Calendar getCalendar()
calendar.
null – value for this reference.void setCalendar(Calendar calendar)
calendar.
calendar - 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.String getDescription()
description.
description.void setDescription(String description)
description.
description - The possibly null new value for attribute description.String getName()
name.
name.void setName(String name)
name.
name - The non-null new value for attribute name.BigDecimal getOvertimeRate()
overtimeRate.
overtimeRate.void setOvertimeRate(BigDecimal overtimeRate)
overtimeRate.
overtimeRate - The non-null new value for attribute overtimeRate.short getRateCurrency()
rateCurrency.
rateCurrency.void setRateCurrency(short rateCurrency)
rateCurrency.
rateCurrency - The non-null new value for attribute rateCurrency.BigDecimal getStandardRate()
standardRate.
standardRate.void setStandardRate(BigDecimal standardRate)
standardRate.
standardRate - The non-null new value for attribute standardRate.<T extends WorkReportEntry> Collection<T> getWorkReportEntry()
workReportEntry.
WorkReportEntry getWorkReportEntry(boolean idIsPersistent,
String id)
workReportEntry for
the specified qualifier attribute value.
idIsPersistent - Defines whether value for the qualifier is persistent or notid - The value for the qualifier attribute that qualifies this reference.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||