@AccessLevel(value=EXTERNAL)
public interface TimelineCalendar
Modifier and Type | Method and Description |
---|---|
curam.eligibilitytimelinecalendar.struct.TimelineCalendarData |
getCalendarData(curam.eligibilitytimelinecalendar.struct.TimelineCalendarKey key)
An
This method takes a caseID which should be of the type IntegratedCase(CT5)
or ParticipantDataCase (CT2001).
|
curam.eligibilitytimelinecalendar.struct.TimelineCalendarInfo |
getCalendarInformation()
Method to return an TimelineCalendarInfo Struct which contains an
attribute with a domain definition of TIMELINE_CALENDAR_INFO.
|
curam.eligibilitytimelinecalendar.struct.TimelineCalendarListCaseMembers |
getCaseMembers(curam.eligibilitytimelinecalendar.struct.TimelineCalendarKey key)
Deprecated.
since 7.0
This functionality forms part of a feature that is no longer relevant to
the product strategy and will not be replaced.
|
curam.eligibilitytimelinecalendar.struct.TimelineCalendarListViewInformation |
getConcernRoleListInformation(curam.eligibilitytimelinecalendar.struct.TimelineCalendarKey key)
Deprecated.
since 7.0
This functionality forms part of a feature that is no longer relevant to
the product strategy and will not be replaced.
|
curam.eligibilitytimelinecalendar.struct.TimelineCalendarYearList |
getYears()
Deprecated.
since 7.0
This functionality forms part of a feature that is no longer relevant to
the product strategy and will not be replaced.
|
@AccessLevel(value=EXTERNAL) curam.eligibilitytimelinecalendar.struct.TimelineCalendarInfo getCalendarInformation() throws curam.util.exception.AppException, curam.util.exception.InformationalException
AppException
InformationalException
@Deprecated @AccessLevel(value=EXTERNAL) curam.eligibilitytimelinecalendar.struct.TimelineCalendarYearList getYears() throws curam.util.exception.AppException, curam.util.exception.InformationalException
AppException
InformationalException
@Deprecated @AccessLevel(value=EXTERNAL) curam.eligibilitytimelinecalendar.struct.TimelineCalendarListViewInformation getConcernRoleListInformation(curam.eligibilitytimelinecalendar.struct.TimelineCalendarKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
key
- AppException
InformationalException
@AccessLevel(value=EXTERNAL) curam.eligibilitytimelinecalendar.struct.TimelineCalendarData getCalendarData(curam.eligibilitytimelinecalendar.struct.TimelineCalendarKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@Deprecated @AccessLevel(value=EXTERNAL) curam.eligibilitytimelinecalendar.struct.TimelineCalendarListCaseMembers getCaseMembers(curam.eligibilitytimelinecalendar.struct.TimelineCalendarKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
key
- which contains a caseIDAppException
InformationalException