Class NormalCustomFieldConnectBean
java.lang.Object
com.riadalabs.jira.plugins.insight.services.model.customfield.AbstractCustomFieldConnectBean
com.riadalabs.jira.plugins.insight.services.model.customfield.CustomFieldConnectBean
com.riadalabs.jira.plugins.insight.services.model.customfield.NormalCustomFieldConnectBean
- All Implemented Interfaces:
Serializable
@Deprecated
public class NormalCustomFieldConnectBean
extends CustomFieldConnectBean
implements Serializable
Deprecated.
Model representing an configuration of a normal Assets Custom Field
- Author:
- Mathias Edblom
- See Also:
-
Field Summary
Fields inherited from class com.riadalabs.jira.plugins.insight.services.model.customfield.AbstractCustomFieldConnectBean
FORM_TYPE_RADIO_CHECKBOX, FORM_TYPE_SELECT, RESTRICT_USER_ON_CURRENT_USER, RESTRICT_USER_ON_REPORTER
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionclone()
Deprecated.Deprecated.int
Deprecated.Deprecated.Deprecated.int
Deprecated.Deprecated.Deprecated.Deprecated.void
setAddAllOption
(Boolean addAllOption) Deprecated.void
setFormType
(int formType) Deprecated.void
setIssueScopeIql
(String issueScopeIql) Deprecated.void
setRestrictUserType
(int restrictUserType) Deprecated.void
setShowOnlyProjectObjects
(Boolean showOnlyProjectObjects) Deprecated.void
setShowOnlyUserObjects
(Boolean showOnlyUserObjects) Deprecated.Methods inherited from class com.riadalabs.jira.plugins.insight.services.model.customfield.CustomFieldConnectBean
getAssignScopeIql, getAssignStrict, getIncludeChildObjectTypes, getObjectSchemaId, getObjectTypeId, setAssignScopeIql, setAssignStrict, setIncludeChildObjectTypes, setObjectSchemaId, setObjectTypeId
Methods inherited from class com.riadalabs.jira.plugins.insight.services.model.customfield.AbstractCustomFieldConnectBean
getAttributeNamesForSearch, getAttributeNamesToShow, getCustomFieldConfigId, getCustomFieldId, getId, getMultiple, getScopeIql, getShowObjPickerSDPortals, getShowOnSDCustomerDetails, setAddAllOption, setAttributeNamesForSearch, setAttributeNamesToShow, setCustomFieldConfigId, setCustomFieldId, setId, setMultiple, setScopeIql, setShowObjPickerSDPortals, setShowOnSDCustomerDetails
-
Constructor Details
-
NormalCustomFieldConnectBean
public NormalCustomFieldConnectBean()Deprecated. -
NormalCustomFieldConnectBean
Deprecated.
-
-
Method Details
-
getShowOnlyUserObjects
Deprecated.- Specified by:
getShowOnlyUserObjects
in classCustomFieldConnectBean
-
setShowOnlyUserObjects
Deprecated. -
getRestrictUserType
public int getRestrictUserType()Deprecated. -
setRestrictUserType
public void setRestrictUserType(int restrictUserType) Deprecated. -
getIssueScopeIql
Deprecated.- Specified by:
getIssueScopeIql
in classAbstractCustomFieldConnectBean
-
setIssueScopeIql
Deprecated. -
getShowOnlyProjectObjects
Deprecated.- Specified by:
getShowOnlyProjectObjects
in classCustomFieldConnectBean
-
setShowOnlyProjectObjects
Deprecated. -
getFormType
public int getFormType()Deprecated. -
setFormType
public void setFormType(int formType) Deprecated. -
getAddAllOption
Deprecated.- Overrides:
getAddAllOption
in classAbstractCustomFieldConnectBean
-
setAddAllOption
Deprecated. -
getResourcePath
Deprecated.- Specified by:
getResourcePath
in classAbstractCustomFieldConnectBean
-
getServiceDeskResourcePath
Deprecated.- Specified by:
getServiceDeskResourcePath
in classAbstractCustomFieldConnectBean
-
clone
Deprecated.- Specified by:
clone
in classCustomFieldConnectBean
-