Class ConsumedDestinationNotFoundModel
- java.lang.Object
-
- de.hybris.platform.servicelayer.model.AbstractItemModel
-
- de.hybris.platform.core.model.ItemModel
-
- de.hybris.platform.apiregistryservices.model.AbstractDestinationModel
-
- de.hybris.platform.apiregistryservices.model.ConsumedDestinationModel
-
- de.hybris.platform.outboundservices.facade.ConsumedDestinationNotFoundModel
-
- All Implemented Interfaces:
java.io.Serializable
public class ConsumedDestinationNotFoundModel extends ConsumedDestinationModel
ThisConsumedDestinationModelindicates that an actual ConsumedDestinationModel was not found- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.apiregistryservices.model.ConsumedDestinationModel
_TYPECODE
-
Fields inherited from class de.hybris.platform.apiregistryservices.model.AbstractDestinationModel
_DESTINATIONTARGET2DESTINATION, _ENDPOINT2ABSTRACTDESTINATION, ACTIVE, ADDITIONALPROPERTIES, CREDENTIAL, DESTINATIONTARGET, ENDPOINT, ID, URL
-
Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALED
-
Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
-
-
Constructor Summary
Constructors Constructor Description ConsumedDestinationNotFoundModel(java.lang.String destinationId)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.StringgetDestinationId()Deprecated, for removal: This API element is subject to removal in a future version.useAbstractDestinationModel.getId()instead-
Methods inherited from class de.hybris.platform.apiregistryservices.model.AbstractDestinationModel
getAdditionalProperties, getCredential, getDestinationTarget, getEndpoint, getId, getUrl, isActive, setActive, setAdditionalProperties, setCredential, setDestinationTarget, setEndpoint, setId, setUrl
-
Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwner
-
Methods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
equals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplace
-
-
-
-
Method Detail
-
getDestinationId
@Deprecated(since="2011.0", forRemoval=true) public java.lang.String getDestinationId()Deprecated, for removal: This API element is subject to removal in a future version.useAbstractDestinationModel.getId()instead
-
-