@AccessLevel(value=EXTERNAL)
public interface ServicePlanTab
Modifier and Type | Method and Description |
---|---|
curam.serviceplans.facade.struct.PlannedItemTabDtls |
readPlanItemTabDetails(curam.serviceplans.facade.struct.PlannedItemIDKey plannedItemKey)
Reads the
details for the details tab on the service
plan home page.
|
curam.serviceplans.facade.struct.ServicePlanHomeTabDetails |
readServicePlanTabDetails(curam.serviceplans.facade.struct.ServicePlanTabKey key)
Reads the details for the details tab on the service plan plan item
home page.
|
@AccessLevel(value=EXTERNAL) curam.serviceplans.facade.struct.PlannedItemTabDtls readPlanItemTabDetails(curam.serviceplans.facade.struct.PlannedItemIDKey plannedItemKey) throws curam.util.exception.AppException, curam.util.exception.InformationalException
Reads the details for the details tab on the service plan home page.
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.serviceplans.facade.struct.ServicePlanHomeTabDetails readServicePlanTabDetails(curam.serviceplans.facade.struct.ServicePlanTabKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
Reads the details for the details tab on the service plan plan item home page.
curam.util.exception.AppException
curam.util.exception.InformationalException