Uses of Class
com.riadalabs.jira.plugins.insight.services.model.IconBean
Packages that use IconBean
Package
Description
-
Uses of IconBean in com.riadalabs.jira.plugins.insight.channel.external.api.facade
Methods in com.riadalabs.jira.plugins.insight.channel.external.api.facade that return IconBeanModifier and TypeMethodDescriptionConfigureFacade.createIconBean
(IconBean iconBean) Creates aIconBean
ConfigureFacade.loadIconBean
(int id) Loads a singleIconBean
ConfigureFacade.loadIconBean
(int objectSchemaId, String name) Loads a singleIconBean
ConfigureFacade.updateIconBean
(IconBean iconBean) Update aIconBean
Methods in com.riadalabs.jira.plugins.insight.channel.external.api.facade that return types with arguments of type IconBeanModifier and TypeMethodDescriptionConfigureFacade.findAllIconBeans
(int objectSchemaId) Finds allIconBean
for a specificObjectSchemaBean
including all global ones.ConfigureFacade.findGlobalIconBeans()
Finds all globalIconBean
ConfigureFacade.findIconBeans
(int objectSchemaId) Finds allIconBean
specified for a specificObjectSchemaBean
(not global ones).Methods in com.riadalabs.jira.plugins.insight.channel.external.api.facade with parameters of type IconBeanModifier and TypeMethodDescriptionConfigureFacade.createIconBean
(IconBean iconBean) Creates aIconBean
ConfigureFacade.updateIconBean
(IconBean iconBean) Update aIconBean
-
Uses of IconBean in com.riadalabs.jira.plugins.insight.channel.external.api.facade.impl
Methods in com.riadalabs.jira.plugins.insight.channel.external.api.facade.impl that return IconBeanModifier and TypeMethodDescriptionConfigureFacadeImpl.createIconBean
(IconBean iconBean) ConfigureFacadeImpl.loadIconBean
(int id) ConfigureFacadeImpl.loadIconBean
(int objectSchemaId, String name) ConfigureFacadeImpl.updateIconBean
(IconBean iconBean) Methods in com.riadalabs.jira.plugins.insight.channel.external.api.facade.impl that return types with arguments of type IconBeanModifier and TypeMethodDescriptionConfigureFacadeImpl.findAllIconBeans
(int objectSchemaId) ConfigureFacadeImpl.findGlobalIconBeans()
ConfigureFacadeImpl.findIconBeans
(int objectSchemaId) Methods in com.riadalabs.jira.plugins.insight.channel.external.api.facade.impl with parameters of type IconBeanModifier and TypeMethodDescriptionConfigureFacadeImpl.createIconBean
(IconBean iconBean) ConfigureFacadeImpl.updateIconBean
(IconBean iconBean) -
Uses of IconBean in com.riadalabs.jira.plugins.insight.services.model
Methods in com.riadalabs.jira.plugins.insight.services.model that return IconBeanModifier and TypeMethodDescriptionstatic IconBean
IconBean.createIconBean
(String iconName, Integer objectSchemaId) ObjectTypeBean.getIconBean()
Methods in com.riadalabs.jira.plugins.insight.services.model that return types with arguments of type IconBeanModifier and TypeMethodDescriptionGlobalConfiguration.icons()
com.google.common.collect.ImmutableList<IconBean>
ImmutableGlobalConfiguration.icons()
Methods in com.riadalabs.jira.plugins.insight.services.model with parameters of type IconBeanModifier and TypeMethodDescriptionAdds one element toicons
list.Adds elements toicons
list.final ObjectTypeBean
ImmutableFactory.createObjectType
(Integer id, String name, String description, IconBean iconBean, int position, Date created, Date updated, Integer objectSchemaId, Integer parentObjectTypeId, boolean inherited, boolean abstractObjectType) final ObjectTypeBean
ImmutableFactory.createObjectType
(Integer id, String name, String description, IconBean iconBean, int position, Date created, Date updated, Integer objectSchemaId, Integer parentObjectTypeId, boolean inherited, boolean abstractObjectType, List<Integer> childrenObjectTypeIDs, List<Integer> descendentObjectTypeIDs) void
MutableObjectTypeBean.setIconBean
(IconBean iconBean) Copy the current immutable object with elements that replace the content oficons
.Method parameters in com.riadalabs.jira.plugins.insight.services.model with type arguments of type IconBean -
Uses of IconBean in com.riadalabs.jira.plugins.insight.services.model.graph
Methods in com.riadalabs.jira.plugins.insight.services.model.graph that return IconBeanModifier and TypeMethodDescriptionImmutableObjectTypeNode.icon()
abstract IconBean
ObjectTypeNode.icon()
Methods in com.riadalabs.jira.plugins.insight.services.model.graph with parameters of type IconBeanModifier and TypeMethodDescriptionInitializes the value for theicon
attribute.final ImmutableObjectTypeNode
Copy the current immutable object by setting a value for theicon
attribute. -
Uses of IconBean in com.riadalabs.jira.plugins.insight.services.model.imports
Subclasses of IconBean in com.riadalabs.jira.plugins.insight.services.model.importsMethods in com.riadalabs.jira.plugins.insight.services.model.imports that return IconBeanConstructors in com.riadalabs.jira.plugins.insight.services.model.imports with parameters of type IconBean