Class GeneratedEndpoint
- java.lang.Object
-
- de.hybris.platform.util.BridgeAbstraction
-
- de.hybris.platform.jalo.Item
-
- de.hybris.platform.jalo.ExtensibleItem
-
- de.hybris.platform.jalo.c2l.LocalizableItem
-
- de.hybris.platform.jalo.GenericItem
-
- de.hybris.platform.apiregistryservices.jalo.GeneratedEndpoint
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable
- Direct Known Subclasses:
Endpoint
public abstract class GeneratedEndpoint extends GenericItem
Generated class for typeEndpoint
.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.GenericItem
GenericItem.GenericItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
LocalizableItem.LocalizableItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.ExtensibleItem
ExtensibleItem.ExtensibleItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.Item
Item.AttributeFilter, Item.AttributeMode, Item.CachedGetter, Item.CachedSetter, Item.ItemAttributeMap, Item.ItemConstraint, Item.ItemImpl, Item.JaloCachedComputationException
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.util.Map<java.lang.String,Item.AttributeMode>
DEFAULT_INITIAL_ATTRIBUTES
static java.lang.String
DESCRIPTION
Qualifier of theEndpoint.description
attributestatic java.lang.String
DESTINATIONS
Qualifier of theEndpoint.destinations
attributeprotected static OneToManyHandler<AbstractDestination>
DESTINATIONSHANDLER
OneToManyHandler
for handling 1:n DESTINATIONS's relation attributes from 'many' side.static java.lang.String
EXTENSIONNAME
Qualifier of theEndpoint.extensionName
attributestatic java.lang.String
ID
Qualifier of theEndpoint.id
attributestatic java.lang.String
NAME
Qualifier of theEndpoint.name
attributestatic java.lang.String
SPECDATA
Qualifier of theEndpoint.specData
attributestatic java.lang.String
SPECURL
Qualifier of theEndpoint.specUrl
attributestatic java.lang.String
VERSION
Qualifier of theEndpoint.version
attribute-
Fields inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
LANGUAGE_FALLBACK_ENABLED
-
Fields inherited from class de.hybris.platform.jalo.Item
_CREATION_TIME_INTERNAL, _MODIFIED_TIME_INTERNAL, accessorLog, CREATION_TIME, DISABLE_ATTRIBUTE_CHECK, DISABLE_ITEMCHECK_BEFORE_REMOVABLE, EVEN, FEATURE_ACCESSMAP_QUALIFIER, HJMPTS, INITIAL_CREATION_FLAG, isJaloOnly, MODIFIED_TIME, NEGATIVE, NOT_FOUND, OWNER, PK, POSITIVE, SAVE_FROM_SERVICE_LAYER, staticTransientObjects, TYPE
-
Fields inherited from class de.hybris.platform.util.BridgeAbstraction
impl, tenant
-
-
Constructor Summary
Constructors Constructor Description GeneratedEndpoint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addToDestinations(AbstractDestination value)
Generated method - Addsvalue
to destinations.void
addToDestinations(SessionContext ctx, AbstractDestination value)
Generated method - Addsvalue
to destinations.protected java.util.Map<java.lang.String,Item.AttributeMode>
getDefaultAttributeModes()
java.lang.String
getDescription()
Generated method - Getter of theEndpoint.description
attribute.java.lang.String
getDescription(SessionContext ctx)
Generated method - Getter of theEndpoint.description
attribute.java.util.Collection<AbstractDestination>
getDestinations()
Generated method - Getter of theEndpoint.destinations
attribute.java.util.Collection<AbstractDestination>
getDestinations(SessionContext ctx)
Generated method - Getter of theEndpoint.destinations
attribute.java.lang.String
getExtensionName()
Generated method - Getter of theEndpoint.extensionName
attribute.java.lang.String
getExtensionName(SessionContext ctx)
Generated method - Getter of theEndpoint.extensionName
attribute.java.lang.String
getId()
Generated method - Getter of theEndpoint.id
attribute.java.lang.String
getId(SessionContext ctx)
Generated method - Getter of theEndpoint.id
attribute.java.lang.String
getName()
Generated method - Getter of theEndpoint.name
attribute.java.lang.String
getName(SessionContext ctx)
Generated method - Getter of theEndpoint.name
attribute.java.lang.String
getSpecData()
Generated method - Getter of theEndpoint.specData
attribute.java.lang.String
getSpecData(SessionContext ctx)
Generated method - Getter of theEndpoint.specData
attribute.java.lang.String
getSpecUrl()
Generated method - Getter of theEndpoint.specUrl
attribute.java.lang.String
getSpecUrl(SessionContext ctx)
Generated method - Getter of theEndpoint.specUrl
attribute.java.lang.String
getVersion()
Generated method - Getter of theEndpoint.version
attribute.java.lang.String
getVersion(SessionContext ctx)
Generated method - Getter of theEndpoint.version
attribute.void
removeFromDestinations(AbstractDestination value)
Generated method - Removesvalue
from destinations.void
removeFromDestinations(SessionContext ctx, AbstractDestination value)
Generated method - Removesvalue
from destinations.void
setDescription(SessionContext ctx, java.lang.String value)
Generated method - Setter of theEndpoint.description
attribute.void
setDescription(java.lang.String value)
Generated method - Setter of theEndpoint.description
attribute.void
setDestinations(SessionContext ctx, java.util.Collection<AbstractDestination> value)
Generated method - Setter of theEndpoint.destinations
attribute.void
setDestinations(java.util.Collection<AbstractDestination> value)
Generated method - Setter of theEndpoint.destinations
attribute.void
setExtensionName(SessionContext ctx, java.lang.String value)
Generated method - Setter of theEndpoint.extensionName
attribute.void
setExtensionName(java.lang.String value)
Generated method - Setter of theEndpoint.extensionName
attribute.protected void
setId(SessionContext ctx, java.lang.String value)
Generated method - Setter of theEndpoint.id
attribute.protected void
setId(java.lang.String value)
Generated method - Setter of theEndpoint.id
attribute.void
setName(SessionContext ctx, java.lang.String value)
Generated method - Setter of theEndpoint.name
attribute.void
setName(java.lang.String value)
Generated method - Setter of theEndpoint.name
attribute.void
setSpecData(SessionContext ctx, java.lang.String value)
Generated method - Setter of theEndpoint.specData
attribute.void
setSpecData(java.lang.String value)
Generated method - Setter of theEndpoint.specData
attribute.void
setSpecUrl(SessionContext ctx, java.lang.String value)
Generated method - Setter of theEndpoint.specUrl
attribute.void
setSpecUrl(java.lang.String value)
Generated method - Setter of theEndpoint.specUrl
attribute.protected void
setVersion(SessionContext ctx, java.lang.String value)
Generated method - Setter of theEndpoint.version
attribute.protected void
setVersion(java.lang.String value)
Generated method - Setter of theEndpoint.version
attribute.-
Methods inherited from class de.hybris.platform.jalo.GenericItem
createItem, getImplementation, getInitialProperties, getNonInitialAttributes, getRelatedItems, setRelatedItems
-
Methods inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllValuesSessionContext, getLocalizedProperty, getLocalizedProperty, getLocalizedPropertyInternal, getLocalizedPropertyNames, getLocalizedPropertyNames, hasLanguage, isEmptyValue, isFallbackEnabled, removeLocalizedProperty, removeLocalizedProperty, setAllLocalizedProperties, setAllLocalizedProperties, setLocalizedProperty, setLocalizedProperty
-
Methods inherited from class de.hybris.platform.jalo.ExtensibleItem
createNonClassAccessor, getAllProperties, getAllProperties, getProperty, getProperty, getPropertyNames, getPropertyNames, removeProperty, removeProperty, setAllProperties, setAllProperties, setProperty, setProperty
-
Methods inherited from class de.hybris.platform.jalo.Item
addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addNegativePermission, addPermission, addPositivePermission, assureExtensionsLoaded, changeTypeAfterCreation, checkConstraint, checkItemPermission, checkMandatoryAttribute, checkMandatoryAttribute, checkPermission, checkPermission, checkRemovable, clearPermission, compareTo, ctx, doAfterRemove, doBeforeRemove, equals, getAccessorFor, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributesInternal, getAllLinkedItems, getAndCheckCacheBoundItem, getAttribute, getAttribute, getCacheBoundItem, getComposedType, getComposedTypePK, getCreationTime, getCurrentlyRemovingCount, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItemsCount, getLinkedItemsCount, getLinkedItemsCount, getModificationTime, getNegativePermissions, getOwner, getPermissionMap, getPermissions, getPersistenceVersion, getPK, getPositivePermissions, getRestrictedPrincipals, getSession, getSyncObject, getTenant, getTransientObject, getTransientObjectMap, hashCode, hasRegisteredClassAccessorFor, internal_registerClassAccessorFor, internal_registerNonClassAccessorFor, invalidateLocalCaches, isAlive, isCacheBound, isCurrentlyRemoving, isCurrentlyRemoving, isEmptyRelationValue, isInCreate, isInstanceOf, isItemCheckBeforeRemoveableDisabled, isMarkModifiedDisabled, isRelationLocalizationFallbackEnabled, newInstance, notifyExtensionsAfterItemCreation, notifyExtensionsBeforeItemCreation, notifyItemRemoval, notifyManagerAboutItemRemoval, readResolve, registerAccessFor, registerAccessFor, registerJaloInvalidationListeners, remove, remove, removeItemCollection, removeItemCollection, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinks, removePartOfItems, removePartOfItems, setAllAttributes, setAllAttributes, setAllAttributesInternal, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAttribute, setAttribute, setAttributeFromString, setAttributeFromString, setCacheBound, setComposedType, setCreationTime, setImplementation, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setModificationTime, setNonInitialAttributes, setOwner, setPermissionsByMap, setTransientObject, setUseTA, toString, useTA, writeReplace
-
Methods inherited from class de.hybris.platform.util.BridgeAbstraction
setTenant
-
-
-
-
Field Detail
-
ID
public static final java.lang.String ID
Qualifier of theEndpoint.id
attribute- See Also:
- Constant Field Values
-
VERSION
public static final java.lang.String VERSION
Qualifier of theEndpoint.version
attribute- See Also:
- Constant Field Values
-
NAME
public static final java.lang.String NAME
Qualifier of theEndpoint.name
attribute- See Also:
- Constant Field Values
-
DESCRIPTION
public static final java.lang.String DESCRIPTION
Qualifier of theEndpoint.description
attribute- See Also:
- Constant Field Values
-
SPECURL
public static final java.lang.String SPECURL
Qualifier of theEndpoint.specUrl
attribute- See Also:
- Constant Field Values
-
SPECDATA
public static final java.lang.String SPECDATA
Qualifier of theEndpoint.specData
attribute- See Also:
- Constant Field Values
-
EXTENSIONNAME
public static final java.lang.String EXTENSIONNAME
Qualifier of theEndpoint.extensionName
attribute- See Also:
- Constant Field Values
-
DESTINATIONS
public static final java.lang.String DESTINATIONS
Qualifier of theEndpoint.destinations
attribute- See Also:
- Constant Field Values
-
DESTINATIONSHANDLER
protected static final OneToManyHandler<AbstractDestination> DESTINATIONSHANDLER
OneToManyHandler
for handling 1:n DESTINATIONS's relation attributes from 'many' side.
-
DEFAULT_INITIAL_ATTRIBUTES
protected static final java.util.Map<java.lang.String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
-
-
Method Detail
-
getDefaultAttributeModes
protected java.util.Map<java.lang.String,Item.AttributeMode> getDefaultAttributeModes()
- Overrides:
getDefaultAttributeModes
in classItem
-
getDescription
public java.lang.String getDescription(SessionContext ctx)
Generated method - Getter of theEndpoint.description
attribute.- Returns:
- the description - Short Description
-
getDescription
public java.lang.String getDescription()
Generated method - Getter of theEndpoint.description
attribute.- Returns:
- the description - Short Description
-
setDescription
public void setDescription(SessionContext ctx, java.lang.String value)
Generated method - Setter of theEndpoint.description
attribute.- Parameters:
value
- the description - Short Description
-
setDescription
public void setDescription(java.lang.String value)
Generated method - Setter of theEndpoint.description
attribute.- Parameters:
value
- the description - Short Description
-
getDestinations
public java.util.Collection<AbstractDestination> getDestinations(SessionContext ctx)
Generated method - Getter of theEndpoint.destinations
attribute.- Returns:
- the destinations - Destinations
-
getDestinations
public java.util.Collection<AbstractDestination> getDestinations()
Generated method - Getter of theEndpoint.destinations
attribute.- Returns:
- the destinations - Destinations
-
setDestinations
public void setDestinations(SessionContext ctx, java.util.Collection<AbstractDestination> value)
Generated method - Setter of theEndpoint.destinations
attribute.- Parameters:
value
- the destinations - Destinations
-
setDestinations
public void setDestinations(java.util.Collection<AbstractDestination> value)
Generated method - Setter of theEndpoint.destinations
attribute.- Parameters:
value
- the destinations - Destinations
-
addToDestinations
public void addToDestinations(SessionContext ctx, AbstractDestination value)
Generated method - Addsvalue
to destinations.- Parameters:
value
- the item to add to destinations - Destinations
-
addToDestinations
public void addToDestinations(AbstractDestination value)
Generated method - Addsvalue
to destinations.- Parameters:
value
- the item to add to destinations - Destinations
-
removeFromDestinations
public void removeFromDestinations(SessionContext ctx, AbstractDestination value)
Generated method - Removesvalue
from destinations.- Parameters:
value
- the item to remove from destinations - Destinations
-
removeFromDestinations
public void removeFromDestinations(AbstractDestination value)
Generated method - Removesvalue
from destinations.- Parameters:
value
- the item to remove from destinations - Destinations
-
getExtensionName
public java.lang.String getExtensionName(SessionContext ctx)
Generated method - Getter of theEndpoint.extensionName
attribute.- Returns:
- the extensionName - Endpoint Extension
-
getExtensionName
public java.lang.String getExtensionName()
Generated method - Getter of theEndpoint.extensionName
attribute.- Returns:
- the extensionName - Endpoint Extension
-
setExtensionName
public void setExtensionName(SessionContext ctx, java.lang.String value)
Generated method - Setter of theEndpoint.extensionName
attribute.- Parameters:
value
- the extensionName - Endpoint Extension
-
setExtensionName
public void setExtensionName(java.lang.String value)
Generated method - Setter of theEndpoint.extensionName
attribute.- Parameters:
value
- the extensionName - Endpoint Extension
-
getId
public java.lang.String getId(SessionContext ctx)
Generated method - Getter of theEndpoint.id
attribute.- Returns:
- the id - Unique Id
-
getId
public java.lang.String getId()
Generated method - Getter of theEndpoint.id
attribute.- Returns:
- the id - Unique Id
-
setId
protected void setId(SessionContext ctx, java.lang.String value)
Generated method - Setter of theEndpoint.id
attribute.- Parameters:
value
- the id - Unique Id
-
setId
protected void setId(java.lang.String value)
Generated method - Setter of theEndpoint.id
attribute.- Parameters:
value
- the id - Unique Id
-
getName
public java.lang.String getName(SessionContext ctx)
Generated method - Getter of theEndpoint.name
attribute.- Returns:
- the name - Human-readable Name
-
getName
public java.lang.String getName()
Generated method - Getter of theEndpoint.name
attribute.- Returns:
- the name - Human-readable Name
-
setName
public void setName(SessionContext ctx, java.lang.String value)
Generated method - Setter of theEndpoint.name
attribute.- Parameters:
value
- the name - Human-readable Name
-
setName
public void setName(java.lang.String value)
Generated method - Setter of theEndpoint.name
attribute.- Parameters:
value
- the name - Human-readable Name
-
getSpecData
public java.lang.String getSpecData(SessionContext ctx)
Generated method - Getter of theEndpoint.specData
attribute.- Returns:
- the specData - Endpoint specification data, in case url is absent
-
getSpecData
public java.lang.String getSpecData()
Generated method - Getter of theEndpoint.specData
attribute.- Returns:
- the specData - Endpoint specification data, in case url is absent
-
setSpecData
public void setSpecData(SessionContext ctx, java.lang.String value)
Generated method - Setter of theEndpoint.specData
attribute.- Parameters:
value
- the specData - Endpoint specification data, in case url is absent
-
setSpecData
public void setSpecData(java.lang.String value)
Generated method - Setter of theEndpoint.specData
attribute.- Parameters:
value
- the specData - Endpoint specification data, in case url is absent
-
getSpecUrl
public java.lang.String getSpecUrl(SessionContext ctx)
Generated method - Getter of theEndpoint.specUrl
attribute.- Returns:
- the specUrl - Endpoint Specification URL
-
getSpecUrl
public java.lang.String getSpecUrl()
Generated method - Getter of theEndpoint.specUrl
attribute.- Returns:
- the specUrl - Endpoint Specification URL
-
setSpecUrl
public void setSpecUrl(SessionContext ctx, java.lang.String value)
Generated method - Setter of theEndpoint.specUrl
attribute.- Parameters:
value
- the specUrl - Endpoint Specification URL
-
setSpecUrl
public void setSpecUrl(java.lang.String value)
Generated method - Setter of theEndpoint.specUrl
attribute.- Parameters:
value
- the specUrl - Endpoint Specification URL
-
getVersion
public java.lang.String getVersion(SessionContext ctx)
Generated method - Getter of theEndpoint.version
attribute.- Returns:
- the version - Endpoint Version
-
getVersion
public java.lang.String getVersion()
Generated method - Getter of theEndpoint.version
attribute.- Returns:
- the version - Endpoint Version
-
setVersion
protected void setVersion(SessionContext ctx, java.lang.String value)
Generated method - Setter of theEndpoint.version
attribute.- Parameters:
value
- the version - Endpoint Version
-
setVersion
protected void setVersion(java.lang.String value)
Generated method - Setter of theEndpoint.version
attribute.- Parameters:
value
- the version - Endpoint Version
-
-