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.StringCHAINEDQualifier of theFormat.chainedattributestatic java.lang.StringCODEQualifier of theFormat.codeattributeprotected static java.util.Map<java.lang.String,Item.AttributeMode>DEFAULT_INITIAL_ATTRIBUTESstatic java.lang.StringDOCUMENTTYPEQualifier of theFormat.documentTypeattributeprotected static java.lang.StringFORMAT2COMTYPREL_MARKMODIFIEDRelation disable markmodifed parameter constants for Format2ComTypRel from ((commons))protected static java.lang.StringFORMAT2COMTYPREL_SRC_ORDEREDRelation ordering override parameter constants for Format2ComTypRel from ((commons))protected static java.lang.StringFORMAT2COMTYPREL_TGT_ORDEREDprotected static java.lang.StringFORMAT2MEDFORREL_MARKMODIFIEDRelation disable markmodifed parameter constants for Format2MedForRel from ((commons))protected static java.lang.StringFORMAT2MEDFORREL_SRC_ORDEREDRelation ordering override parameter constants for Format2MedForRel from ((commons))protected static java.lang.StringFORMAT2MEDFORREL_TGT_ORDEREDstatic java.lang.StringINITIALQualifier of theFormat.initialattributestatic java.lang.StringNAMEQualifier of theFormat.nameattributestatic java.lang.StringVALIDFORQualifier of theFormat.validForattribute-
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 voidaddToChained(MediaFormatter value)Generated method - Addsvalueto chained.voidaddToChained(SessionContext ctx, MediaFormatter value)Generated method - Addsvalueto chained.voidaddToValidFor(SessionContext ctx, ComposedType value)Generated method - Addsvalueto validFor.voidaddToValidFor(ComposedType value)Generated method - Addsvalueto validFor.java.util.Map<Language,java.lang.String>getAllName()Generated method - Getter of theFormat.nameattribute.java.util.Map<Language,java.lang.String>getAllName(SessionContext ctx)Generated method - Getter of theFormat.nameattribute.java.util.Collection<MediaFormatter>getChained()Generated method - Getter of theFormat.chainedattribute.java.util.Collection<MediaFormatter>getChained(SessionContext ctx)Generated method - Getter of theFormat.chainedattribute.longgetChainedCount()longgetChainedCount(SessionContext ctx)java.lang.StringgetCode()Generated method - Getter of theFormat.codeattribute.java.lang.StringgetCode(SessionContext ctx)Generated method - Getter of theFormat.codeattribute.protected java.util.Map<java.lang.String,Item.AttributeMode>getDefaultAttributeModes()EnumerationValuegetDocumentType()Generated method - Getter of theFormat.documentTypeattribute.EnumerationValuegetDocumentType(SessionContext ctx)Generated method - Getter of theFormat.documentTypeattribute.ItemFormattergetInitial()Generated method - Getter of theFormat.initialattribute.ItemFormattergetInitial(SessionContext ctx)Generated method - Getter of theFormat.initialattribute.java.lang.StringgetName()Generated method - Getter of theFormat.nameattribute.java.lang.StringgetName(SessionContext ctx)Generated method - Getter of theFormat.nameattribute.java.util.Collection<ComposedType>getValidFor()Generated method - Getter of theFormat.validForattribute.java.util.Collection<ComposedType>getValidFor(SessionContext ctx)Generated method - Getter of theFormat.validForattribute.longgetValidForCount()longgetValidForCount(SessionContext ctx)booleanisMarkModifiedDisabled(Item referencedItem)voidremoveFromChained(MediaFormatter value)Generated method - Removesvaluefrom chained.voidremoveFromChained(SessionContext ctx, MediaFormatter value)Generated method - Removesvaluefrom chained.voidremoveFromValidFor(SessionContext ctx, ComposedType value)Generated method - Removesvaluefrom validFor.voidremoveFromValidFor(ComposedType value)Generated method - Removesvaluefrom validFor.voidsetAllName(SessionContext ctx, java.util.Map<Language,java.lang.String> value)Generated method - Setter of theFormat.nameattribute.voidsetAllName(java.util.Map<Language,java.lang.String> value)Generated method - Setter of theFormat.nameattribute.voidsetChained(SessionContext ctx, java.util.Collection<MediaFormatter> value)Generated method - Setter of theFormat.chainedattribute.voidsetChained(java.util.Collection<MediaFormatter> value)Generated method - Setter of theFormat.chainedattribute.protected voidsetCode(SessionContext ctx, java.lang.String value)Generated method - Setter of theFormat.codeattribute.protected voidsetCode(java.lang.String value)Generated method - Setter of theFormat.codeattribute.voidsetDocumentType(EnumerationValue value)Generated method - Setter of theFormat.documentTypeattribute.voidsetDocumentType(SessionContext ctx, EnumerationValue value)Generated method - Setter of theFormat.documentTypeattribute.voidsetInitial(ItemFormatter value)Generated method - Setter of theFormat.initialattribute.voidsetInitial(SessionContext ctx, ItemFormatter value)Generated method - Setter of theFormat.initialattribute.voidsetName(SessionContext ctx, java.lang.String value)Generated method - Setter of theFormat.nameattribute.voidsetName(java.lang.String value)Generated method - Setter of theFormat.nameattribute.voidsetValidFor(SessionContext ctx, java.util.Collection<ComposedType> value)Generated method - Setter of theFormat.validForattribute.voidsetValidFor(java.util.Collection<ComposedType> value)Generated method - Setter of theFormat.validForattribute.-
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.codeattribute- See Also:
- Constant Field Values
-
NAME
public static final java.lang.String NAME
Qualifier of theFormat.nameattribute- See Also:
- Constant Field Values
-
INITIAL
public static final java.lang.String INITIAL
Qualifier of theFormat.initialattribute- See Also:
- Constant Field Values
-
DOCUMENTTYPE
public static final java.lang.String DOCUMENTTYPE
Qualifier of theFormat.documentTypeattribute- See Also:
- Constant Field Values
-
CHAINED
public static final java.lang.String CHAINED
Qualifier of theFormat.chainedattribute- 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.validForattribute- 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:
getDefaultAttributeModesin classItem
-
getChained
public java.util.Collection<MediaFormatter> getChained(SessionContext ctx)
Generated method - Getter of theFormat.chainedattribute.- Returns:
- the chained
-
getChained
public java.util.Collection<MediaFormatter> getChained()
Generated method - Getter of theFormat.chainedattribute.- 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.chainedattribute.- Parameters:
value- the chained
-
setChained
public void setChained(java.util.Collection<MediaFormatter> value)
Generated method - Setter of theFormat.chainedattribute.- Parameters:
value- the chained
-
addToChained
public void addToChained(SessionContext ctx, MediaFormatter value)
Generated method - Addsvalueto chained.- Parameters:
value- the item to add to chained
-
addToChained
public void addToChained(MediaFormatter value)
Generated method - Addsvalueto chained.- Parameters:
value- the item to add to chained
-
removeFromChained
public void removeFromChained(SessionContext ctx, MediaFormatter value)
Generated method - Removesvaluefrom chained.- Parameters:
value- the item to remove from chained
-
removeFromChained
public void removeFromChained(MediaFormatter value)
Generated method - Removesvaluefrom chained.- Parameters:
value- the item to remove from chained
-
getCode
public java.lang.String getCode(SessionContext ctx)
Generated method - Getter of theFormat.codeattribute.- Returns:
- the code
-
getCode
public java.lang.String getCode()
Generated method - Getter of theFormat.codeattribute.- Returns:
- the code
-
setCode
protected void setCode(SessionContext ctx, java.lang.String value)
Generated method - Setter of theFormat.codeattribute.- Parameters:
value- the code
-
setCode
protected void setCode(java.lang.String value)
Generated method - Setter of theFormat.codeattribute.- Parameters:
value- the code
-
getDocumentType
public EnumerationValue getDocumentType(SessionContext ctx)
Generated method - Getter of theFormat.documentTypeattribute.- Returns:
- the documentType
-
getDocumentType
public EnumerationValue getDocumentType()
Generated method - Getter of theFormat.documentTypeattribute.- Returns:
- the documentType
-
setDocumentType
public void setDocumentType(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theFormat.documentTypeattribute.- Parameters:
value- the documentType
-
setDocumentType
public void setDocumentType(EnumerationValue value)
Generated method - Setter of theFormat.documentTypeattribute.- Parameters:
value- the documentType
-
getInitial
public ItemFormatter getInitial(SessionContext ctx)
Generated method - Getter of theFormat.initialattribute.- Returns:
- the initial
-
getInitial
public ItemFormatter getInitial()
Generated method - Getter of theFormat.initialattribute.- Returns:
- the initial
-
setInitial
public void setInitial(SessionContext ctx, ItemFormatter value)
Generated method - Setter of theFormat.initialattribute.- Parameters:
value- the initial
-
setInitial
public void setInitial(ItemFormatter value)
Generated method - Setter of theFormat.initialattribute.- Parameters:
value- the initial
-
isMarkModifiedDisabled
public boolean isMarkModifiedDisabled(Item referencedItem)
- Overrides:
isMarkModifiedDisabledin classItem
-
getName
public java.lang.String getName(SessionContext ctx)
Generated method - Getter of theFormat.nameattribute.- Returns:
- the name
-
getName
public java.lang.String getName()
Generated method - Getter of theFormat.nameattribute.- Returns:
- the name
-
getAllName
public java.util.Map<Language,java.lang.String> getAllName(SessionContext ctx)
Generated method - Getter of theFormat.nameattribute.- Returns:
- the localized name
-
getAllName
public java.util.Map<Language,java.lang.String> getAllName()
Generated method - Getter of theFormat.nameattribute.- Returns:
- the localized name
-
setName
public void setName(SessionContext ctx, java.lang.String value)
Generated method - Setter of theFormat.nameattribute.- Parameters:
value- the name
-
setName
public void setName(java.lang.String value)
Generated method - Setter of theFormat.nameattribute.- Parameters:
value- the name
-
setAllName
public void setAllName(SessionContext ctx, java.util.Map<Language,java.lang.String> value)
Generated method - Setter of theFormat.nameattribute.- Parameters:
value- the name
-
setAllName
public void setAllName(java.util.Map<Language,java.lang.String> value)
Generated method - Setter of theFormat.nameattribute.- Parameters:
value- the name
-
getValidFor
public java.util.Collection<ComposedType> getValidFor(SessionContext ctx)
Generated method - Getter of theFormat.validForattribute.- Returns:
- the validFor
-
getValidFor
public java.util.Collection<ComposedType> getValidFor()
Generated method - Getter of theFormat.validForattribute.- 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.validForattribute.- Parameters:
value- the validFor
-
setValidFor
public void setValidFor(java.util.Collection<ComposedType> value)
Generated method - Setter of theFormat.validForattribute.- Parameters:
value- the validFor
-
addToValidFor
public void addToValidFor(SessionContext ctx, ComposedType value)
Generated method - Addsvalueto validFor.- Parameters:
value- the item to add to validFor
-
addToValidFor
public void addToValidFor(ComposedType value)
Generated method - Addsvalueto validFor.- Parameters:
value- the item to add to validFor
-
removeFromValidFor
public void removeFromValidFor(SessionContext ctx, ComposedType value)
Generated method - Removesvaluefrom validFor.- Parameters:
value- the item to remove from validFor
-
removeFromValidFor
public void removeFromValidFor(ComposedType value)
Generated method - Removesvaluefrom validFor.- Parameters:
value- the item to remove from validFor
-
-