Skip navigation links
A B C D E F G H I K L M N O P Q R S T U V W X Y 

S

saveChanges(PageID1, PodContainerData1) - Method in interface curam.core.facade.intf.PodContainer
Update the Pod Container for the given Page ID with the supplied Pod Container Data.
saveOrSimulatePayment(SimulationDetails) - Method in interface curam.core.facade.intf.ProductDelivery
Either saves or simulates a payment based on the action selected on the client.
savePodPositions(PageID1, PodConfigData1) - Method in interface curam.core.facade.intf.PodContainer
Save the new Pod positions for the Pod Container that exists in the given Page.
saveSimulationDetails1(SimulationDetails) - Method in interface curam.core.facade.intf.ProductDelivery
Saves the details of the simulation.
ScanActiveTaskAllocationBlockingPeriods - Class in curam.core.sl.base
Task allocation blocking periods may be defined for a user.
ScanActiveTaskAllocationBlockingPeriods() - Constructor for class curam.core.sl.base.ScanActiveTaskAllocationBlockingPeriods
 
ScanActiveTaskAllocationBlockingPeriods - Interface in curam.core.sl.intf
Task allocation blocking periods may be defined for a user.
ScanActiveTaskAllocationBlockingPeriodsFactory - Class in curam.core.sl.fact
Factory class to create an instance of ScanActiveTaskAllocationBlockingPeriods class, one of its subclasses, a proxy for it or a mock object for it.
ScanActiveTaskRedirections - Class in curam.core.sl.base
Task redirection periods may be defined for a user.
ScanActiveTaskRedirections() - Constructor for class curam.core.sl.base.ScanActiveTaskRedirections
 
ScanActiveTaskRedirections - Interface in curam.core.sl.intf
Task redirection periods may be defined for a user.
ScanActiveTaskRedirectionsFactory - Class in curam.core.sl.fact
Factory class to create an instance of ScanActiveTaskRedirections class, one of its subclasses, a proxy for it or a mock object for it.
scanDeadlines(BatchProcessingDate) - Method in interface curam.core.facade.intf.ScanTaskDeadlines
Scans for workflow deadlines that have expired.
ScanTaskDeadlines - Class in curam.core.facade.base
Tasks may optionally contain deadlines which signify the date and time by which the work for the task must be completed.
ScanTaskDeadlines() - Constructor for class curam.core.facade.base.ScanTaskDeadlines
 
ScanTaskDeadlines - Interface in curam.core.facade.intf
Tasks may optionally contain deadlines which signify the date and time by which the work for the task must be completed.
ScanTaskDeadlinesFactory - Class in curam.core.facade.fact
Factory class to create an instance of ScanTaskDeadlines class, one of its subclasses, a proxy for it or a mock object for it.
ScanTimeouts - Class in curam.core.base
Deprecated.
Since Curam 6.0.3.0 , replaced with curam.core.facade.intf.ScanTaskDeadlines.scanDeadlines(BatchProcessingDate). Previously, this batch job redirected to a new batch job that was created with the introduction of dynamic workflow. The new batch process batch contains the operation which scans for expired task deadlines and executes the processing defined for the deadline in the associated task metadata. See release note CR00309046.
ScanTimeouts() - Constructor for class curam.core.base.ScanTimeouts
Deprecated.
 
ScanTimeouts - Class in curam.core.impl
Deprecated.
Since Curam 6.0.3.0, replaced with ScanTaskDeadlines.scanDeadlines(BatchProcessingDate) . Previously, this batch job redirected to a new batch job that was created with the introduction of dynamic workflow. The new batch process batch contains the operation which scans for expired task deadlines and executes the processing defined for the deadline in the associated task metadata. See release note CR00309046.
ScanTimeouts() - Constructor for class curam.core.impl.ScanTimeouts
Deprecated.
 
scanTimeouts(BatchProcessingDate) - Method in class curam.core.impl.ScanTimeouts
Deprecated.
This is a batch operation that will be embedded in the `ScanTimeouts.exe` file.
ScanTimeouts - Interface in curam.core.intf
Deprecated.
Since Curam 6.0.3.0 , replaced with curam.core.facade.intf.ScanTaskDeadlines.scanDeadlines(BatchProcessingDate). Previously, this batch job redirected to a new batch job that was created with the introduction of dynamic workflow. The new batch process batch contains the operation which scans for expired task deadlines and executes the processing defined for the deadline in the associated task metadata. See release note CR00309046.
scanTimeouts(BatchProcessingDate) - Method in interface curam.core.intf.ScanTimeouts
Deprecated. 
ScanTimeoutsFactory - Class in curam.core.fact
Deprecated.
Since Curam 6.0.3.0 , replaced with curam.core.facade.intf.ScanTaskDeadlines.scanDeadlines(BatchProcessingDate). Previously, this batch job redirected to a new batch job that was created with the introduction of dynamic workflow. The new batch process batch contains the operation which scans for expired task deadlines and executes the processing defined for the deadline in the associated task metadata. See release note CR00309046.
ScheduledAppointment - Interface in curam.clientdiary.impl
Interface for a scheduled appointment for a client.
ScheduledAppointmentDAO - Interface in curam.clientdiary.impl
Used to read details of ScheduledAppointment.
ScheduledAppointmentHandler - Interface in curam.clientdiary.impl
Utility interface for ScheduledAppointment and ClientDiary functionality.
Screening - Class in curam.core.facade.base
This process class provides the reference facade functionality for a screening case
Screening() - Constructor for class curam.core.facade.base.Screening
 
