@AccessLevel(value=EXTERNAL)
public interface MaintainTargetSystem
Modifier and Type | Method and Description |
---|---|
curam.core.facade.struct.TargetSystemKey |
createTargetSystem(curam.core.facade.struct.TargetSystemDetails details)
This method is intended to be used by administrators for creating target
system.
|
void |
deleteTargetSystem(curam.core.facade.struct.TargetSystemKey key)
This method is intended to be used by administrators for deleting a
specified target system.
|
curam.ctm.sl.entity.struct.TargetSystemDtlsList |
listAvailableSystems()
This method is intended to be used by administrators for listing the
available active target systems.
|
curam.core.facade.struct.TargetSystemDetailsList |
listTargetSystems()
This method is intended to be used by administrators for listing all the
target systems available.
|
void |
modifyTargetSystem(curam.core.facade.struct.TargetSystemDetails details)
This method is intended to be used by administrators for modifying a
target system record.
|
curam.core.facade.struct.TargetSystemDetails |
viewTargetSystem(curam.core.facade.struct.TargetSystemKey key)
This method is intended to be used by administrators for displaying the
specified target system details.
|
@AccessLevel(value=EXTERNAL) curam.core.facade.struct.TargetSystemKey createTargetSystem(curam.core.facade.struct.TargetSystemDetails details) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.core.facade.struct.TargetSystemDetailsList listTargetSystems() throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.core.facade.struct.TargetSystemDetails viewTargetSystem(curam.core.facade.struct.TargetSystemKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) void deleteTargetSystem(curam.core.facade.struct.TargetSystemKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.ctm.sl.entity.struct.TargetSystemDtlsList listAvailableSystems() throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) void modifyTargetSystem(curam.core.facade.struct.TargetSystemDetails details) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException