@AccessLevel(value=EXTERNAL)
public interface ConcernRoleImage
Modifier and Type | Method and Description |
---|---|
curam.core.struct.ConcernRoleImageKey |
addImage(curam.core.struct.ConcernRoleImageDtls dtls)
Uploads an image for a concern role.
|
curam.core.struct.ConcernRoleImageDtls |
readImage(curam.core.struct.ConcernRoleImageKey key)
Returns a concern role's image.
|
void |
removeImage(curam.core.struct.ConcernRoleImageKey key)
Removes a concern role's image.
|
void |
validateImage(curam.core.struct.ConcernRoleImageDtls dtls)
Validates the concern role's uploaded image.
|
@AccessLevel(value=EXTERNAL) curam.core.struct.ConcernRoleImageKey addImage(curam.core.struct.ConcernRoleImageDtls dtls) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.core.struct.ConcernRoleImageDtls readImage(curam.core.struct.ConcernRoleImageKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) void removeImage(curam.core.struct.ConcernRoleImageKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) void validateImage(curam.core.struct.ConcernRoleImageDtls dtls) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException