Interface CommunicationSourceEdit
- All Superinterfaces:
BaseEdit
,BaseForm
,BaseSpec
,CommunicationSourceDescriptionEdit
,CommunicationSourceSpec
,CommunicationSourceTypeSpec
- All Known Subinterfaces:
CreateCommunicationSourceForm
public interface CommunicationSourceEdit
extends CommunicationSourceSpec, CommunicationSourceTypeSpec, CommunicationSourceDescriptionEdit
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setPassword
(String password) void
setReceiveWorkEffortScopeName
(String receiveWorkEffortScopeName) void
setReviewEmployeeSelectorName
(String reviewEmployeeSelectorName) void
setSendWorkEffortScopeName
(String sendWorkEffortScopeName) void
setServerName
(String serverName) void
setSortOrder
(String sortOrder) void
setUsername
(String username) Methods inherited from interface com.echothree.util.common.form.BaseForm
get, get, getFormName, getLimits, getOptions, getPreferredClobMimeTypeName, getTransferProperties, reset, set, set, setFormName, setLimits, setOptions, setPreferredClobMimeTypeName, setTransferProperties, toString
Methods inherited from interface com.echothree.control.user.communication.common.edit.CommunicationSourceDescriptionEdit
getDescription, setDescription
Methods inherited from interface com.echothree.control.user.communication.common.spec.CommunicationSourceSpec
getCommunicationSourceName, setCommunicationSourceName
Methods inherited from interface com.echothree.control.user.communication.common.spec.CommunicationSourceTypeSpec
getCommunicationSourceTypeName, setCommunicationSourceTypeName
-
Method Details
-
getSortOrder
-
setSortOrder
-
getServerName
-
setServerName
-
getUsername
-
setUsername
-
getPassword
-
setPassword
-
getReceiveWorkEffortScopeName
-
setReceiveWorkEffortScopeName
-
getSendWorkEffortScopeName
-
setSendWorkEffortScopeName
-
getReviewEmployeeSelectorName
-
setReviewEmployeeSelectorName
-