Package de.hybris.platform.commons.jalo
Class GeneratedFormat
- 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.commons.jalo.GeneratedFormat
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable
- Direct Known Subclasses:
Format
public abstract class GeneratedFormat extends GenericItem
Generated class for typeFormat
.- 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 static java.lang.String
CHAINED
Qualifier of theFormat.chained
attributestatic java.lang.String
CODE
Qualifier of theFormat.code
attributeprotected static java.util.Map<java.lang.String,Item.AttributeMode>
DEFAULT_INITIAL_ATTRIBUTES
static java.lang.String
DOCUMENTTYPE
Qualifier of theFormat.documentType
attributeprotected static java.lang.String
FORMAT2COMTYPREL_MARKMODIFIED
Relation disable markmodifed parameter constants for Format2ComTypRel from ((commons))protected static java.lang.String
FORMAT2COMTYPREL_SRC_ORDERED
Relation ordering override parameter constants for Format2ComTypRel from ((commons))protected static java.lang.String
FORMAT2COMTYPREL_TGT_ORDERED
protected static java.lang.String
FORMAT2MEDFORREL_MARKMODIFIED
Relation disable markmodifed parameter constants for Format2MedForRel from ((commons))protected static java.lang.String
FORMAT2MEDFORREL_SRC_ORDERED
Relation ordering override parameter constants for Format2MedForRel from ((commons))protected static java.lang.String
FORMAT2MEDFORREL_TGT_ORDERED
static java.lang.String
INITIAL
Qualifier of theFormat.initial
attributestatic java.lang.String
NAME
Qualifier of theFormat.name
attributestatic java.lang.String
VALIDFOR
Qualifier of theFormat.validFor
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 GeneratedFormat()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addToChained(MediaFormatter value)
Generated method - Addsvalue
to chained.void
addToChained(SessionContext ctx, MediaFormatter value)
Generated method - Addsvalue
to chained.void
addToValidFor(SessionContext ctx, ComposedType value)
Generated method - Addsvalue
to validFor.void
addToValidFor(ComposedType value)
Generated method - Addsvalue
to validFor.java.util.Map<Language,java.lang.String>
getAllName()
Generated method - Getter of theFormat.name
attribute.java.util.Map<Language,java.lang.String>
getAllName(SessionContext ctx)
Generated method - Getter of theFormat.name
attribute.java.util.Collection<MediaFormatter>
getChained()
Generated method - Getter of theFormat.chained
attribute.java.util.Collection<MediaFormatter>
getChained(SessionContext ctx)
Generated method - Getter of theFormat.chained
attribute.long
getChainedCount()
long
getChainedCount(SessionContext ctx)
java.lang.String
getCode()
Generated method - Getter of theFormat.code
attribute.java.lang.String
getCode(SessionContext ctx)
Generated method - Getter of theFormat.code
attribute.protected java.util.Map<java.lang.String,Item.AttributeMode>
getDefaultAttributeModes()
EnumerationValue
getDocumentType()
Generated method - Getter of theFormat.documentType
attribute.EnumerationValue
getDocumentType(SessionContext ctx)
Generated method - Getter of theFormat.documentType
attribute.ItemFormatter
getInitial()
Generated method - Getter of theFormat.initial
attribute.ItemFormatter
getInitial(SessionContext ctx)
Generated method - Getter of theFormat.initial
attribute.java.lang.String
getName()
Generated method - Getter of theFormat.name
attribute.java.lang.String
getName(SessionContext ctx)
Generated method - Getter of theFormat.name
attribute.java.util.Collection<ComposedType>
getValidFor()
Generated method - Getter of theFormat.validFor
attribute.java.util.Collection<ComposedType>
getValidFor(SessionContext ctx)
Generated method - Getter of theFormat.validFor
attribute.long
getValidForCount()
long
getValidForCount(SessionContext ctx)
boolean
isMarkModifiedDisabled(Item referencedItem)
void
removeFromChained(MediaFormatter value)
Generated method - Removesvalue
from chained.void
removeFromChained(SessionContext ctx, MediaFormatter value)
Generated method - Removesvalue
from chained.void
removeFromValidFor(SessionContext ctx, ComposedType value)
Generated method - Removesvalue
from validFor.void
removeFromValidFor(ComposedType value)
Generated method - Removesvalue
from validFor.void
setAllName(SessionContext ctx, java.util.Map<Language,java.lang.String> value)
Generated method - Setter of theFormat.name
attribute.void
setAllName(java.util.Map<Language,java.lang.String> value)
Generated method - Setter of theFormat.name
attribute.void
setChained(SessionContext ctx, java.util.Collection<MediaFormatter> value)
Generated method - Setter of theFormat.chained
attribute.void
setChained(java.util.Collection<MediaFormatter> value)
Generated method - Setter of theFormat.chained
attribute.protected void
setCode(SessionContext ctx, java.lang.String value)
Generated method - Setter of theFormat.code
attribute.protected void
setCode(java.lang.String value)
Generated method - Setter of theFormat.code
attribute.void
setDocumentType(EnumerationValue value)
Generated method - Setter of theFormat.documentType
attribute.void
setDocumentType(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theFormat.documentType
attribute.void
setInitial(ItemFormatter value)
Generated method - Setter of theFormat.initial
attribute.void
setInitial(SessionContext ctx, ItemFormatter value)
Generated method - Setter of theFormat.initial
attribute.void
setName(SessionContext ctx, java.lang.String value)
Generated method - Setter of theFormat.name
attribute.void
setName(java.lang.String value)
Generated method - Setter of theFormat.name
attribute.void
setValidFor(SessionContext ctx, java.util.Collection<ComposedType> value)
Generated method - Setter of theFormat.validFor
attribute.void
setValidFor(java.util.Collection<ComposedType> value)
Generated method - Setter of theFormat.validFor
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, 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
-
CODE
public static final java.lang.String CODE
Qualifier of theFormat.code
attribute- See Also:
- Constant Field Values
-
NAME
public static final java.lang.String NAME
Qualifier of theFormat.name
attribute- See Also:
- Constant Field Values
-
INITIAL
public static final java.lang.String INITIAL
Qualifier of theFormat.initial
attribute- See Also:
- Constant Field Values
-
DOCUMENTTYPE
public static final java.lang.String DOCUMENTTYPE
Qualifier of theFormat.documentType
attribute- See Also:
- Constant Field Values
-
CHAINED
public static final java.lang.String CHAINED
Qualifier of theFormat.chained
attribute- See Also:
- Constant Field Values
-
FORMAT2MEDFORREL_SRC_ORDERED
protected static java.lang.String FORMAT2MEDFORREL_SRC_ORDERED
Relation ordering override parameter constants for Format2MedForRel from ((commons))
-
FORMAT2MEDFORREL_TGT_ORDERED
protected static java.lang.String FORMAT2MEDFORREL_TGT_ORDERED
-
FORMAT2MEDFORREL_MARKMODIFIED
protected static java.lang.String FORMAT2MEDFORREL_MARKMODIFIED
Relation disable markmodifed parameter constants for Format2MedForRel from ((commons))
-
VALIDFOR
public static final java.lang.String VALIDFOR
Qualifier of theFormat.validFor
attribute- See Also:
- Constant Field Values
-
FORMAT2COMTYPREL_SRC_ORDERED
protected static java.lang.String FORMAT2COMTYPREL_SRC_ORDERED
Relation ordering override parameter constants for Format2ComTypRel from ((commons))
-
FORMAT2COMTYPREL_TGT_ORDERED
protected static java.lang.String FORMAT2COMTYPREL_TGT_ORDERED
-
FORMAT2COMTYPREL_MARKMODIFIED
protected static java.lang.String FORMAT2COMTYPREL_MARKMODIFIED
Relation disable markmodifed parameter constants for Format2ComTypRel from ((commons))
-
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
-
getChained
public java.util.Collection<MediaFormatter> getChained(SessionContext ctx)
Generated method - Getter of theFormat.chained
attribute.- Returns:
- the chained
-
getChained
public java.util.Collection<MediaFormatter> getChained()
Generated method - Getter of theFormat.chained
attribute.- Returns:
- the chained
-
getChainedCount
public long getChainedCount(SessionContext ctx)
-
getChainedCount
public long getChainedCount()
-
setChained
public void setChained(SessionContext ctx, java.util.Collection<MediaFormatter> value)
Generated method - Setter of theFormat.chained
attribute.- Parameters:
value
- the chained
-
setChained
public void setChained(java.util.Collection<MediaFormatter> value)
Generated method - Setter of theFormat.chained
attribute.- Parameters:
value
- the chained
-
addToChained
public void addToChained(SessionContext ctx, MediaFormatter value)
Generated method - Addsvalue
to chained.- Parameters:
value
- the item to add to chained
-
addToChained
public void addToChained(MediaFormatter value)
Generated method - Addsvalue
to chained.- Parameters:
value
- the item to add to chained
-
removeFromChained
public void removeFromChained(SessionContext ctx, MediaFormatter value)
Generated method - Removesvalue
from chained.- Parameters:
value
- the item to remove from chained
-
removeFromChained
public void removeFromChained(MediaFormatter value)
Generated method - Removesvalue
from chained.- Parameters:
value
- the item to remove from chained
-
getCode
public java.lang.String getCode(SessionContext ctx)
Generated method - Getter of theFormat.code
attribute.- Returns:
- the code
-
getCode
public java.lang.String getCode()
Generated method - Getter of theFormat.code
attribute.- Returns:
- the code
-
setCode
protected void setCode(SessionContext ctx, java.lang.String value)
Generated method - Setter of theFormat.code
attribute.- Parameters:
value
- the code
-
setCode
protected void setCode(java.lang.String value)
Generated method - Setter of theFormat.code
attribute.- Parameters:
value
- the code
-
getDocumentType
public EnumerationValue getDocumentType(SessionContext ctx)
Generated method - Getter of theFormat.documentType
attribute.- Returns:
- the documentType
-
getDocumentType
public EnumerationValue getDocumentType()
Generated method - Getter of theFormat.documentType
attribute.- Returns:
- the documentType
-
setDocumentType
public void setDocumentType(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theFormat.documentType
attribute.- Parameters:
value
- the documentType
-
setDocumentType
public void setDocumentType(EnumerationValue value)
Generated method - Setter of theFormat.documentType
attribute.- Parameters:
value
- the documentType
-
getInitial
public ItemFormatter getInitial(SessionContext ctx)
Generated method - Getter of theFormat.initial
attribute.- Returns:
- the initial
-
getInitial
public ItemFormatter getInitial()
Generated method - Getter of theFormat.initial
attribute.- Returns:
- the initial
-
setInitial
public void setInitial(SessionContext ctx, ItemFormatter value)
Generated method - Setter of theFormat.initial
attribute.- Parameters:
value
- the initial
-
setInitial
public void setInitial(ItemFormatter value)
Generated method - Setter of theFormat.initial
attribute.- Parameters:
value
- the initial
-
isMarkModifiedDisabled
public boolean isMarkModifiedDisabled(Item referencedItem)
- Overrides:
isMarkModifiedDisabled
in classItem
-
getName
public java.lang.String getName(SessionContext ctx)
Generated method - Getter of theFormat.name
attribute.- Returns:
- the name
-
getName
public java.lang.String getName()
Generated method - Getter of theFormat.name
attribute.- Returns:
- the name
-
getAllName
public java.util.Map<Language,java.lang.String> getAllName(SessionContext ctx)
Generated method - Getter of theFormat.name
attribute.- Returns:
- the localized name
-
getAllName
public java.util.Map<Language,java.lang.String> getAllName()
Generated method - Getter of theFormat.name
attribute.- Returns:
- the localized name
-
setName
public void setName(SessionContext ctx, java.lang.String value)
Generated method - Setter of theFormat.name
attribute.- Parameters:
value
- the name
-
setName
public void setName(java.lang.String value)
Generated method - Setter of theFormat.name
attribute.- Parameters:
value
- the name
-
setAllName
public void setAllName(SessionContext ctx, java.util.Map<Language,java.lang.String> value)
Generated method - Setter of theFormat.name
attribute.- Parameters:
value
- the name
-
setAllName
public void setAllName(java.util.Map<Language,java.lang.String> value)
Generated method - Setter of theFormat.name
attribute.- Parameters:
value
- the name
-
getValidFor
public java.util.Collection<ComposedType> getValidFor(SessionContext ctx)
Generated method - Getter of theFormat.validFor
attribute.- Returns:
- the validFor
-
getValidFor
public java.util.Collection<ComposedType> getValidFor()
Generated method - Getter of theFormat.validFor
attribute.- Returns:
- the validFor
-
getValidForCount
public long getValidForCount(SessionContext ctx)
-
getValidForCount
public long getValidForCount()
-
setValidFor
public void setValidFor(SessionContext ctx, java.util.Collection<ComposedType> value)
Generated method - Setter of theFormat.validFor
attribute.- Parameters:
value
- the validFor
-
setValidFor
public void setValidFor(java.util.Collection<ComposedType> value)
Generated method - Setter of theFormat.validFor
attribute.- Parameters:
value
- the validFor
-
addToValidFor
public void addToValidFor(SessionContext ctx, ComposedType value)
Generated method - Addsvalue
to validFor.- Parameters:
value
- the item to add to validFor
-
addToValidFor
public void addToValidFor(ComposedType value)
Generated method - Addsvalue
to validFor.- Parameters:
value
- the item to add to validFor
-
removeFromValidFor
public void removeFromValidFor(SessionContext ctx, ComposedType value)
Generated method - Removesvalue
from validFor.- Parameters:
value
- the item to remove from validFor
-
removeFromValidFor
public void removeFromValidFor(ComposedType value)
Generated method - Removesvalue
from validFor.- Parameters:
value
- the item to remove from validFor
-
-