Modifier and Type | Method and Description |
---|---|
IconBean |
ConfigureFacade.createIconBean(IconBean iconBean)
Creates a
IconBean |
IconBean |
ConfigureFacade.loadIconBean(int id)
Loads a single
IconBean |
IconBean |
ConfigureFacade.loadIconBean(int objectSchemaId,
String name)
Loads a single
IconBean |
IconBean |
ConfigureFacade.updateIconBean(IconBean iconBean)
Update a
IconBean |
Modifier and Type | Method and Description |
---|---|
List<IconBean> |
ConfigureFacade.findAllIconBeans(int objectSchemaId)
Finds all
IconBean for a specific ObjectSchemaBean including all global ones. |
List<IconBean> |
ConfigureFacade.findGlobalIconBeans()
Finds all global
IconBean |
List<IconBean> |
ConfigureFacade.findIconBeans(int objectSchemaId)
Finds all
IconBean specified for a specific ObjectSchemaBean (not global ones). |
Modifier and Type | Method and Description |
---|---|
IconBean |
ConfigureFacade.createIconBean(IconBean iconBean)
Creates a
IconBean |
IconBean |
ConfigureFacade.updateIconBean(IconBean iconBean)
Update a
IconBean |
Modifier and Type | Method and Description |
---|---|
IconBean |
ConfigureFacadeImpl.createIconBean(IconBean iconBean) |
IconBean |
ConfigureFacadeImpl.loadIconBean(int id) |
IconBean |
ConfigureFacadeImpl.loadIconBean(int objectSchemaId,
String name) |
IconBean |
ConfigureFacadeImpl.updateIconBean(IconBean iconBean) |
Modifier and Type | Method and Description |
---|---|
List<IconBean> |
ConfigureFacadeImpl.findAllIconBeans(int objectSchemaId) |
List<IconBean> |
ConfigureFacadeImpl.findGlobalIconBeans() |
List<IconBean> |
ConfigureFacadeImpl.findIconBeans(int objectSchemaId) |
Modifier and Type | Method and Description |
---|---|
IconBean |
ConfigureFacadeImpl.createIconBean(IconBean iconBean) |
IconBean |
ConfigureFacadeImpl.updateIconBean(IconBean iconBean) |
Modifier and Type | Method and Description |
---|---|
IconBean |
ObjectTypeBean.getIconBean() |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableList<IconBean> |
ImmutableGlobalConfiguration.icons() |
abstract List<IconBean> |
GlobalConfiguration.icons() |
Modifier and Type | Method and Description |
---|---|
ImmutableGlobalConfiguration.Builder |
ImmutableGlobalConfiguration.Builder.addIcons(IconBean... elements)
Adds elements to
icons list. |
ImmutableGlobalConfiguration.Builder |
ImmutableGlobalConfiguration.Builder.addIcons(IconBean element)
Adds one element to
icons list. |
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) |
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) |
ImmutableGlobalConfiguration |
ImmutableGlobalConfiguration.withIcons(IconBean... elements)
Copy the current immutable object with elements that replace the content of
icons . |
Modifier and Type | Method and Description |
---|---|
ImmutableGlobalConfiguration.Builder |
ImmutableGlobalConfiguration.Builder.addAllIcons(Iterable<? extends IconBean> elements)
Adds elements to
icons list. |
ImmutableGlobalConfiguration.Builder |
ImmutableGlobalConfiguration.Builder.setIcons(Iterable<? extends IconBean> elements)
Sets or replaces all elements for
icons list. |
ImmutableGlobalConfiguration |
ImmutableGlobalConfiguration.withIcons(Iterable<? extends IconBean> elements)
Copy the current immutable object with elements that replace the content of
icons . |
Modifier and Type | Method and Description |
---|---|
IconBean |
ImmutableObjectTypeNode.icon() |
abstract IconBean |
ObjectTypeNode.icon() |
Modifier and Type | Method and Description |
---|---|
ImmutableObjectTypeNode.Builder |
ImmutableObjectTypeNode.Builder.setIcon(IconBean icon)
Initializes the value for the
icon attribute. |
ImmutableObjectTypeNode |
ImmutableObjectTypeNode.withIcon(IconBean value)
Copy the current immutable object by setting a value for the
icon attribute. |
Modifier and Type | Class and Description |
---|---|
class |
IconImportBean |
Modifier and Type | Method and Description |
---|---|
IconBean |
IconImportBean.getNewObject() |
Constructor and Description |
---|
IconImportBean(IconBean icon) |
Copyright © 2024 Atlassian. All rights reserved.