Class DefaultUpdateEntityView
java.lang.Object
com.broadleafcommerce.metadata.dsl.core.AbstractComponent<V>
com.broadleafcommerce.metadata.dsl.core.extension.views.AbstractView<DefaultUpdateEntityView>
com.broadleafcommerce.metadata.dsl.core.extension.views.details.DefaultUpdateEntityView
- All Implemented Interfaces:
Component<DefaultUpdateEntityView>,Copyable<DefaultUpdateEntityView>,FetchEntity<DefaultUpdateEntityView>,Trackable<DefaultUpdateEntityView>,ActionView<DefaultUpdateEntityView>,AugmentableView<DefaultUpdateEntityView>,EntityView<DefaultUpdateEntityView>,UpdateEntityView<DefaultUpdateEntityView>,PreviewableView<DefaultUpdateEntityView>,View<DefaultUpdateEntityView>,Serializable,Comparable<DefaultUpdateEntityView>
public class DefaultUpdateEntityView
extends AbstractView<DefaultUpdateEntityView>
implements UpdateEntityView<DefaultUpdateEntityView>
- Author:
- Nick Crum (ncrum)
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.broadleafcommerce.metadata.dsl.core.extension.views.ActionView
ActionView.ActionKeys, ActionView.ActionPlacementsNested classes/interfaces inherited from interface com.broadleafcommerce.metadata.dsl.core.extension.views.details.UpdateEntityView
UpdateEntityView.ActionTypes, UpdateEntityView.Attributes, UpdateEntityView.EndpointTypes -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.broadleafcommerce.metadata.dsl.core.AbstractComponent
canEqual, compareTo, equals, getActions, getAttributes, getAugmentationKey, getClassifier, getComponents, getConditionals, getDescription, getEndpoints, getId, getLabel, getOrder, getScope, getType, hashCode, isTranslatable, setActions, setAttributes, setAugmentationKey, setClassifier, setComponents, setConditionals, setDescription, setEndpoints, setId, setLabel, setOrder, setScope, setTranslatable, setType, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.broadleafcommerce.metadata.dsl.core.extension.views.ActionView
addPrimaryAction, addPrimaryAction, addSecondaryAction, addSecondaryAction, findPrimaryAction, findSecondaryAction, getPrimaryAction, getSecondaryAction, primaryAction, primaryAction, secondaryAction, secondaryActionMethods inherited from interface com.broadleafcommerce.metadata.dsl.core.extension.views.AugmentableView
complexAttributes, complexAttributes, notComplexAttributesMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.broadleafcommerce.metadata.dsl.core.Component
addAction, addAction, addComponent, addEndpoint, addEndpoint, apply, attribute, augmentationKey, classifier, clearConditionals, clearEndpoints, conditional, conditionals, description, description, findAction, findAction, findActions, findAttribute, findComponent, findComponent, findComponents, findEndpoint, findEndpoint, findEndpoints, get, get, getAction, getAction, getActions, getActionsList, getAttribute, getAttribute, getAttributes, getAugmentationKey, getClassifier, getComponent, getComponent, getComponents, getComponentsList, getConditionals, getDescription, getEndpoint, getEndpoint, getEndpoints, getEndpointsList, getId, getLabel, getOrder, getScope, getType, hasAction, hasAttribute, hasComponent, hasEndpoint, id, isAugmentable, isTranslatable, label, label, notTranslatable, order, removeAction, removeAttribute, removeComponent, removeEndpoint, scope, self, setActions, setAttributes, setAugmentationKey, setClassifier, setComponents, setConditionals, setDescription, setEndpoints, setId, setLabel, setOrder, setScope, setTranslatable, setType, translatable, translatable, typeMethods inherited from interface com.broadleafcommerce.metadata.dsl.core.extension.views.details.EntityView
addForm, addGeneralForm, backLink, backLinkById, backLinkByPath, findForm, form, generalForm, getForm, getGeneralFormMethods inherited from interface com.broadleafcommerce.metadata.dsl.core.extension.FetchEntity
addReadEndpoint, findReadEndpoint, getReadEndpoint, readEndpoint, readScope, readUrl, readUrlMethods inherited from interface com.broadleafcommerce.metadata.dsl.core.extension.views.PreviewableView
previewPath, removePreviewPathMethods inherited from interface com.broadleafcommerce.metadata.dsl.core.extension.Trackable
catalogTrackable, notCatalogTrackable, notProfileTrackable, notSandboxTrackable, profileTrackable, sandboxTrackableMethods inherited from interface com.broadleafcommerce.metadata.dsl.core.extension.views.details.UpdateEntityView
addCloneAction, addDeleteAction, addDeleteEndpoint, addSubmitAction, addSubmitEndpoint, addSubmitTranslationsEndpoint, cloneAction, deleteAction, deleteAction, deleteEndpoint, deleteLabel, deleteLabel, deleteScope, deleteUrl, deleteUrl, displayNameKey, exportHistoryGrid, findCloneAction, findDeleteAction, findExportHistoryGrid, findSubmitAction, getCloneAction, getDeleteAction, getDeleteEndpoint, getExportHistoryGrid, getSubmitAction, getSubmitEndpoint, getUpdateTranslationsEndpoint, removeExportHistoryGrid, submitAction, submitAction, submitEndpoint, submitLabel, submitLabel, submitScope, submitTranslationsEndpoint, submitTranslationsScope, submitTranslationsUrl, submitTranslationsUrl, submitUrl, submitUrl
-
Constructor Details
-
DefaultUpdateEntityView
public DefaultUpdateEntityView() -
DefaultUpdateEntityView
-
-
Method Details
-
copy
- Specified by:
copyin interfaceCopyable<DefaultUpdateEntityView>- Returns:
- a deep copy of this instance
-