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_ATTRIBUTESstatic java.lang.StringDESCRIPTIONQualifier of theEndpoint.descriptionattributestatic java.lang.StringDESTINATIONSQualifier of theEndpoint.destinationsattributeprotected static OneToManyHandler<AbstractDestination>DESTINATIONSHANDLEROneToManyHandlerfor handling 1:n DESTINATIONS's relation attributes from 'many' side.static java.lang.StringEXTENSIONNAMEQualifier of theEndpoint.extensionNameattributestatic java.lang.StringIDQualifier of theEndpoint.idattributestatic java.lang.StringNAMEQualifier of theEndpoint.nameattributestatic java.lang.StringSPECDATAQualifier of theEndpoint.specDataattributestatic java.lang.StringSPECURLQualifier of theEndpoint.specUrlattributestatic java.lang.StringVERSIONQualifier of theEndpoint.versionattribute-
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 voidaddToDestinations(AbstractDestination value)Generated method - Addsvalueto destinations.voidaddToDestinations(SessionContext ctx, AbstractDestination value)Generated method - Addsvalueto destinations.protected java.util.Map<java.lang.String,Item.AttributeMode>getDefaultAttributeModes()java.lang.StringgetDescription()Generated method - Getter of theEndpoint.descriptionattribute.java.lang.StringgetDescription(SessionContext ctx)Generated method - Getter of theEndpoint.descriptionattribute.java.util.Collection<AbstractDestination>getDestinations()Generated method - Getter of theEndpoint.destinationsattribute.java.util.Collection<AbstractDestination>getDestinations(SessionContext ctx)Generated method - Getter of theEndpoint.destinationsattribute.java.lang.StringgetExtensionName()Generated method - Getter of theEndpoint.extensionNameattribute.java.lang.StringgetExtensionName(SessionContext ctx)Generated method - Getter of theEndpoint.extensionNameattribute.java.lang.StringgetId()Generated method - Getter of theEndpoint.idattribute.java.lang.StringgetId(SessionContext ctx)Generated method - Getter of theEndpoint.idattribute.java.lang.StringgetName()Generated method - Getter of theEndpoint.nameattribute.java.lang.StringgetName(SessionContext ctx)Generated method - Getter of theEndpoint.nameattribute.java.lang.StringgetSpecData()Generated method - Getter of theEndpoint.specDataattribute.java.lang.StringgetSpecData(SessionContext ctx)Generated method - Getter of theEndpoint.specDataattribute.java.lang.StringgetSpecUrl()Generated method - Getter of theEndpoint.specUrlattribute.java.lang.StringgetSpecUrl(SessionContext ctx)Generated method - Getter of theEndpoint.specUrlattribute.java.lang.StringgetVersion()Generated method - Getter of theEndpoint.versionattribute.java.lang.StringgetVersion(SessionContext ctx)Generated method - Getter of theEndpoint.versionattribute.voidremoveFromDestinations(AbstractDestination value)Generated method - Removesvaluefrom destinations.voidremoveFromDestinations(SessionContext ctx, AbstractDestination value)Generated method - Removesvaluefrom destinations.voidsetDescription(SessionContext ctx, java.lang.String value)Generated method - Setter of theEndpoint.descriptionattribute.voidsetDescription(java.lang.String value)Generated method - Setter of theEndpoint.descriptionattribute.voidsetDestinations(SessionContext ctx, java.util.Collection<AbstractDestination> value)Generated method - Setter of theEndpoint.destinationsattribute.voidsetDestinations(java.util.Collection<AbstractDestination> value)Generated method - Setter of theEndpoint.destinationsattribute.voidsetExtensionName(SessionContext ctx, java.lang.String value)Generated method - Setter of theEndpoint.extensionNameattribute.voidsetExtensionName(java.lang.String value)Generated method - Setter of theEndpoint.extensionNameattribute.protected voidsetId(SessionContext ctx, java.lang.String value)Generated method - Setter of theEndpoint.idattribute.protected voidsetId(java.lang.String value)Generated method - Setter of theEndpoint.idattribute.voidsetName(SessionContext ctx, java.lang.String value)Generated method - Setter of theEndpoint.nameattribute.voidsetName(java.lang.String value)Generated method - Setter of theEndpoint.nameattribute.voidsetSpecData(SessionContext ctx, java.lang.String value)Generated method - Setter of theEndpoint.specDataattribute.voidsetSpecData(java.lang.String value)Generated method - Setter of theEndpoint.specDataattribute.voidsetSpecUrl(SessionContext ctx, java.lang.String value)Generated method - Setter of theEndpoint.specUrlattribute.voidsetSpecUrl(java.lang.String value)Generated method - Setter of theEndpoint.specUrlattribute.protected voidsetVersion(SessionContext ctx, java.lang.String value)Generated method - Setter of theEndpoint.versionattribute.protected voidsetVersion(java.lang.String value)Generated method - Setter of theEndpoint.versionattribute.-
Methods inherited from class de.hybris.platform.jalo.GenericItem
createItem, getImplementation, getInitialProperties, getNonInitialAttributes, getRelatedItems, 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.idattribute- See Also:
- Constant Field Values
-
VERSION
public static final java.lang.String VERSION
Qualifier of theEndpoint.versionattribute- See Also:
- Constant Field Values
-
NAME
public static final java.lang.String NAME
Qualifier of theEndpoint.nameattribute- See Also:
- Constant Field Values
-
DESCRIPTION
public static final java.lang.String DESCRIPTION
Qualifier of theEndpoint.descriptionattribute- See Also:
- Constant Field Values
-
SPECURL
public static final java.lang.String SPECURL
Qualifier of theEndpoint.specUrlattribute- See Also:
- Constant Field Values
-
SPECDATA
public static final java.lang.String SPECDATA
Qualifier of theEndpoint.specDataattribute- See Also:
- Constant Field Values
-
EXTENSIONNAME
public static final java.lang.String EXTENSIONNAME
Qualifier of theEndpoint.extensionNameattribute- See Also:
- Constant Field Values
-
DESTINATIONS
public static final java.lang.String DESTINATIONS
Qualifier of theEndpoint.destinationsattribute- See Also:
- Constant Field Values
-
DESTINATIONSHANDLER
protected static final OneToManyHandler<AbstractDestination> DESTINATIONSHANDLER
OneToManyHandlerfor 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:
getDefaultAttributeModesin classItem
-
getDescription
public java.lang.String getDescription(SessionContext ctx)
Generated method - Getter of theEndpoint.descriptionattribute.- Returns:
- the description - Short Description
-
getDescription
public java.lang.String getDescription()
Generated method - Getter of theEndpoint.descriptionattribute.- Returns:
- the description - Short Description
-
setDescription
public void setDescription(SessionContext ctx, java.lang.String value)
Generated method - Setter of theEndpoint.descriptionattribute.- Parameters:
value- the description - Short Description
-
setDescription
public void setDescription(java.lang.String value)
Generated method - Setter of theEndpoint.descriptionattribute.- Parameters:
value- the description - Short Description
-
getDestinations
public java.util.Collection<AbstractDestination> getDestinations(SessionContext ctx)
Generated method - Getter of theEndpoint.destinationsattribute.- Returns:
- the destinations - Destinations
-
getDestinations
public java.util.Collection<AbstractDestination> getDestinations()
Generated method - Getter of theEndpoint.destinationsattribute.- Returns:
- the destinations - Destinations
-
setDestinations
public void setDestinations(SessionContext ctx, java.util.Collection<AbstractDestination> value)
Generated method - Setter of theEndpoint.destinationsattribute.- Parameters:
value- the destinations - Destinations
-
setDestinations
public void setDestinations(java.util.Collection<AbstractDestination> value)
Generated method - Setter of theEndpoint.destinationsattribute.- Parameters:
value- the destinations - Destinations
-
addToDestinations
public void addToDestinations(SessionContext ctx, AbstractDestination value)
Generated method - Addsvalueto destinations.- Parameters:
value- the item to add to destinations - Destinations
-
addToDestinations
public void addToDestinations(AbstractDestination value)
Generated method - Addsvalueto destinations.- Parameters:
value- the item to add to destinations - Destinations
-
removeFromDestinations
public void removeFromDestinations(SessionContext ctx, AbstractDestination value)
Generated method - Removesvaluefrom destinations.- Parameters:
value- the item to remove from destinations - Destinations
-
removeFromDestinations
public void removeFromDestinations(AbstractDestination value)
Generated method - Removesvaluefrom destinations.- Parameters:
value- the item to remove from destinations - Destinations
-
getExtensionName
public java.lang.String getExtensionName(SessionContext ctx)
Generated method - Getter of theEndpoint.extensionNameattribute.- Returns:
- the extensionName - Endpoint Extension
-
getExtensionName
public java.lang.String getExtensionName()
Generated method - Getter of theEndpoint.extensionNameattribute.- Returns:
- the extensionName - Endpoint Extension
-
setExtensionName
public void setExtensionName(SessionContext ctx, java.lang.String value)
Generated method - Setter of theEndpoint.extensionNameattribute.- Parameters:
value- the extensionName - Endpoint Extension
-
setExtensionName
public void setExtensionName(java.lang.String value)
Generated method - Setter of theEndpoint.extensionNameattribute.- Parameters:
value- the extensionName - Endpoint Extension
-
getId
public java.lang.String getId(SessionContext ctx)
Generated method - Getter of theEndpoint.idattribute.- Returns:
- the id - Unique Id
-
getId
public java.lang.String getId()
Generated method - Getter of theEndpoint.idattribute.- Returns:
- the id - Unique Id
-
setId
protected void setId(SessionContext ctx, java.lang.String value)
Generated method - Setter of theEndpoint.idattribute.- Parameters:
value- the id - Unique Id
-
setId
protected void setId(java.lang.String value)
Generated method - Setter of theEndpoint.idattribute.- Parameters:
value- the id - Unique Id
-
getName
public java.lang.String getName(SessionContext ctx)
Generated method - Getter of theEndpoint.nameattribute.- Returns:
- the name - Human-readable Name
-
getName
public java.lang.String getName()
Generated method - Getter of theEndpoint.nameattribute.- Returns:
- the name - Human-readable Name
-
setName
public void setName(SessionContext ctx, java.lang.String value)
Generated method - Setter of theEndpoint.nameattribute.- Parameters:
value- the name - Human-readable Name
-
setName
public void setName(java.lang.String value)
Generated method - Setter of theEndpoint.nameattribute.- Parameters:
value- the name - Human-readable Name
-
getSpecData
public java.lang.String getSpecData(SessionContext ctx)
Generated method - Getter of theEndpoint.specDataattribute.- Returns:
- the specData - Endpoint specification data, in case url is absent
-
getSpecData
public java.lang.String getSpecData()
Generated method - Getter of theEndpoint.specDataattribute.- 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.specDataattribute.- 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.specDataattribute.- 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.specUrlattribute.- Returns:
- the specUrl - Endpoint Specification URL
-
getSpecUrl
public java.lang.String getSpecUrl()
Generated method - Getter of theEndpoint.specUrlattribute.- Returns:
- the specUrl - Endpoint Specification URL
-
setSpecUrl
public void setSpecUrl(SessionContext ctx, java.lang.String value)
Generated method - Setter of theEndpoint.specUrlattribute.- Parameters:
value- the specUrl - Endpoint Specification URL
-
setSpecUrl
public void setSpecUrl(java.lang.String value)
Generated method - Setter of theEndpoint.specUrlattribute.- Parameters:
value- the specUrl - Endpoint Specification URL
-
getVersion
public java.lang.String getVersion(SessionContext ctx)
Generated method - Getter of theEndpoint.versionattribute.- Returns:
- the version - Endpoint Version
-
getVersion
public java.lang.String getVersion()
Generated method - Getter of theEndpoint.versionattribute.- Returns:
- the version - Endpoint Version
-
setVersion
protected void setVersion(SessionContext ctx, java.lang.String value)
Generated method - Setter of theEndpoint.versionattribute.- Parameters:
value- the version - Endpoint Version
-
setVersion
protected void setVersion(java.lang.String value)
Generated method - Setter of theEndpoint.versionattribute.- Parameters:
value- the version - Endpoint Version
-
-