@AccessLevel(value=EXTERNAL)
public interface ApplicationSearch
Modifier and Type | Method and Description |
---|---|
curam.isproduct.intakeapplication.sl.struct.ApplicationSearchList |
applicationSearch(curam.isproduct.intakeapplication.sl.struct.ApplicationSearchCriteriaKey key)
Method to perform an application search.
|
curam.isproduct.intakeapplication.sl.struct.ApplicationSearchList |
listApplicationsByUser()
This method will return a list of applications assigned to the Internal
user logged in.
|
curam.isproduct.intakeapplication.sl.struct.ApplicationSearchCriteriaDtls |
readByApplicationReference(curam.workspaceservices.intake.struct.ReadByReferenceKey key)
Read the application by a reference number.
|
@AccessLevel(value=EXTERNAL) curam.isproduct.intakeapplication.sl.struct.ApplicationSearchList applicationSearch(curam.isproduct.intakeapplication.sl.struct.ApplicationSearchCriteriaKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.isproduct.intakeapplication.sl.struct.ApplicationSearchCriteriaDtls readByApplicationReference(curam.workspaceservices.intake.struct.ReadByReferenceKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.isproduct.intakeapplication.sl.struct.ApplicationSearchList listApplicationsByUser() throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException