Class GeneratedDestinationTarget
- 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.GeneratedDestinationTarget
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable
- Direct Known Subclasses:
DestinationTarget
public abstract class GeneratedDestinationTarget extends GenericItem
Generated class for typeDestinationTarget.- 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.StringDESTINATIONCHANNELQualifier of theDestinationTarget.destinationChannelattributestatic java.lang.StringDESTINATIONSQualifier of theDestinationTarget.destinationsattributeprotected static OneToManyHandler<AbstractDestination>DESTINATIONSHANDLEROneToManyHandlerfor handling 1:n DESTINATIONS's relation attributes from 'many' side.static java.lang.StringEVENTCONFIGURATIONSQualifier of theDestinationTarget.eventConfigurationsattributeprotected static OneToManyHandler<EventConfiguration>EVENTCONFIGURATIONSHANDLEROneToManyHandlerfor handling 1:n EVENTCONFIGURATIONS's relation attributes from 'many' side.static java.lang.StringIDQualifier of theDestinationTarget.idattributestatic java.lang.StringREGISTRATIONSTATUSQualifier of theDestinationTarget.registrationStatusattributestatic java.lang.StringREGISTRATIONSTATUSINFOQualifier of theDestinationTarget.registrationStatusInfoattributestatic java.lang.StringTEMPLATEQualifier of theDestinationTarget.templateattribute-
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 GeneratedDestinationTarget()
-
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.voidaddToEventConfigurations(EventConfiguration value)Generated method - Addsvalueto eventConfigurations.voidaddToEventConfigurations(SessionContext ctx, EventConfiguration value)Generated method - Addsvalueto eventConfigurations.protected java.util.Map<java.lang.String,Item.AttributeMode>getDefaultAttributeModes()EnumerationValuegetDestinationChannel()Generated method - Getter of theDestinationTarget.destinationChannelattribute.EnumerationValuegetDestinationChannel(SessionContext ctx)Generated method - Getter of theDestinationTarget.destinationChannelattribute.java.util.Collection<AbstractDestination>getDestinations()Generated method - Getter of theDestinationTarget.destinationsattribute.java.util.Collection<AbstractDestination>getDestinations(SessionContext ctx)Generated method - Getter of theDestinationTarget.destinationsattribute.java.util.Collection<EventConfiguration>getEventConfigurations()Generated method - Getter of theDestinationTarget.eventConfigurationsattribute.java.util.Collection<EventConfiguration>getEventConfigurations(SessionContext ctx)Generated method - Getter of theDestinationTarget.eventConfigurationsattribute.java.lang.StringgetId()Generated method - Getter of theDestinationTarget.idattribute.java.lang.StringgetId(SessionContext ctx)Generated method - Getter of theDestinationTarget.idattribute.EnumerationValuegetRegistrationStatus()Generated method - Getter of theDestinationTarget.registrationStatusattribute.EnumerationValuegetRegistrationStatus(SessionContext ctx)Generated method - Getter of theDestinationTarget.registrationStatusattribute.java.lang.StringgetRegistrationStatusInfo()Generated method - Getter of theDestinationTarget.registrationStatusInfoattribute.java.lang.StringgetRegistrationStatusInfo(SessionContext ctx)Generated method - Getter of theDestinationTarget.registrationStatusInfoattribute.java.lang.BooleanisTemplate()Generated method - Getter of theDestinationTarget.templateattribute.java.lang.BooleanisTemplate(SessionContext ctx)Generated method - Getter of theDestinationTarget.templateattribute.booleanisTemplateAsPrimitive()Generated method - Getter of theDestinationTarget.templateattribute.booleanisTemplateAsPrimitive(SessionContext ctx)Generated method - Getter of theDestinationTarget.templateattribute.voidremoveFromDestinations(AbstractDestination value)Generated method - Removesvaluefrom destinations.voidremoveFromDestinations(SessionContext ctx, AbstractDestination value)Generated method - Removesvaluefrom destinations.voidremoveFromEventConfigurations(EventConfiguration value)Generated method - Removesvaluefrom eventConfigurations.voidremoveFromEventConfigurations(SessionContext ctx, EventConfiguration value)Generated method - Removesvaluefrom eventConfigurations.voidsetDestinationChannel(EnumerationValue value)Generated method - Setter of theDestinationTarget.destinationChannelattribute.voidsetDestinationChannel(SessionContext ctx, EnumerationValue value)Generated method - Setter of theDestinationTarget.destinationChannelattribute.voidsetDestinations(SessionContext ctx, java.util.Collection<AbstractDestination> value)Generated method - Setter of theDestinationTarget.destinationsattribute.voidsetDestinations(java.util.Collection<AbstractDestination> value)Generated method - Setter of theDestinationTarget.destinationsattribute.voidsetEventConfigurations(SessionContext ctx, java.util.Collection<EventConfiguration> value)Generated method - Setter of theDestinationTarget.eventConfigurationsattribute.voidsetEventConfigurations(java.util.Collection<EventConfiguration> value)Generated method - Setter of theDestinationTarget.eventConfigurationsattribute.voidsetId(SessionContext ctx, java.lang.String value)Generated method - Setter of theDestinationTarget.idattribute.voidsetId(java.lang.String value)Generated method - Setter of theDestinationTarget.idattribute.voidsetRegistrationStatus(EnumerationValue value)Generated method - Setter of theDestinationTarget.registrationStatusattribute.voidsetRegistrationStatus(SessionContext ctx, EnumerationValue value)Generated method - Setter of theDestinationTarget.registrationStatusattribute.voidsetRegistrationStatusInfo(SessionContext ctx, java.lang.String value)Generated method - Setter of theDestinationTarget.registrationStatusInfoattribute.voidsetRegistrationStatusInfo(java.lang.String value)Generated method - Setter of theDestinationTarget.registrationStatusInfoattribute.voidsetTemplate(boolean value)Generated method - Setter of theDestinationTarget.templateattribute.voidsetTemplate(SessionContext ctx, boolean value)Generated method - Setter of theDestinationTarget.templateattribute.voidsetTemplate(SessionContext ctx, java.lang.Boolean value)Generated method - Setter of theDestinationTarget.templateattribute.voidsetTemplate(java.lang.Boolean value)Generated method - Setter of theDestinationTarget.templateattribute.-
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 theDestinationTarget.idattribute- See Also:
- Constant Field Values
-
DESTINATIONCHANNEL
public static final java.lang.String DESTINATIONCHANNEL
Qualifier of theDestinationTarget.destinationChannelattribute- See Also:
- Constant Field Values
-
TEMPLATE
public static final java.lang.String TEMPLATE
Qualifier of theDestinationTarget.templateattribute- See Also:
- Constant Field Values
-
REGISTRATIONSTATUS
public static final java.lang.String REGISTRATIONSTATUS
Qualifier of theDestinationTarget.registrationStatusattribute- See Also:
- Constant Field Values
-
REGISTRATIONSTATUSINFO
public static final java.lang.String REGISTRATIONSTATUSINFO
Qualifier of theDestinationTarget.registrationStatusInfoattribute- See Also:
- Constant Field Values
-
EVENTCONFIGURATIONS
public static final java.lang.String EVENTCONFIGURATIONS
Qualifier of theDestinationTarget.eventConfigurationsattribute- See Also:
- Constant Field Values
-
DESTINATIONS
public static final java.lang.String DESTINATIONS
Qualifier of theDestinationTarget.destinationsattribute- See Also:
- Constant Field Values
-
EVENTCONFIGURATIONSHANDLER
protected static final OneToManyHandler<EventConfiguration> EVENTCONFIGURATIONSHANDLER
OneToManyHandlerfor handling 1:n EVENTCONFIGURATIONS's relation attributes from 'many' side.
-
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
-
getDestinationChannel
public EnumerationValue getDestinationChannel(SessionContext ctx)
Generated method - Getter of theDestinationTarget.destinationChannelattribute.- Returns:
- the destinationChannel - Destination Channel
-
getDestinationChannel
public EnumerationValue getDestinationChannel()
Generated method - Getter of theDestinationTarget.destinationChannelattribute.- Returns:
- the destinationChannel - Destination Channel
-
setDestinationChannel
public void setDestinationChannel(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theDestinationTarget.destinationChannelattribute.- Parameters:
value- the destinationChannel - Destination Channel
-
setDestinationChannel
public void setDestinationChannel(EnumerationValue value)
Generated method - Setter of theDestinationTarget.destinationChannelattribute.- Parameters:
value- the destinationChannel - Destination Channel
-
getDestinations
public java.util.Collection<AbstractDestination> getDestinations(SessionContext ctx)
Generated method - Getter of theDestinationTarget.destinationsattribute.- Returns:
- the destinations - Destinations
-
getDestinations
public java.util.Collection<AbstractDestination> getDestinations()
Generated method - Getter of theDestinationTarget.destinationsattribute.- Returns:
- the destinations - Destinations
-
setDestinations
public void setDestinations(SessionContext ctx, java.util.Collection<AbstractDestination> value)
Generated method - Setter of theDestinationTarget.destinationsattribute.- Parameters:
value- the destinations - Destinations
-
setDestinations
public void setDestinations(java.util.Collection<AbstractDestination> value)
Generated method - Setter of theDestinationTarget.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
-
getEventConfigurations
public java.util.Collection<EventConfiguration> getEventConfigurations(SessionContext ctx)
Generated method - Getter of theDestinationTarget.eventConfigurationsattribute.- Returns:
- the eventConfigurations - Event Configurations
-
getEventConfigurations
public java.util.Collection<EventConfiguration> getEventConfigurations()
Generated method - Getter of theDestinationTarget.eventConfigurationsattribute.- Returns:
- the eventConfigurations - Event Configurations
-
setEventConfigurations
public void setEventConfigurations(SessionContext ctx, java.util.Collection<EventConfiguration> value)
Generated method - Setter of theDestinationTarget.eventConfigurationsattribute.- Parameters:
value- the eventConfigurations - Event Configurations
-
setEventConfigurations
public void setEventConfigurations(java.util.Collection<EventConfiguration> value)
Generated method - Setter of theDestinationTarget.eventConfigurationsattribute.- Parameters:
value- the eventConfigurations - Event Configurations
-
addToEventConfigurations
public void addToEventConfigurations(SessionContext ctx, EventConfiguration value)
Generated method - Addsvalueto eventConfigurations.- Parameters:
value- the item to add to eventConfigurations - Event Configurations
-
addToEventConfigurations
public void addToEventConfigurations(EventConfiguration value)
Generated method - Addsvalueto eventConfigurations.- Parameters:
value- the item to add to eventConfigurations - Event Configurations
-
removeFromEventConfigurations
public void removeFromEventConfigurations(SessionContext ctx, EventConfiguration value)
Generated method - Removesvaluefrom eventConfigurations.- Parameters:
value- the item to remove from eventConfigurations - Event Configurations
-
removeFromEventConfigurations
public void removeFromEventConfigurations(EventConfiguration value)
Generated method - Removesvaluefrom eventConfigurations.- Parameters:
value- the item to remove from eventConfigurations - Event Configurations
-
getId
public java.lang.String getId(SessionContext ctx)
Generated method - Getter of theDestinationTarget.idattribute.- Returns:
- the id - Unique Id
-
getId
public java.lang.String getId()
Generated method - Getter of theDestinationTarget.idattribute.- Returns:
- the id - Unique Id
-
setId
public void setId(SessionContext ctx, java.lang.String value)
Generated method - Setter of theDestinationTarget.idattribute.- Parameters:
value- the id - Unique Id
-
setId
public void setId(java.lang.String value)
Generated method - Setter of theDestinationTarget.idattribute.- Parameters:
value- the id - Unique Id
-
getRegistrationStatus
public EnumerationValue getRegistrationStatus(SessionContext ctx)
Generated method - Getter of theDestinationTarget.registrationStatusattribute.- Returns:
- the registrationStatus - Registration status
-
getRegistrationStatus
public EnumerationValue getRegistrationStatus()
Generated method - Getter of theDestinationTarget.registrationStatusattribute.- Returns:
- the registrationStatus - Registration status
-
setRegistrationStatus
public void setRegistrationStatus(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theDestinationTarget.registrationStatusattribute.- Parameters:
value- the registrationStatus - Registration status
-
setRegistrationStatus
public void setRegistrationStatus(EnumerationValue value)
Generated method - Setter of theDestinationTarget.registrationStatusattribute.- Parameters:
value- the registrationStatus - Registration status
-
getRegistrationStatusInfo
public java.lang.String getRegistrationStatusInfo(SessionContext ctx)
Generated method - Getter of theDestinationTarget.registrationStatusInfoattribute.- Returns:
- the registrationStatusInfo - Registration status information
-
getRegistrationStatusInfo
public java.lang.String getRegistrationStatusInfo()
Generated method - Getter of theDestinationTarget.registrationStatusInfoattribute.- Returns:
- the registrationStatusInfo - Registration status information
-
setRegistrationStatusInfo
public void setRegistrationStatusInfo(SessionContext ctx, java.lang.String value)
Generated method - Setter of theDestinationTarget.registrationStatusInfoattribute.- Parameters:
value- the registrationStatusInfo - Registration status information
-
setRegistrationStatusInfo
public void setRegistrationStatusInfo(java.lang.String value)
Generated method - Setter of theDestinationTarget.registrationStatusInfoattribute.- Parameters:
value- the registrationStatusInfo - Registration status information
-
isTemplate
public java.lang.Boolean isTemplate(SessionContext ctx)
Generated method - Getter of theDestinationTarget.templateattribute.- Returns:
- the template - Template Flag
-
isTemplate
public java.lang.Boolean isTemplate()
Generated method - Getter of theDestinationTarget.templateattribute.- Returns:
- the template - Template Flag
-
isTemplateAsPrimitive
public boolean isTemplateAsPrimitive(SessionContext ctx)
Generated method - Getter of theDestinationTarget.templateattribute.- Returns:
- the template - Template Flag
-
isTemplateAsPrimitive
public boolean isTemplateAsPrimitive()
Generated method - Getter of theDestinationTarget.templateattribute.- Returns:
- the template - Template Flag
-
setTemplate
public void setTemplate(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theDestinationTarget.templateattribute.- Parameters:
value- the template - Template Flag
-
setTemplate
public void setTemplate(java.lang.Boolean value)
Generated method - Setter of theDestinationTarget.templateattribute.- Parameters:
value- the template - Template Flag
-
setTemplate
public void setTemplate(SessionContext ctx, boolean value)
Generated method - Setter of theDestinationTarget.templateattribute.- Parameters:
value- the template - Template Flag
-
setTemplate
public void setTemplate(boolean value)
Generated method - Setter of theDestinationTarget.templateattribute.- Parameters:
value- the template - Template Flag
-
-