Screening - Interface in curam.core.facade.intf
This process class provides the reference facade functionality for a screening case
ScreeningFactory - Class in curam.core.facade.fact
Factory class to create an instance of Screening class, one of its subclasses, a proxy for it or a mock object for it.
search(RepresentativeSearchKey) - Method in interface curam.core.facade.intf.Representative
Method to search for Representatives matching the search criteria.
search1(ParticipantSearchKey) - Method in interface curam.core.facade.intf.ProductProvider
Deprecated.
Since Curam 6.0 SP2, replaced with ProductProvider.searchProductProvider(ParticipantSearchKey) This method is deprecated as informational messages are not returned. This method is replaced by searchProductProvider(ParticipantSearchKey) which returns the informational message along with product provider details as well. See release note: CS-09152/CR00290965.
search1(ParticipantSearchKey) - Method in interface curam.core.facade.intf.ServiceSupplier
Deprecated.
Since Curam 6.0 SP2, replaced with ServiceSupplier.searchServiceSupplier(ParticipantSearchKey) This method is deprecated as informational messages are not returned. This method is replaced by searchServiceSupplier(ParticipantSearchKey) which returns the informational message along with service supplier details as well. See release note: CS-09152/CR00290965.
search1(UtilitySearchKey) - Method in interface curam.core.facade.intf.Utility
Deprecated.
Since Curam 6.0 SP2, replaced with Utility.searchUtility(UtilitySearchKey) This method is deprecated as informational messages are not returned. This method is replaced by searchUtility(UtilitySearchKey) which returns the informational message along with utility details as well. See release note: CS-09152/CR00290965.
searchActiveByCaseParticipantRole(CaseParticipantRole) - Method in interface curam.piwrapper.outcomeplan.impl.OutcomePlanActivityBaseDAO
Retrieves a list of active OutcomePlanActivity records related to the CaseParticipantRole provided.
searchActiveByCaseParticipantRole(CaseParticipantRole) - Method in interface curam.piwrapper.outcomeplan.impl.OutcomePlanActivityDAO
Retrieves a list of active OutcomePlanActivity records related to the CaseParticipantRole provided.
searchActiveByRelatedCase(CaseHeader) - Method in interface curam.piwrapper.outcomeplan.impl.OutcomePlanActivityBaseDAO
Retrieves a list of active OutcomePlanActivity records related to the case provided.
searchActiveByRelatedCase(CaseHeader) - Method in interface curam.piwrapper.outcomeplan.impl.OutcomePlanActivityDAO
Retrieves a list of active OutcomePlanActivity records related to the case provided.
searchActiveByRelatedCase(CaseHeader) - Method in interface curam.piwrapper.outcomeplan.impl.ReviewableBaseDAO
Retrieves a list of active Reviewable records related to the case provided.
searchActiveCasesByTypeConcernRoleID(ActiveCasesConcernRoleIDAndTypeKey) - Method in class curam.core.facade.impl.CaseHeader
Searches for cases by case type, concern role id and status code.
searchActiveCasesByTypeConcernRoleID(ActiveCasesConcernRoleIDAndTypeKey) - Method in interface curam.core.facade.intf.CaseHeader
Searches for cases by case type, concern role id and status code.
searchActiveResourcesByType(ResourceSearchKey) - Method in interface curam.core.facade.intf.Organization
List all active resources by type
searchActiveUserDetails(UserSearchKey) - Method in interface curam.core.facade.intf.Organization
Search for an active user details by given search criteria.
searchActiveUsers(UserSearchCriteria) - Method in class curam.core.base.AdminUser
Deprecated.
Since Curam 5.2SP4, replaced with {@link #searchActiveUserDetails(UserSearchCriteria)}. This method is deprecated because it was not allowing to do a search based on the start date of a position.The The searchActiveUserDetails method considers the start date of a position also when doing a user search for the active positions.See release note: CR00215472
searchAllActiveUsers(UserSearchCriteria) - Method in class curam.core.base.AdminUser
Deprecated.
Since Curam 5.2SP4, replaced with {@link #searchAllActiveUsersDetails(UserSearchCriteria)}. This method is deprecated because it was not allowing to do a search based on the start date of a position.The The searchAllActiveUsersDetails method considers the start date of a position also when doing a user search for the active positions. See release note: CR00215472
searchAllCaseAuditsDetails(SearchAllCaseAuditsKey) - Method in interface curam.core.facade.intf.CaseAudit
Searches for an all case audits on the system by provided search criteria.
searchAllCasesByUserID(UserStatusAndOrgObjectKey) - Method in class curam.core.facade.impl.CaseHeader
Searches for all cases by user id.
searchAllCasesByUserID(UserStatusAndOrgObjectKey) - Method in interface curam.core.facade.intf.CaseHeader
Searches for all cases by user id.
searchAndAssociateToEmployer(EmployerSearchAndAssociateKey) - Method in interface curam.core.facade.intf.Employer
Searches for an employer by specified search criteria, and associates the prospect employer to the user selected registered employer record.
searchAndMatch(PersonMatchSearchInputDetails) - Method in interface curam.personmatch.impl.PersonMatch
Searches for Person records that match the input details provided and sorts the results into two list, conclusiveMatches and inconclusiveMatches.
searchAndMatch(PersonMatchSearchInputDetails, int) - Method in interface curam.personmatch.impl.PersonMatch
Searches for Person records that match the input details provided and sorts the results into two list, conclusiveMatches and inconclusiveMatches.
searchAndStoreSections(AppSectionSearchStoreKey) - Method in interface curam.core.facade.uiadmin.intf.ApplicationView
This method searches for sections that have not already been added to the specified application.
searchAndStoreTabs(SectionTabSearchStoreKey) - Method in interface curam.core.facade.uiadmin.intf.Section
This method searches for tabs that have not already been added to the specified section.
searchApplicationReference(ApplicationSearchKey) - Method in interface curam.core.facade.intf.Organization
Validates search criteria and allows a User to search across all defined Application Objects e.g.
searchApplications(ApplicationSearchTypeDetails) - Method in interface curam.core.facade.uiadmin.intf.ApplicationView
Search the application configurations based on the application names provided.
searchAssessedCases(CREOLEProductAccessor) - Method in interface curam.piwrapper.caseheader.impl.ProductDeliveryDAO
Gets the product deliveries for the specified CREOLE-aware product which have had at least one assessment determination created.
searchAssessmentConfigurations(AssessmentNameAndTypeKey) - Method in interface curam.core.facade.intf.Assessments
This method checks the length of the text values for Type and Name it gets from the web client, in order to decide whether or not to search by type or name.
searchAuditCoordinatorDetails(UserSearchKey) - Method in interface curam.core.facade.intf.CaseAudit
Method to search for users with an auditor role.
searchAuditCoordinators(UserSearchKey) - Method in interface curam.core.facade.intf.CaseAudit
Deprecated.
Since Curam 6.0 SP3, replaced by searchAuditCoordinatorDetails. Method to search for users with an auditor role.
searchAuditorDetails(UserSearchKey) - Method in interface curam.core.facade.intf.CaseAudit
Method to search for users with an auditor role.
searchAuditors(UserSearchKey) - Method in interface curam.core.facade.intf.CaseAudit
Deprecated.
Since Curam 6.0 SP3, replaced by searchAuditorDetails. Method to search for users with an auditor role.
searchAuditPlanDetails(AuditPlanSearchKey) - Method in interface curam.core.facade.intf.AuditPlan
Searches for an audit plan details by provided search criteria.
searchAvailableAuditors(UserSearchKey, AuditPlanKey) - Method in class curam.core.facade.base.Auditor
Performs a user search for all auditors and audit coordinators that match the specified criteria and that are not currently auditors on the audit plan.
searchAvailableTasks() - Method in interface curam.core.facade.intf.Inbox
This method searches for available tasks for the currently logged in user using the search criteria stored for the user in the database.
searchAvailableTasks(ReadMultiOperationDetails) - Method in interface curam.core.hook.task.impl.SearchTask
This method searches for available tasks for the currently logged in user using the search criteria stored for the user in the database.
searchAvailableTasks(ReadMultiOperationDetails) - Method in class curam.core.hook.task.impl.SearchTaskImpl
Returns a list of available tasks for the currently logged in user using the search criteria stored for the user in the database.
searchBankBranch(SearchBankBranchCriteria, ActionIDProperty) - Method in interface curam.core.facade.intf.Organization
Retrieves a list of bank branch for an organization with a given search criteria.
searchBatchProcess(SearchBatchKey) - Method in interface curam.core.facade.intf.System
Returns the list of batch processes that have associated descriptions and parameters, which meets the search criteria.
searchBatchProcessRequest(SearchBatchKey) - Method in interface curam.core.facade.intf.System
Returns the list of batch process requests that have associated descriptions and parameters, which meets the search criteria.
searchBy(String, WAITLISTENTRYPRIORITYEntry, Date, WAITLISTENTRYSTATUSEntry, WAITLISTTYPEEntry) - Method in interface curam.waitlist.impl.WaitList
 
searchBy(long, WAITLISTENTRYPRIORITYEntry, WAITLISTENTRYEXPIRYDAYSEntry, WAITLISTENTRYSTATUSEntry, WAITLISTTYPEEntry) - Method in interface curam.waitlist.impl.WaitList
Returns the wait list entries for a matching resource type for specific case participant role ID, priority, and number of expiry days and/or status of the wait list entry.
searchBy(String, WAITLISTENTRYPRIORITYEntry, Date, WAITLISTENTRYSTATUSEntry, WAITLISTTYPEEntry) - Method in interface curam.waitlist.impl.WaitListAccessor
Returns the wait list entries for matching resource type for specific client name, priority, and number of expiry date and OR or status of the wait list entry.
searchByAllCriteria(UserSearchCriteria) - Method in class curam.core.base.AdminUser
Deprecated.
Since Curam 5.2SP4, replaced with AdminUser.searchDetailsByAllCriteria(UserSearchCriteria). This method is deprecated because it was not allowing to do a search based on the start date of a position.The The searchDetailsByAllCriteria method considers the start date of a position also when doing a user search for the active positions.See release note: CR00215472
searchByCaseID(CaseTransactionLogByCaseIDKey) - Method in class curam.core.facade.impl.CaseTransactionLog
Retrieve transactionID, caseID, transactionType, transactionDateTime and userName for the given case filtered by caseID.
searchByCaseID(CaseTransactionLogByCaseIDKey) - Method in interface curam.core.facade.intf.CaseTransactionLog
Retrieve transactionID, caseID, transactionType, transactionDateTime and userName for the given case filtered by caseID.
searchByCaseID(ProductDeliveryCertDiaryCaseIDKey) - Method in interface curam.core.intf.CachedProductDeliveryCertDiary
Search for the ProductDeliveryCertDiary details using the ProductDeliveryCertDiaryCaseID.
searchByConcernRole(ConcernRole) - Method in interface curam.citizenactivity.impl.CitizenActivityDAO
Returns a list of citizen activities for the given ConcernRole.
searchByConcernRole(ConcernRole) - Method in interface curam.citizenactivity.impl.CitizenActivityRegistry
Returns a list of citizen activities for the given ConcernRole.
searchByConcernRole(ConcernRoleAlternateIDRMKey) - Method in class curam.core.facade.impl.ConcernRoleAlternateID
Facade method to search the concern role alternate id read multi details list
searchByConcernRole(ConcernRoleAlternateIDRMKey) - Method in interface curam.core.facade.intf.ConcernRoleAlternateID
Searches for AlternateIDReadmultiDtlsList by concern role alternate id.
searchByConcernRoleID(ConcernRoleIDStatusCodeKey) - Method in class curam.core.facade.impl.CaseHeader
Searches for all cases by concern role id.
searchByConcernRoleID(ConcernRoleIDStatusCodeKey) - Method in interface curam.core.facade.intf.CaseHeader
Searches for all cases by concern role id.
searchByConcernRoleIDAndStatus(ConcernRoleIDStatusCodeKey) - Method in class curam.core.facade.impl.ConcernRoleAlternateID
Searches for concern role by concern role id and status.
searchByConcernRoleIDAndStatus(ConcernRoleIDStatusCodeKey) - Method in interface curam.core.facade.intf.ConcernRoleAlternateID
Searches for concern role by concern role id and status.
searchByKeyAndLocale(LocalizableDescTxtDtls) - Method in interface curam.core.facade.intf.System
Retrieve a list of translations associated with a certain localeand displayNameId.
searchByParticipant(ConcernRole) - Method in interface curam.piwrapper.caseheader.impl.CaseHeaderDAO
Retrieves an immutable list of cases that the participant has a role on.
searchByPrimaryParticipant(ConcernRole) - Method in interface curam.piwrapper.caseheader.impl.CaseHeaderDAO
Retrieves an immutable list of cases that the participant is as a primary participant.
searchByReferenceNumber(AlternateIDTypeCodeKey) - Method in class curam.core.facade.impl.ConcernRoleAlternateID
Facade method to search the reference number details list
searchByReferenceNumber(AlternateIDTypeCodeKey) - Method in interface curam.core.facade.intf.ConcernRoleAlternateID
Searches for SearchByReferenceNumberDtlsList by alternate id type code.
searchByReferenceNumber(EmployerAlternateSearchKey) - Method in interface curam.core.facade.intf.Employer
Searched employers by the specified primary alternate id.
searchByReferenceNumber(PersonAlternateIDSearchKey) - Method in interface curam.core.facade.intf.Person
Searched people by the specified primary alternate id.
searchByReferenceNumber(PersonAlternateIDSearchKey) - Method in interface curam.core.facade.intf.ProspectPerson
Searched people by the specified primary alternate id.
searchByUsername(String) - Method in interface curam.piwrapper.user.impl.ExternalUserParticipantLinkDAO
Searches for an external user link record for the specified participant role.The retrieved list is sorted in ascending order by EXTERNALUSERSPARTRELTYPEEntry.
searchCase1(SearchCaseKey_fo) - Method in interface curam.core.facade.intf.Person
Searches for cases for the specified person.
searchCase1(SearchCaseKey_fo) - Method in interface curam.core.facade.intf.ProspectPerson
Searches for cases for the specified person.
searchCaseEventAndActivity1(SearchCaseEventAndActivityKey) - Method in interface curam.core.facade.intf.Case
Retrieves data representing the events and activities on the specified case.
searchCaseForDuplicate1(SearchCaseKey_fo) - Method in interface curam.core.facade.intf.Person
Searches for cases for the specified duplicate person and also returns a link to the case list for the original person.
searchCaseForDuplicate1(SearchCaseKey_fo) - Method in interface curam.core.facade.intf.ProspectPerson
Searches for cases for the specified duplicate person and also returns a link to the case list for the original person.
searchCaseIDByFinInstructID(ILIFinInstructID) - Method in interface curam.core.facade.intf.Financial
Retrieves all caseIDs from the InstructionLineItem entity based on the FinancialInstructionID.
searchCodeTables(CodeTableSearchKey) - Method in interface curam.core.facade.intf.System
Searches for code tables in the system.
searchCommonICCriteria(CommonICSearchCriteria) - Method in interface curam.piwrapper.caseheader.impl.CaseHeaderDAO
Returns a list of cases that match the specified search criteria.
searchCommonInvestigationCaseCriteria(CommonInvestigationCaseSearchCriteria) - Method in interface curam.piwrapper.caseheader.impl.CaseHeaderDAO
Returns a list of product delivery cases that match the specified search criteria.
searchCommonLPDCriteria(CommonLPDSearchCriteria) - Method in interface curam.piwrapper.caseheader.impl.CaseHeaderDAO
Returns a list of cases that match the specified search criteria.
searchCommonPDCriteria(CommonPDSearchCriteria) - Method in interface curam.piwrapper.caseheader.impl.CaseHeaderDAO
Returns a list of cases that match the specified search criteria.
searchContactLogs(ContactLogSearchKey1) - Method in interface curam.core.facade.intf.Case
Search contact log details by given search criteria.
searchContactLogs(ContactLogSearchKey1) - Method in interface curam.core.facade.intf.Incidents
Search for an incident contact log details by given search criteria.
searchCurrentProspectEmployers(ProspectEmployerSearchKey) - Method in interface curam.core.facade.intf.ProspectEmployer
Performs a search for prospect employers who have not subsequently been registered as an employer.
searchCurrentProspectPersons(ProspectPersonSearchKey) - Method in interface curam.core.facade.intf.ProspectPerson
Method to return a list of prospect persons who have not yet been registered as a person.
searchCurrentUserActivity(SearchActivityKey) - Method in interface curam.core.facade.intf.Activity
This method retrieves user calendar event data for a calendar view.
searchDuplicateDisplay(SearchDisplayKey) - Method in interface curam.core.facade.intf.ClientMerge
Gets some basic concern role data for either a person or prospect person.
searchEducationalInstitute(EducationalInstituteSearchKey) - Method in interface curam.core.facade.intf.EducationalInstitute
Searches for an Educational Institute by specified search criteria.
searchEducationInstituteDetails(EducationalInstituteSearchWizardKey) - Method in interface curam.core.facade.intf.ParticipantRegistration
Searches for an educational institute details by specified search criteria.
searchEmployer(EmployerSearchKey1) - Method in interface curam.core.facade.intf.Employer
Searches for an employer by specified search criteria.
searchEmployerDetails(EmployerSearchWizardKey) - Method in interface curam.core.facade.intf.ParticipantRegistration
Search employer details by specified search criteria.
searchEmployerDetails(EmployerSearchKey1) - Method in interface curam.core.facade.intf.ProspectEmployer
Searches for an employer by specified search criteria.
searchEmployerForPopup(EmployerSearchKey1) - Method in interface curam.core.facade.intf.Employer
Searches for an employer by specified search criteria.
searchEmployerForPopup(EmployerSearchKey1) - Method in interface curam.core.facade.intf.ProspectEmployer
Searches for an employer by specified search criteria.
searchEmployerWithoutProspectForPopup(EmployerSearchKey1) - Method in interface curam.core.facade.intf.Employer
Searches for an employer by specified search criteria.
searchExistingAuditorsOrCreateNewAuditor(SearchOrCreateAuditorsDetails) - Method in interface curam.core.facade.intf.Auditor
Method to search for users with an audit coordinator or auditor role and to also create auditors from the selected search results.
searchExternalApprovalRequests(EvidenceDescriptorKey) - Method in class curam.core.sl.base.UserAccess
 
searchExternalPartyDetails(ExternalPartySearchKey1) - Method in interface curam.core.facade.intf.ExternalParty
Searches for an External Party by specified search criteria.
searchExternalPartyDetails(ExternalPartySearchWizardKey) - Method in interface curam.core.facade.intf.ParticipantRegistration
Searches for an external party by specified search criteria.
searchExternalPartyOfficeDetails(ExternalPartyOfficeSearchKey1) - Method in interface curam.core.facade.intf.ExternalParty
Searches for an external party office by specified search criteria.
searchExternalSubscriptionsByWorkQueueID(SearchSubscriptionsByWorkQueueIDKey) - Method in class curam.core.sl.base.UserAccess
Deprecated.
Since Curam 6.0 , replaced with UserAccess.searchExternalUserSubscriptionsByWorkQueueID( SearchSubscriptionsByWorkQueueIDKey). In addition to the current functionality, the new method return struct curam.core.sl.entity.struct.WorkQueueSubscriptionFullDetailsList which aggregates struct curam.core.sl.entity.struct.WorkQueueSubscriptionFullDetails, and this struct has all the fields of WorkQueueSubscriptionDetails along with fields subscriberID, subscriberName, subscriberType, unsubscribePageText, pageTitle, organisationUnitID, organisationStructureID and objectType. See release note :
searchExternalUserSubscriptionsByWorkQueueID(SearchSubscriptionsByWorkQueueIDKey) - Method in class curam.core.sl.base.UserAccess
 
searchExternalUserTasksByDueDate(UserTasksByDueDateKey) - Method in class curam.core.sl.base.UserAccess
Deprecated.
Since Curam 6.0. This method has been replaced by #searchExternalUserTasksByDueDate(TasksByDueDateKey, which uses the TaskAssignment entity. See release note CR00223005.
searchExternalUserTasksByDueDate(TasksByDueDateKey) - Method in class curam.core.sl.base.UserAccess
Returns a list of tasks assigned to the specified external user which are due on the specified date.
searchExternalUserTasksDueInTheNextWeek(TasksByDueDateKey) - Method in class curam.core.sl.base.UserAccess
Returns a list of tasks assigned to the specified external user which are due in the next week.
searchExternalUserTasksDueInTheNextWeek(UserTasksByDueDateKey) - Method in class curam.core.sl.base.UserAccess
Deprecated.
Since Curam 6.0. This method has been replaced by UserAccess.searchExternalUserTasksDueInTheNextWeek(TasksByDueDateKey), which uses the TaskAssignment entity. See release note CR00223005.
searchForLiabilityIssued(SearchForLiabilityIssuedKey) - Method in interface curam.core.facade.intf.Financial
Searches for liabilities issued by the system.
searchForPaymentIssued1(SearchForPaymentIssuedKey) - Method in interface curam.core.facade.intf.Financial
Searches for payments issued by the system.
searchForPaymentReceivedWithIndicators(SearchPaymentReceivedKey) - Method in interface curam.core.facade.intf.Financial
Returns a list of payments received with indicator details based on the search criteria specified.
searchForTasks(TaskQueryKey) - Method in interface curam.core.facade.intf.Inbox
Searches for tasks based on specified criteria.
searchICCaseEventAndActivity1(SearchCaseEventAndActivityKey) - Method in interface curam.core.facade.intf.IntegratedCase
Returns case events and activities from a specified start date for an integrated case calendar.
searchICMemberActivity(SearchICMemberActivityKey) - Method in interface curam.core.facade.intf.IntegratedCase
Returns case activities for a case member on an integrated case.
searchICProductDeliveryEventAndActivity1(SearchCaseEventAndActivityKey) - Method in interface curam.core.facade.intf.IntegratedCase
Returns case events and activities from a specified start date for a product delivery calendar.
searchIncidentsDetails(IncidentSearchKey) - Method in interface curam.core.facade.intf.Incidents
Search incident details by provided search criteria.
searchIndigenousGroup(IndigenousGroupSearchKey) - Method in interface curam.core.facade.intf.Person
Returns the list of indigenous group based on the key.
searchIndigenousGroup(IndigenousGroupSearchKey) - Method in interface curam.core.facade.intf.ProspectPerson
Returns the list of indigenous group based on the search key.
searchInformationProvider(ParticipantSearchKey) - Method in interface curam.core.facade.intf.InformationProvider
Searches for an Information Provider by specified search criteria.
searchInternalApprovalRequests(EvidenceDescriptorKey) - Method in class curam.core.sl.base.UserAccess
 
searchInternalSubscriptionsByWorkQueueID(SearchSubscriptionsByWorkQueueIDKey) - Method in class curam.core.sl.base.UserAccess
Deprecated.
Since Curam 6.0. This method has been replaced by WorkQueueSubscription.listUserSubscriptionsForWorkQueue(WorkQueueKey). See release note CR00223005.
searchInternalUserTasksByDueDate(TasksByDueDateKey) - Method in class curam.core.sl.base.UserAccess
Returns a list of tasks assigned to the specified internal user which are due on the specified date.
searchInternalUserTasksByDueDate(UserTasksByDueDateKey) - Method in class curam.core.sl.base.UserAccess
Deprecated.
Since Curam 6.0. This method has been replaced by #searchInternalUserTasksByDueDate(TasksByDueDateKey, which uses the TaskAssignment entity. See release note CR00223005.
searchInternalUserTasksDueInTheNextWeek(TasksByDueDateKey) - Method in class curam.core.sl.base.UserAccess
Returns a list of tasks assigned to the specified internal user which are due in the next week.
searchInternalUserTasksDueInTheNextWeek(UserTasksByDueDateKey) - Method in class curam.core.sl.base.UserAccess
Deprecated.
Since Curam 6.0. This method has been replaced by UserAccess.searchInternalUserTasksDueInTheNextWeek(TasksByDueDateKey), which uses the TaskAssignment entity. See release note CR00223005.
searchInvestigationDeliveryEventAndActivity1(SearchCaseEventAndActivityKey) - Method in interface curam.core.facade.intf.InvestigationDelivery
This method returns data representing case events and activities for an Investigation Delivery case.
searchInvestigationEventAndActivity1(SearchCaseEventAndActivityKey) - Method in interface curam.core.facade.intf.IntegratedCase
Returns case events and activities from a specified start date for an investigation calendar.
searchIssueDeliveryEventAndActivity1(SearchCaseEventAndActivityKey) - Method in interface curam.core.facade.intf.IssueDelivery
This method returns data representing case events and activities for an Issue Delivery case.
searchLocationsByLocationNameOrType(LocationByNameAndTypeKey, ActionIDProperty) - Method in interface curam.core.facade.intf.Organization
Retrieves a list of locations for an organization with a given name or type.
searchNonClosedUsers(UserSearchCriteria) - Method in class curam.core.base.AdminUser
Deprecated.
Since Curam 5.2SP4, replaced with AdminUser.searchNonCloseduserDetails(UserSearchCriteria). This method is deprecated because it was not allowing to do a search based on the start date of a position.The The searchNonCloseduserDetails method considers the start date of a position also when doing a user search for the active positions.See release note: CR00215472
searchNonDuplicatePersonDetails(SearchNonDuplicatePersonKey) - Method in interface curam.core.facade.intf.ClientMerge
Search for persons and prospect persons and filters the return list to remove any items that are already duplicates.
searchOrganisationUnit(OrganisationUnitSearchCriteria) - Method in interface curam.core.facade.intf.Organization
returns a list of organization units based on the search criteria passed in.
searchOrganisationUnitDetails(OrgUnitSearchCriteria, ActionIDProperty) - Method in interface curam.core.facade.intf.Organization
TO search the org units
searchOrganizationActivity(SearchActivityKey) - Method in interface curam.core.facade.intf.Activity
Retrieves calendar data for the default organization.
searchOrganizationPositions(PositionSearchCriteria, ActionIDProperty) - Method in interface curam.core.facade.intf.Organization
Retrieves a list of position for an organization with a given search criteria.
searchOrSelectICCaseSampleList(SearchOrSelectCasesKey) - Method in interface curam.core.facade.intf.AuditCaseSample
Determine if the user is searching for IC cases to audit or adding IC cases to the audit plan.
searchOrSelectInvestigationCaseSampleList(SearchOrSelectCasesKey) - Method in interface curam.core.facade.intf.AuditCaseSample
Determine if the user is searching for investigation cases to audit or adding investigation cases to the audit plan.
searchOrSelectLPDCaseSampleList(SearchOrSelectCasesKey) - Method in interface curam.core.facade.intf.AuditCaseSample
Determine if the user is searching for liability product delivery cases to audit or adding liability product delivery cases to the audit plan.
searchOrSelectPDCaseSampleList(SearchOrSelectCasesKey) - Method in interface curam.core.facade.intf.AuditCaseSample
Determine if the user is searching for product delivery cases to audit or adding product delivery cases to the audit plan.
searchOrSubscribeWorkQueue(SubscribeWorkQueueInput) - Method in interface curam.core.facade.intf.WorkAllocation
Returns a list of available work queues for the current user if the action type is SEARCH or subscribes a list of work queues to the current use if the action type is SUBCRIBE.
searchParticipantDetails(AllParticipantSearchKey) - Method in interface curam.core.facade.intf.Employer
Searches for all participants by specified search criteria.
searchParticipantDetails(AllParticipantSearchKey) - Method in interface curam.core.facade.intf.Participant
Searches for all participants by specified search criteria.
searchParticipantDetails(AllParticipantSearchKey) - Method in interface curam.core.facade.intf.Person
Searches for all participants by specified search criteria.
searchParticipantDetails(AllParticipantSearchKey) - Method in interface curam.core.facade.intf.ProductProvider
Searches for all participants by specified search criteria.
searchParticipantDetails(AllParticipantSearchKey) - Method in interface curam.core.facade.intf.ProspectEmployer
Searches for all participants by specified search criteria.
searchParticipantDetails(AllParticipantSearchKey) - Method in interface curam.core.facade.intf.ProspectPerson
Searches for all participants by specified search criteria.
searchParticipantDetails(AllParticipantSearchKey) - Method in interface curam.core.facade.intf.ServiceSupplier
Searches for all participants by specified search criteria.
searchPerson(PersonSearchKey1) - Method in interface curam.core.facade.intf.Person
Search person details by provided search criteria.
searchPersonDetails(PersonSearchWizardKey) - Method in interface curam.core.facade.intf.ParticipantRegistration
Search person details by provided search criteria.
searchPersonDetails(PersonSearchKey1) - Method in interface curam.core.facade.intf.ProspectPerson
Search person details by provided search criteria.
searchPersonForPopup(PersonSearchKey1) - Method in interface curam.core.facade.intf.Person
Search persons details by provided search criteria.
searchPersonForPopup(PersonSearchKey1) - Method in interface curam.core.facade.intf.ProspectPerson
Search person details by provided search criteria.
searchPersonWithoutProspectForPopup(PersonSearchKey1) - Method in interface curam.core.facade.intf.Person
Search persons details by provided search criteria.
searchProductProvider(ParticipantSearchKey) - Method in interface curam.core.facade.intf.ProductProvider
Searches for a Product Provider by specified search criteria.
searchProductProviderDetails(ParticipantSearchWizardKey) - Method in interface curam.core.facade.intf.ParticipantRegistration
Search product provider details by specified search criteria.
searchProspectEmployerDetails(EmployerSearchWizardKey) - Method in interface curam.core.facade.intf.ParticipantRegistration
Search prospect employer details by specified search criteria.
searchProspectEmployers(ProspectEmployerSearchKey) - Method in interface curam.core.facade.intf.ProspectEmployer
Performs a search for prospect employers using the specified search criteria, or performs a database read if the alternate ID is specified.
searchProspectPersonDetails(PersonSearchWizardKey) - Method in interface curam.core.facade.intf.ParticipantRegistration
Search prospect person details by given search wizard key.
searchProspectPersons(ProspectPersonSearchKey) - Method in interface curam.core.facade.intf.ProspectPerson
Performs a search for prospect persons using the specified search criteria, or performs a database read if the alternate ID is specified.
searchRateCellByColumn(RateColumnDtls) - Method in interface curam.core.intf.CachedRateTable
Search for the RateCell details using the rateColumnID.
searchRateCellByRow(RateRowDtls) - Method in interface curam.core.intf.CachedRateTable
Search for the RateCell details using the rateRowID.
searchRateColumn(RateHeaderDtls) - Method in interface curam.core.intf.CachedRateTable
Search for the RateColumn details using the rateHeaderID.
searchRateRow(RateHeaderDtls) - Method in interface curam.core.intf.CachedRateTable
Search for the RateRow details using the rateHeaderID.
searchSecurityIdentifiers(SecurityIdentifierSearchKey) - Method in interface curam.core.facade.intf.System
Searches for security identifiers in the system.
searchServiceSupplier(ParticipantSearchKey) - Method in interface curam.core.facade.intf.ServiceSupplier
Searches for a service supplier by specified search criteria.
searchServiceSupplierDetails(ParticipantSearchWizardKey) - Method in interface curam.core.facade.intf.ParticipantRegistration
Searches for a service supplier by specified search criteria.
searchSpecificCase(String, long, String, String, CASETYPECODEEntry, CASECATTYPECODEEntry) - Method in interface curam.piwrapper.caseheader.impl.CaseHeaderDAO
Returns a list of cases for either the specified case reference, client reference or client name.
searchSuspenseAccount(ListSuspenseAccountKey) - Method in interface curam.core.facade.intf.Financial
Returns a list of suspense account details.
SearchTask - Interface in curam.core.hook.task.impl
Contains a number of hooks which allow for custom specific search actions for the task search and available task search functionality.
searchTask(TaskQueryKey, ReadMultiOperationDetails) - Method in interface curam.core.hook.task.impl.SearchTask
Returns a list of task details using the specified search criteria.
searchTask(TaskQueryKey, ReadMultiOperationDetails) - Method in class curam.core.hook.task.impl.SearchTaskImpl
Returns a list of task details using the specified search criteria.
SearchTaskImpl - Class in curam.core.hook.task.impl
Default implementation of SearchTask.
SearchTaskImpl() - Constructor for class curam.core.hook.task.impl.SearchTaskImpl
Constructor.
searchTaskSQL - Variable in class curam.core.hook.task.impl.SearchTaskImpl
The task search SQL hook.
SearchTaskSQL - Interface in curam.core.hook.task.impl
Contains the methods required to generate dynamic SQL to search for tasks.
SearchTaskSQLImpl - Class in curam.core.hook.task.impl
Default implementation of SearchTaskSQL.
SearchTaskSQLImpl() - Constructor for class curam.core.hook.task.impl.SearchTaskSQLImpl
 
searchUserActivity(SearchUserActivityKey) - Method in interface curam.core.facade.intf.Activity
Retrieves data to populate a calendar view for a specified user.
searchUserDetails(UserSearchKey) - Method in interface curam.core.facade.intf.Organization
Search for an user detail within the organization.
searchUserDetails(UserSearchCriteria) - Method in class curam.core.impl.AdminUser
Returns a list of users depending on the input search criteria.
searchUserDetails(UserSearchCriteria) - Method in interface curam.core.intf.AdminUser
Returns a list of users depending on the input search criteria.
searchUtility(UtilitySearchKey) - Method in interface curam.core.facade.intf.Utility
Searches for an Utility by specified search criteria.
searchUtilityDetails(UtilitySearchWizardKey) - Method in interface curam.core.facade.intf.ParticipantRegistration
Searches for an utility details by specified search criteria.
searchWorkQueue(WorkQueueNameDetails) - Method in interface curam.core.facade.intf.WorkAllocation
Returns a list of work queue names which are associated with the search name entered.
searchWorkQueueList(WorkQueueSearchKey) - Method in interface curam.core.facade.intf.WorkAllocation
search the work queue and returns list.
searchWorkQueueName(ListTaskKey) - Method in interface curam.core.facade.intf.Inbox
Returns a list of all the work queue names and identifiers that the current user is subscribed to.
searchWorkQueues(ListTaskKey) - Method in interface curam.core.facade.intf.Inbox
Returns two list of all the work queue names and identifiers that the current user is subscribed to.
searchXSLTemplatesByTemplateType(SearchTemplatesKey) - Method in interface curam.core.impl.XSLTemplateDataHook
Retrieves the extended templates along with the MaintainXSLTemplate.searchTemplatesByConcernAndType(SearchTemplatesKey) API templates list.
Section - Class in curam.core.facade.uiadmin.base
 
Section() - Constructor for class curam.core.facade.uiadmin.base.Section
 
Section - Interface in curam.core.facade.uiadmin.intf
 
SectionFactory - Class in curam.core.facade.uiadmin.fact
Factory class to create an instance of Section class, one of its subclasses, a proxy for it or a mock object for it.
SecurityImplementationFactory - Class in curam.core.impl
Security interface to manage the security implementation object for the current transaction.
SecurityImplementationFactory() - Constructor for class curam.core.impl.SecurityImplementationFactory
 
selectDeliveryMechanism(NotificationDetails, AllocationTargetList) - Method in class curam.core.sl.impl.NotificationDeliveryStrategy
Evaluates the delivery mechanism from the notification details and calls the appropriate method to send the notification Subclasses can override this method to handle additional delivery mechanism codes.
SelectionQuery - Class in curam.core.facade.base
 
SelectionQuery() - Constructor for class curam.core.facade.base.SelectionQuery
 
SelectionQuery - Interface in curam.core.facade.intf
 
SelectionQueryFactory - Class in curam.core.facade.fact
Factory class to create an instance of SelectionQuery class, one of its subclasses, a proxy for it or a mock object for it.
selectOrCreateCaseAuditDetails(CaseSelectSearchCriteria) - Method in interface curam.core.facade.intf.CaseAudit
Searches for specific cases for audit or to create case audit records for cases selected.
selectSpecificCaseForAuditDetails(CaseSelectSearchCriteria) - Method in interface curam.core.facade.intf.CaseAudit
Retrieve specific cases for audit selected by case reference, client reference or client name.
sendBatchReport(String, BatchProcessDtls, BatchProcessChunkDtlsList, BatchProcessChunkDtlsList) - Method in interface curam.core.impl.BatchMain
 
sendByEmailWithNoRecord(EmailCommunicationDetails) - Method in interface curam.core.facade.intf.Communication
This method used for sending an email for a specified communication without creating a record in ConcernRoleCommunication table
sendCommunication(SendCommunicationDetails) - Method in interface curam.core.facade.intf.Communication
Sends a communication.
sendEmail(SendEmailDetails) - Method in interface curam.core.facade.intf.Communication
This method used for sending an email for a specified communication
sendEmail() - Method in class curam.core.impl.CuramBatch
To send e-mails from batch and report jobs.
sendNotificationToCaseOwner(UserNameKeyList, List<NotificationWDOStruct>, NotificationWDOStruct) - Method in class curam.core.sl.impl.CaseUserRole
This method iterates through owner names list and if user name list is not null and user name is not null or empty then sends notification to the owner when case owner changes
sendReportDurationDetails(ProcessInstanceSummarySearchKey) - Method in interface curam.core.facade.intf.WorkflowAdministration
Utility method used to save report duration details
sendToOutputFile() - Method in class curam.core.impl.CuramBatch
This method sends the report to the output file.
servername - Variable in class curam.core.impl.CuramBatch
 
ServiceRegistry - Interface in curam.providerservices.registry.impl
Returns Service and Provider data from a Provider Management system.
Services - Interface in curam.providerservices.registry.impl
Interface that holds details of a Service stored in a service registry such as CPM, to be displayed in the Citizen Workspace.
ServiceSupplier - Class in curam.core.facade.base
This process class provides the functionality for the Service Supplier presentation layer.
ServiceSupplier() - Constructor for class curam.core.facade.base.ServiceSupplier
 
ServiceSupplier - Interface in curam.core.facade.intf
This process class provides the functionality for the Service Supplier presentation layer.
ServiceSupplierFactory - Class in curam.core.facade.fact
Factory class to create an instance of ServiceSupplier class, one of its subclasses, a proxy for it or a mock object for it.
sessionAttributeValueRecalculators - Variable in class curam.core.sl.infrastructure.propagator.impl.ImmediateRecalculationStrategy
 
sessionEventListeners - Variable in class curam.core.sl.infrastructure.propagator.impl.ImmediateRecalculationStrategy
 
SessionEventListeners() - Constructor for class curam.core.sl.infrastructure.propagator.impl.ImmediateRecalculationStrategy.SessionEventListeners
 
sessionListenerRegistrar - Variable in class curam.core.sl.infrastructure.propagator.impl.ImmediateRecalculationStrategy
The registrar which enables this recalculation strategy to listen for recalculation requests.
sessionListenerRegistrar() - Method in class curam.core.sl.infrastructure.propagator.impl.ImmediateRecalculationStrategy
 
setAddProspectEmployerDetails(ProspectEmployerRegistrationDetails, WizardStateID, ActionIDProperty) - Method in interface curam.core.facade.intf.ParticipantRegistration
Sets the registration details used by this wizard.
setAddProspectEmployerSearchCriteriaDetails(EmployerSearchWizardKey, WizardStateID, ActionIDProperty) - Method in interface curam.core.facade.intf.ParticipantRegistration
Set the prospect employer search details.
setAddProspectPersonDetails(ProspectPersonRegistrationDetails, WizardStateID, ActionIDProperty) - Method in interface curam.core.facade.intf.ParticipantRegistration
Sets the registration details used by this wizard.
setAddProspectPersonSearchCriteriaDetails(PersonSearchWizardKey, WizardStateID, ActionIDProperty) - Method in interface curam.core.facade.intf.ParticipantRegistration
Set the search key for given person search wizard.
setAsDefaultDeliveryPattern(SetAsDefaultDeliveryPatternKey) - Method in interface curam.core.facade.intf.Product
Presentation layer operation to set a delivery pattern as the default.
setAsPrimaryClient(SetAsPrimaryClientKey) - Method in interface curam.core.facade.intf.Case
Set a client as the primary role.
setAttendeeName(String) - Method in interface curam.piwrapper.impl.MeetingAttendeeInfo
Sets attendee name.
setAttendeeType(MEETINGATTENDEETYPEEntry) - Method in interface curam.piwrapper.impl.MeetingAttendeeInfo
Sets the attendee type.
setClient(long) - Method in interface curam.waitlist.impl.WaitListEntry
Sets the case participant role id for the wait list entry.
setComments(String) - Method in interface curam.waitlist.impl.WaitListEntry
Sets the comments for the wait list entry recorded by the user.
setConcernRoleID(long) - Method in interface curam.piwrapper.impl.MeetingAttendeeInfo
Sets MeetingAttendee related concern role ID.
setDefaultNominee(SetDefaultNomineeKey) - Method in interface curam.core.facade.intf.Case
Sets the default nominee for a specified case.
setDisableRegenFCsCaseStatusDPPCheck(boolean) - Method in class curam.core.sl.impl.CaseStatusMode
Takes in a boolean value to determine whether to validate that the case status is not Deferred Process Pending before regenerating financial components.
setEffectiveDateTime(DateTime) - Method in class curam.participantmessages.impl.ParticipantMessage
Sets the effective date time for this message.
setEffectiveDateTimeDescription(String) - Method in class curam.participantmessages.impl.ParticipantMessage
Sets the effective date time description for this message.
setEmailAddress(EmailAddress) - Method in interface curam.piwrapper.impl.MeetingAttendeeInfo
Sets the e-mail address.
setEmailSubject(CatEntry) - Method in class curam.core.impl.CuramBatch
This method is used to set the email subject.
setEndDate(Object, Date) - Method in interface curam.core.sl.infrastructure.impl.EvidenceInterface
Method to set the business end date for the give evidence object.
setEndTime() - Method in class curam.core.impl.CuramBatch
This method is used to set the end time of the batch job.
setErrorEmailAddress() - Method in class curam.core.impl.CuramBatch
To retrieve error email address.
setExpiryDate(Date) - Method in interface curam.waitlist.impl.WaitListEntry
Sets the expiry date for the wait list entry.
setFileName() - Method in class curam.core.impl.CuramBatch
This method is used to set the output filename
setFrom() - Method in class curam.core.impl.CuramBatch
This method is used to set the 'from' email address.
setID(long) - Method in class curam.core.sl.infrastructure.cmis.impl.CMSMetadataCaseHeaderImpl
Set the identifier for the case.
setID(long) - Method in interface curam.core.sl.infrastructure.cmis.impl.CMSMetadataCaseHeaderInterface
Set the identifier for the case.
setInboxOptionsUserPreferences(InboxUserPreferenceDetails) - Method in interface curam.core.facade.intf.Inbox
Sets the current users inbox options preferences.
setLocationTreeXMLNodeDetails(LocationStructureKey) - Method in interface curam.core.facade.intf.Organization
Takes the Location Structure Id as a parameter for which the last accessed Node needs to be modified
setMessageBody(String) - Method in class curam.participantmessages.impl.ParticipantMessage
Sets the message body.
setMessageTitle(String) - Method in class curam.participantmessages.impl.ParticipantMessage
Sets the message title.
setOrganisationTreeXMLNodeDetails(OrganisationStructureKey) - Method in interface curam.core.facade.intf.Organization
Takes the Organization Structure as a parameter for which the last accessed Node needs to be modified
setOverrideMDRInd(ProductDeliveryKey, CuramInd) - Method in interface curam.core.facade.intf.ProductDelivery
Sets the override max deduction rate indicator for a product delivery to true.
setPaymentInstrumentEffectiveDate(PmtInstrumentDetails) - Method in interface curam.core.impl.FinancialManagerHooks
Allows the default effective date on a payment instrument to be overridden.
setPaymentInstrumentEffectiveDate(PmtInstrumentDetails) - Method in class curam.core.impl.FinancialManagerHooksImpl
Allows the default effective date on a payment instrument to be overridden.
setPendingRemovalForActiveEvidence(EvidenceDescriptorKey) - Method in interface curam.core.facade.infrastructure.intf.Evidence
Sets the Evidence identified by input Evidence Descriptor key as 'Pending Removal' and returns the details object for the same evidence.
setPendingRemovalForActiveObject(SuccessionID) - Method in interface curam.core.facade.infrastructure.intf.Evidence
Sets active evidences to 'Pending Removal'.
setPort() - Method in class curam.core.impl.CuramBatch
This method is used to set the email port number.
setPosition(short) - Method in interface curam.waitlist.impl.WaitListEntry
Sets the position for the wait list entry.
setPrintContactDetails(PrintContactLogWizardDetails) - Method in interface curam.core.facade.intf.ContactLog
Retrieves the wizard details from the WizardPersistenceState(cache) and removes the details.
setPriority(WAITLISTENTRYPRIORITYEntry) - Method in interface curam.waitlist.impl.WaitListEntry
Sets the priority for the wait list entry.
setProvisionalInvitation(ActivityInvitationKey) - Method in interface curam.core.facade.intf.Activity
Sets the status of a meeting invitation for the current user to the specified activity to provisional.
setRegisterEducationalInstituteDetails(EducationalInstituteRegistrationDetails, WizardStateID, ActionIDProperty) - Method in interface curam.core.facade.intf.ParticipantRegistration
Sets the registration details used by this wizard.
setRegisterEducationalInstituteSearchCriteriaDetails(EducationalInstituteSearchWizardKey, WizardStateID, ActionIDProperty) - Method in interface curam.core.facade.intf.ParticipantRegistration
Set the educational institute details for given education institute search wizard.
setRegisterEmployerDetails(EmployerRegistrationDetails, WizardStateID, ActionIDProperty) - Method in interface curam.core.facade.intf.ParticipantRegistration
Sets the registration details used by this wizard.
setRegisterEmployerSearchCriteriaDetails(EmployerSearchWizardKey, WizardStateID, ActionIDProperty) - Method in interface curam.core.facade.intf.ParticipantRegistration
Set the employer search details.
setRegisterExternalPartyDetails(ExternalPartyRegistrationDetails, WizardStateID, ActionIDProperty) - Method in interface curam.core.facade.intf.ParticipantRegistration
Sets the registration details used by this wizard.
setRegisterExternalPartySearchCriteriaDetails(ExternalPartySearchWizardKey, WizardStateID, ActionIDProperty) - Method in interface curam.core.facade.intf.ParticipantRegistration
Set the external party details for given search wizard details.
setRegisterInformationProviderDetails(InformationProviderRegistrationDetails, WizardStateID, ActionIDProperty) - Method in interface curam.core.facade.intf.ParticipantRegistration
Sets the registration details used by this wizard.
setRegisterInformationProviderSearchCriteriaDetails(InformationProviderSearchWizardKey, WizardStateID, ActionIDProperty) - Method in interface curam.core.facade.intf.ParticipantRegistration
Set the information provider details for given an information provider search wizard.
setRegisterParticipantRoleType(ConcernRoleTypeDetails) - Method in interface curam.core.facade.intf.ParticipantRegistration
Sets participant role type for registering new participant for existing one.
setRegisterPersonDetails(PersonRegistrationDetails, WizardStateID, ActionIDProperty) - Method in interface curam.core.facade.intf.ParticipantRegistration
Sets the registration details used by this wizard.
setRegisterPersonForPDCDetails(PersonRegistrationDetails, WizardStateID, ActionIDProperty) - Method in interface curam.core.facade.intf.ParticipantRegistration
Sets the registration details used by this wizard.
setRegisterPersonSearchCriteriaDetails(PersonSearchWizardKey, WizardStateID, ActionIDProperty) - Method in interface curam.core.facade.intf.ParticipantRegistration
Sets the register person details by given search wizard.
setRegisterProductProviderDetails(WizardStateID, ActionIDProperty, RegisterProductProviderWithTextBankAccountSortCodeDetails) - Method in interface curam.core.facade.intf.ParticipantRegistration
Sets the registration details used by this wizard.
setRegisterProductProviderSearchCriteriaDetails(ParticipantSearchWizardKey, WizardStateID, ActionIDProperty) - Method in interface curam.core.facade.intf.ParticipantRegistration
Set the product provider details for given product provider search wizard.
setRegisterServiceSupplierDetails(ServiceSupplierRegistrationWithTextBankAccountSortCodeDetails, WizardStateID, ActionIDProperty) - Method in interface curam.core.facade.intf.ParticipantRegistration
Sets the registration details used by this wizard.
setRegisterServiceSupplierSearchCriteriaDetails(ParticipantSearchWizardKey, WizardStateID, ActionIDProperty) - Method in interface curam.core.facade.intf.ParticipantRegistration
Set the service supplier details for given service supplier search wizard.
setRegisterUtilityDetails(UtilityRegistrationWithTextBankAccountSortCodeDetails, WizardStateID, ActionIDProperty) - Method in interface curam.core.facade.intf.ParticipantRegistration
Sets the registration details used by this wizard.
setRegisterUtilitySearchCriteriaDetails(UtilitySearchWizardKey, WizardStateID, ActionIDProperty) - Method in interface curam.core.facade.intf.ParticipantRegistration
Set the utility details for given utility search wizard.
setRelatedIDString(String) - Method in interface curam.piwrapper.impl.MeetingAttendeeInfo
Sets the related ID in string form.
setRemovalReason(WAITLISTREMOVALREASONEntry) - Method in interface curam.waitlist.impl.WaitListEntry
Sets the removal reason for the wait list entry.
setResource(Resource) - Method in interface curam.waitlist.impl.WaitList
Sets the resource for the wait list.
setReviewDate(Date) - Method in interface curam.waitlist.impl.WaitListEntry
Sets the review date for the wait list entry.
setRichText(boolean) - Method in class curam.participantmessages.impl.ParticipantMessage
Used to indicate that this message is rich text.
setRuntimeText() - Method in class curam.core.impl.CuramBatch
This method is used to set the text for reporting the duration for the output log/email
setServer() - Method in class curam.core.impl.CuramBatch
This method is used to the email server address.
setSharedCorrectionSetAndSuccessionID(EvidenceDescriptorDtls) - Method in class curam.core.sl.infrastructure.base.EvidenceController
This method sets the correction set ID and succession ID to be used on a piece of shared evidence.
setStartDate(Object, Date) - Method in interface curam.core.sl.infrastructure.impl.EvidenceInterface
Method to set the business start date for the give evidence object.
setStartTime() - Method in class curam.core.impl.BatchStreamHelper
Sets the start time of the batch main.
setStartTime() - Method in class curam.core.impl.CuramBatch
This method is used to set the start time of the batch job.
setStartTime(DateTime) - Method in class curam.core.impl.CuramBatch
This method is used to set the start time of the batch job.
setTo() - Method in class curam.core.impl.CuramBatch
This method is used to set the 'to' email address based on the username specified.
setToEmailAddress() - Method in class curam.core.impl.CuramBatch
To retrieve specified email address.
setTransactionUser(String) - Method in interface curam.waitlist.impl.WaitListEntry
Sets the transaction user for the wait list entry.
setTraversalState(boolean) - Method in class curam.core.sl.infrastructure.assessment.event.impl.AssessmentEngineEvent
Indicates the "state" of the assessment engine, i.e. whether it is traversing or not.
setUserName(String) - Method in interface curam.piwrapper.impl.MeetingAttendeeInfo
Sets MeetingAttendee related username.
shareEvidence(EvidenceDescriptorDtls, CaseHeaderDtls) - Method in interface curam.core.sl.infrastructure.intf.EvidenceController
This method shares a given piece of evidence with the specified case.
shareEvidenceAndApplyChanges(EvidenceDescriptorDtls, CaseHeaderDtls) - Method in interface curam.core.sl.infrastructure.intf.EvidenceController
This method shares a given piece of evidence with the specified case.
shareNonIdenticalEvidence(EvidenceDescriptorDtls, CaseHeaderDtls, EvidenceTypeDtls) - Method in interface curam.core.sl.infrastructure.intf.EvidenceController
This method shares a given piece of non identical evidences with the specified case.
shareNonIdenticalPDCEvidence(EvidenceDescriptorDtls, CaseHeaderDtls, EvidenceTypeDtls) - Method in interface curam.core.sl.infrastructure.intf.EvidenceController
This method shares a given piece of evidence into non identical participant data case evidence with the specified case using evidence maintenance styles.
sharePDCEvidence(EvidenceDescriptorDtls, CaseHeaderDtls) - Method in interface curam.core.sl.infrastructure.intf.EvidenceController
This method shares a given piece of participant data case evidence with the specified case using evidence maintenance styles.
ShortcutPanel - Class in curam.core.facade.uiadmin.base
 
ShortcutPanel() - Constructor for class curam.core.facade.uiadmin.base.ShortcutPanel
 
ShortcutPanel - Interface in curam.core.facade.uiadmin.intf
 
ShortcutPanelFactory - Class in curam.core.facade.uiadmin.fact
Factory class to create an instance of ShortcutPanel class, one of its subclasses, a proxy for it or a mock object for it.
shouldContinueNormalProcessing() - Method in class curam.core.sl.infrastructure.assessment.impl.UnderPaymentNomineeDeterminationHookResult
Indicates whether or not to continue normal processing.
shouldContinueNormalReassessmentProcessing() - Method in class curam.core.sl.infrastructure.assessment.impl.ReassessEligibilityHookResult
Indicates whether or not to continue normal reassessment processing
shouldExcludeNotificationForCase(NotificationDetails) - Method in class curam.core.sl.impl.NotificationDeliveryStrategy
This method get a Case ID from the notification Details if it exists and checks to see if notifications should be disabled for that case.
shouldHideMenuBar() - Method in class curam.participantmessages.impl.ParticipantMessageLink
Returns whether or not the browser menu bar should be hidden when launching this link in a new browser menu.
shouldHideToolBar() - Method in class curam.participantmessages.impl.ParticipantMessageLink
Returns whether or not the browser tool bar should be hidden when launching this link in a new browser menu.
shouldIgnore(RuleObjectPropagator, PropagationListener, Session, DatabaseWriteDetails) - Method in interface curam.core.sl.infrastructure.propagator.impl.PropagatorFilterHook
Indicates whether propagation should be ignored for the given propagator and database details.
shouldInvoke(ConcernRoleCommunicationDtls, COMMUNICATIONFORMATEntry) - Method in interface curam.core.hook.impl.CommunicationInvocationStrategyHook
Allows custom implementation to specify if the pre-create/pre-modify communication to be invoked or not
shouldNotificationBeSentByAlert() - Static method in class curam.core.sl.impl.NotificationDeliveryStrategy
Examines the ENV_SENDNOTIFICATIONALERTS application property to see if notifications should be sent as alerts.
shouldNotificationBeSentByMail() - Static method in class curam.core.sl.impl.NotificationDeliveryStrategy
Examines the ENV_SENDNOTIFICATIONEMAILS application property to see if notifications should be sent by email.
shouldStoreRuleObjectSnapshot() - Method in class curam.core.sl.infrastructure.creole.impl.CERHooks
Whether to persist to the database an XML snapshot of the CER rule objects used in the calculation of a determination result.
showInCitizenWorkspaceInd() - Method in interface curam.piwrapper.caseconfiguration.impl.AdminIntegratedCase
Indicates whether cases of this type should be displayed in the Citizen Workspace.
showInCitizenWorkspaceInd() - Method in interface curam.piwrapper.caseconfiguration.impl.Product
Indicates whether cases of this type should be displayed in the Citizen Workspace.
simulatePayment1(SimulationDetails) - Method in interface curam.core.facade.intf.ProductDelivery
Simulate a payment on a particular product delivery for the given date.
Situation - Class in curam.core.facade.base
This class provides the functionality for the Situation facade.
Situation() - Constructor for class curam.core.facade.base.Situation
 
Situation - Interface in curam.core.facade.intf
This class provides the functionality for the Situation facade.
SituationFactory - Class in curam.core.facade.fact
Factory class to create an instance of Situation class, one of its subclasses, a proxy for it or a mock object for it.
SlotAllocation - Class in curam.core.sl.impl
The business layer maintenance operations for slot allocation are accessed here.
SlotAllocation() - Constructor for class curam.core.sl.impl.SlotAllocation
 
sortApplyChangesListsByDate(ECWIPDtls) - Method in class curam.core.sl.infrastructure.base.EvidenceController
Method to sort the apply changes lists of evidences by start date descending.
sortByEffectiveDate(SuccessionList) - Method in class curam.core.sl.infrastructure.base.EvidenceController
Routine to sort successions by effective from date ascending after they have been read back from the database.
sortEvidenceKeyListForTransferParticipantEvidence(EvidenceKeyList) - Method in interface curam.core.sl.infrastructure.intf.EvidenceControllerHook
 
sortListByCase(AttributedEvidenceResult) - Method in class curam.core.sl.infrastructure.base.EvidenceController
Method to sort a list of reassessment details by caseID.
sortWorkspaceListsByDate(ECEvidenceForListPageDtls) - Method in class curam.core.sl.infrastructure.base.EvidenceController
Method to sort the workspace lists of evidences by start date descending.
SpecialCaution - Class in curam.core.facade.base
This facade layer process class deals with special cautions related operations.
SpecialCaution() - Constructor for class curam.core.facade.base.SpecialCaution
 
SpecialCaution - Class in curam.core.facade.impl
This process class provides the functionality for the Special Cautions Presentation Layer.
SpecialCaution() - Constructor for class curam.core.facade.impl.SpecialCaution
 
SpecialCaution - Interface in curam.core.facade.intf
This facade layer process class deals with special cautions related operations.
SpecialCautionFactory - Class in curam.core.facade.fact
Factory class to create an instance of SpecialCaution class, one of its subclasses, a proxy for it or a mock object for it.
standardCaseDeadlineHandler(TaskManagementTaskKey, TaskCreateDetails) - Method in interface curam.core.sl.intf.WorkflowDeadlineFunction
A deadline function which provides the escalation processing for a task.
standardDeliverNotification(NotificationDetails, AllocationTargetList) - Method in class curam.core.sl.impl.NotificationDeliveryStrategy
Delivers a notification using the standard delivery mechanism.
startingDecisionProcessing(ProductDtls) - Method in class curam.core.sl.infrastructure.assessment.impl.AssessmentEngineHooks
Initiates custom decision processing when creating decisions.
startTime - Variable in class curam.core.impl.BatchStreamHelper
 
startTime - Variable in class curam.core.impl.CuramBatch
 
startTimeSet - Variable in class curam.core.impl.CuramBatch
 
StaticEvidenceParticipantExtractor - Interface in curam.evidence.impl
Static Evidence Case Participant Extractor.
stCommitCounter - Static variable in class curam.core.impl.MaintainFinancialComponent
 
stopFinancialProcessing(OverUnderPaymentIn, CompleteDecisionCreationList, CompleteDecisionCreationList) - Method in class curam.core.sl.infrastructure.assessment.impl.ReassessEligibilityHook
Hook point called during the CaseReassessment.reassessFCs() method.
storeAttachmentDetails(AttachmentWizardDetails) - Method in interface curam.core.facade.intf.ContactLog
Stores Attachment details of the contact log wizard.
storeAttachmentDetails(IncidentContactLogWizardDetails) - Method in interface curam.core.facade.intf.Incidents
This operation caches the Attachment details of the contact log wizard.
storeBenefitProduct(BenefitPageDetails) - Method in interface curam.wizard.facade.intf.ProductWizard
Operation to store Benefit Product.
storeBenefitSummary(WizardData) - Method in interface curam.wizard.facade.intf.ProductWizard
Operation to store Benefit Summary.
storeCaseSearchCriteria(CaseSearchCriteria1) - Method in interface curam.core.facade.intf.Case
Stores user entered case search criteria.
storeCaseSearchCriteria1(CaseSearchCriteria1) - Method in interface curam.core.facade.intf.Case
Stores user entered case search criteria.
storeDeliveryPattern(DeliveryPatternPageDetails) - Method in interface curam.wizard.facade.intf.ProductWizard
Operation to store Delivery Pattern.
storeEligibilityDetermination(BenefitPageDetails) - Method in interface curam.wizard.facade.intf.ProductWizard
Operation to store Creole Product eligibility determination information.
storeInvestigationSearchCriteria(InvestigationSearchCriteria) - Method in interface curam.core.facade.intf.InvestigationDelivery
Stores user entered investigation search criteria.
storeLiabilityProduct(LiabilityPageDetails) - Method in interface curam.wizard.facade.intf.ProductWizard
Operation to store Liability Product.
storeLiabilitySummary(WizardData) - Method in interface curam.wizard.facade.intf.ProductWizard
Operation to store Liability Summary.
storeNarrativeText(NarrativeTextWizardDetails) - Method in interface curam.core.facade.intf.ContactLog
StoresNarrative text of the contact log wizard.
storeNarrativeText(IncidentContactLogWizardDetails) - Method in interface curam.core.facade.intf.Incidents
This operation caches the Narrative text of the contact log wizard.
storeParticipantsDetails(ParticipantWizardDetails) - Method in interface curam.core.facade.intf.ContactLog
StoresParticipant details of the contact log wizard.
storeParticipantsDetails(IncidentContactLogWizardDetails) - Method in interface curam.core.facade.intf.Incidents
This operation caches Participant details of the contact log wizard.
storeProductCategory(ProductCategoryTabList, WizardData) - Method in interface curam.wizard.facade.intf.ProductWizard
Operation to store Product Category.
storeProductProvision(ProductProvisionPageDetails) - Method in interface curam.wizard.facade.intf.ProductWizard
Operation to store Product Provision.
storeProvisionLocation(ProvisionLocationPageDetails) - Method in interface curam.wizard.facade.intf.ProductWizard
Operation to store Provision Location.
STRUTS_EXT - Static variable in class curam.piwrapper.impl.ClientURI
The Curam standard struts link extension.
stSystemUserDtls - Static variable in class curam.core.sl.impl.UserAccess
 
subject - Variable in class curam.core.impl.CuramBatch
 
submit(SubmitForApprovalKey) - Method in interface curam.core.facade.intf.ProductDelivery
Submits a product delivery for approval.
submitForApproval(CaseHeaderKey) - Method in interface curam.core.facade.intf.InvestigationDelivery
Submits an investigation delivery for approval.
submitReassignAllCasesToAnotherUser(ReassignAllCasesDetails) - Method in interface curam.core.facade.intf.Case
Submits to a delayed process the reassigning of all cases from one user to another.
submitResolutionForApproval(SubmitResolutionForApprovalKey) - Method in interface curam.core.facade.intf.IssueDelivery
This method is used to submit a resolution for approval.
subscribeCurrentUserToWorkQueue(SubscribeCurrentUserToWorkQueueKey) - Method in interface curam.core.facade.intf.WorkAllocation
This function is deprecated and therefore should not be used.
subscribeUserToWorkQueue(String, long) - Method in interface curam.core.hook.task.impl.InboxActions
Subscribes the specified user to the specified work queue.
subscribeUserToWorkQueue(String, long) - Method in class curam.core.hook.task.impl.InboxActionsImpl
Subscribes the specified user to the specified work queue.
subscribeUserWorkQueue(SubscribeUserWorkQueueKey) - Method in interface curam.core.facade.intf.Inbox
Subscribes the specified user to the specified work queue.
subTitle - Variable in class curam.core.sl.util.timelinecalendar.impl.TimelineCalendarIntervalValue
String subtitle for the interval.
suspend(ProductDeliverySuspensionKey) - Method in interface curam.core.facade.intf.ProductDelivery
Suspends a product delivery.
suspendProcessInstance(ProcessInstanceKey) - Method in interface curam.core.facade.intf.WorkflowAdministration
Called by an administrator from the workflow section of the admin application to suspend a currently running workflow process instance.
SWExcludedCases - Interface in curam.core.hook.impl
This is a generic interface to filter out all system level cases from being displayed on supervisor workspace.
System - Class in curam.core.facade.base
This business interface provides operations related to overall system functionality.
System() - Constructor for class curam.core.facade.base.System
 
System - Interface in curam.core.facade.intf
This business interface provides operations related to overall system functionality.
SystemFactory - Class in curam.core.facade.fact
Factory class to create an instance of System class, one of its subclasses, a proxy for it or a mock object for it.
A B C D E F G H I K L M N O P Q R S T U V W X Y 
Licensed Materials - Property of IBM

Copyright IBM Corporation 2012. All rights reserved.
US Government Users Restricted Rights - Use, duplication or disclosure
restricted by GSA ADP Schedule Contract with IBM Corp.