Package de.hybris.platform.store
Class GeneratedBaseStore
- 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.store.GeneratedBaseStore
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable
- Direct Known Subclasses:
BaseStore
public abstract class GeneratedBaseStore extends GenericItem
Generated class for typeBaseStore
.- 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
CATALOGS
Qualifier of theBaseStore.catalogs
attributeprotected static java.lang.String
CATALOGSFORBASESTORES_MARKMODIFIED
Relation disable markmodifed parameter constants for CatalogsForBaseStores from ((basecommerce))protected static java.lang.String
CATALOGSFORBASESTORES_SRC_ORDERED
Relation ordering override parameter constants for CatalogsForBaseStores from ((basecommerce))protected static java.lang.String
CATALOGSFORBASESTORES_TGT_ORDERED
static java.lang.String
CMSSITES
Qualifier of theBaseStore.cmsSites
attributeprotected static java.util.Map<java.lang.String,Item.AttributeMode>
DEFAULT_INITIAL_ATTRIBUTES
static java.lang.String
NAME
Qualifier of theBaseStore.name
attributestatic java.lang.String
POINTSOFSERVICE
Qualifier of theBaseStore.pointsOfService
attributeprotected static OneToManyHandler<PointOfService>
POINTSOFSERVICEHANDLER
OneToManyHandler
for handling 1:n POINTSOFSERVICE's relation attributes from 'many' side.static java.lang.String
STORELOCATORDISTANCEUNIT
Qualifier of theBaseStore.storelocatorDistanceUnit
attributeprotected static java.lang.String
STORESFORCMSSITE_MARKMODIFIED
Relation disable markmodifed parameter constants for StoresForCMSSite from ((basecommerce))protected static java.lang.String
STORESFORCMSSITE_SRC_ORDERED
Relation ordering override parameter constants for StoresForCMSSite from ((basecommerce))protected static java.lang.String
STORESFORCMSSITE_TGT_ORDERED
static java.lang.String
UID
Qualifier of theBaseStore.uid
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 GeneratedBaseStore()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addToCatalogs(Catalog value)
Generated method - Addsvalue
to catalogs.void
addToCatalogs(SessionContext ctx, Catalog value)
Generated method - Addsvalue
to catalogs.void
addToCmsSites(BaseSite value)
Generated method - Addsvalue
to cmsSites.void
addToCmsSites(SessionContext ctx, BaseSite value)
Generated method - Addsvalue
to cmsSites.void
addToPointsOfService(SessionContext ctx, PointOfService value)
Generated method - Addsvalue
to pointsOfService.void
addToPointsOfService(PointOfService value)
Generated method - Addsvalue
to pointsOfService.java.util.Map<Language,java.lang.String>
getAllName()
Generated method - Getter of theBaseStore.name
attribute.java.util.Map<Language,java.lang.String>
getAllName(SessionContext ctx)
Generated method - Getter of theBaseStore.name
attribute.java.util.List<Catalog>
getCatalogs()
Generated method - Getter of theBaseStore.catalogs
attribute.java.util.List<Catalog>
getCatalogs(SessionContext ctx)
Generated method - Getter of theBaseStore.catalogs
attribute.long
getCatalogsCount()
long
getCatalogsCount(SessionContext ctx)
java.util.Collection<BaseSite>
getCmsSites()
Generated method - Getter of theBaseStore.cmsSites
attribute.java.util.Collection<BaseSite>
getCmsSites(SessionContext ctx)
Generated method - Getter of theBaseStore.cmsSites
attribute.long
getCmsSitesCount()
long
getCmsSitesCount(SessionContext ctx)
protected java.util.Map<java.lang.String,Item.AttributeMode>
getDefaultAttributeModes()
java.lang.String
getName()
Generated method - Getter of theBaseStore.name
attribute.java.lang.String
getName(SessionContext ctx)
Generated method - Getter of theBaseStore.name
attribute.java.util.List<PointOfService>
getPointsOfService()
Generated method - Getter of theBaseStore.pointsOfService
attribute.java.util.List<PointOfService>
getPointsOfService(SessionContext ctx)
Generated method - Getter of theBaseStore.pointsOfService
attribute.EnumerationValue
getStorelocatorDistanceUnit()
Generated method - Getter of theBaseStore.storelocatorDistanceUnit
attribute.EnumerationValue
getStorelocatorDistanceUnit(SessionContext ctx)
Generated method - Getter of theBaseStore.storelocatorDistanceUnit
attribute.java.lang.String
getUid()
Generated method - Getter of theBaseStore.uid
attribute.java.lang.String
getUid(SessionContext ctx)
Generated method - Getter of theBaseStore.uid
attribute.boolean
isMarkModifiedDisabled(Item referencedItem)
void
removeFromCatalogs(Catalog value)
Generated method - Removesvalue
from catalogs.void
removeFromCatalogs(SessionContext ctx, Catalog value)
Generated method - Removesvalue
from catalogs.void
removeFromCmsSites(BaseSite value)
Generated method - Removesvalue
from cmsSites.void
removeFromCmsSites(SessionContext ctx, BaseSite value)
Generated method - Removesvalue
from cmsSites.void
removeFromPointsOfService(SessionContext ctx, PointOfService value)
Generated method - Removesvalue
from pointsOfService.void
removeFromPointsOfService(PointOfService value)
Generated method - Removesvalue
from pointsOfService.void
setAllName(SessionContext ctx, java.util.Map<Language,java.lang.String> value)
Generated method - Setter of theBaseStore.name
attribute.void
setAllName(java.util.Map<Language,java.lang.String> value)
Generated method - Setter of theBaseStore.name
attribute.void
setCatalogs(SessionContext ctx, java.util.List<Catalog> value)
Generated method - Setter of theBaseStore.catalogs
attribute.void
setCatalogs(java.util.List<Catalog> value)
Generated method - Setter of theBaseStore.catalogs
attribute.void
setCmsSites(SessionContext ctx, java.util.Collection<BaseSite> value)
Generated method - Setter of theBaseStore.cmsSites
attribute.void
setCmsSites(java.util.Collection<BaseSite> value)
Generated method - Setter of theBaseStore.cmsSites
attribute.void
setName(SessionContext ctx, java.lang.String value)
Generated method - Setter of theBaseStore.name
attribute.void
setName(java.lang.String value)
Generated method - Setter of theBaseStore.name
attribute.void
setPointsOfService(SessionContext ctx, java.util.List<PointOfService> value)
Generated method - Setter of theBaseStore.pointsOfService
attribute.void
setPointsOfService(java.util.List<PointOfService> value)
Generated method - Setter of theBaseStore.pointsOfService
attribute.void
setStorelocatorDistanceUnit(EnumerationValue value)
Generated method - Setter of theBaseStore.storelocatorDistanceUnit
attribute.void
setStorelocatorDistanceUnit(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theBaseStore.storelocatorDistanceUnit
attribute.void
setUid(SessionContext ctx, java.lang.String value)
Generated method - Setter of theBaseStore.uid
attribute.void
setUid(java.lang.String value)
Generated method - Setter of theBaseStore.uid
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
-
UID
public static final java.lang.String UID
Qualifier of theBaseStore.uid
attribute- See Also:
- Constant Field Values
-
NAME
public static final java.lang.String NAME
Qualifier of theBaseStore.name
attribute- See Also:
- Constant Field Values
-
STORELOCATORDISTANCEUNIT
public static final java.lang.String STORELOCATORDISTANCEUNIT
Qualifier of theBaseStore.storelocatorDistanceUnit
attribute- See Also:
- Constant Field Values
-
CMSSITES
public static final java.lang.String CMSSITES
Qualifier of theBaseStore.cmsSites
attribute- See Also:
- Constant Field Values
-
STORESFORCMSSITE_SRC_ORDERED
protected static java.lang.String STORESFORCMSSITE_SRC_ORDERED
Relation ordering override parameter constants for StoresForCMSSite from ((basecommerce))
-
STORESFORCMSSITE_TGT_ORDERED
protected static java.lang.String STORESFORCMSSITE_TGT_ORDERED
-
STORESFORCMSSITE_MARKMODIFIED
protected static java.lang.String STORESFORCMSSITE_MARKMODIFIED
Relation disable markmodifed parameter constants for StoresForCMSSite from ((basecommerce))
-
CATALOGS
public static final java.lang.String CATALOGS
Qualifier of theBaseStore.catalogs
attribute- See Also:
- Constant Field Values
-
CATALOGSFORBASESTORES_SRC_ORDERED
protected static java.lang.String CATALOGSFORBASESTORES_SRC_ORDERED
Relation ordering override parameter constants for CatalogsForBaseStores from ((basecommerce))
-
CATALOGSFORBASESTORES_TGT_ORDERED
protected static java.lang.String CATALOGSFORBASESTORES_TGT_ORDERED
-
CATALOGSFORBASESTORES_MARKMODIFIED
protected static java.lang.String CATALOGSFORBASESTORES_MARKMODIFIED
Relation disable markmodifed parameter constants for CatalogsForBaseStores from ((basecommerce))
-
POINTSOFSERVICE
public static final java.lang.String POINTSOFSERVICE
Qualifier of theBaseStore.pointsOfService
attribute- See Also:
- Constant Field Values
-
POINTSOFSERVICEHANDLER
protected static final OneToManyHandler<PointOfService> POINTSOFSERVICEHANDLER
OneToManyHandler
for handling 1:n POINTSOFSERVICE'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:
getDefaultAttributeModes
in classItem
-
getCatalogs
public java.util.List<Catalog> getCatalogs(SessionContext ctx)
Generated method - Getter of theBaseStore.catalogs
attribute.- Returns:
- the catalogs
-
getCatalogs
public java.util.List<Catalog> getCatalogs()
Generated method - Getter of theBaseStore.catalogs
attribute.- Returns:
- the catalogs
-
getCatalogsCount
public long getCatalogsCount(SessionContext ctx)
-
getCatalogsCount
public long getCatalogsCount()
-
setCatalogs
public void setCatalogs(SessionContext ctx, java.util.List<Catalog> value)
Generated method - Setter of theBaseStore.catalogs
attribute.- Parameters:
value
- the catalogs
-
setCatalogs
public void setCatalogs(java.util.List<Catalog> value)
Generated method - Setter of theBaseStore.catalogs
attribute.- Parameters:
value
- the catalogs
-
addToCatalogs
public void addToCatalogs(SessionContext ctx, Catalog value)
Generated method - Addsvalue
to catalogs.- Parameters:
value
- the item to add to catalogs
-
addToCatalogs
public void addToCatalogs(Catalog value)
Generated method - Addsvalue
to catalogs.- Parameters:
value
- the item to add to catalogs
-
removeFromCatalogs
public void removeFromCatalogs(SessionContext ctx, Catalog value)
Generated method - Removesvalue
from catalogs.- Parameters:
value
- the item to remove from catalogs
-
removeFromCatalogs
public void removeFromCatalogs(Catalog value)
Generated method - Removesvalue
from catalogs.- Parameters:
value
- the item to remove from catalogs
-
getCmsSites
public java.util.Collection<BaseSite> getCmsSites(SessionContext ctx)
Generated method - Getter of theBaseStore.cmsSites
attribute.- Returns:
- the cmsSites
-
getCmsSites
public java.util.Collection<BaseSite> getCmsSites()
Generated method - Getter of theBaseStore.cmsSites
attribute.- Returns:
- the cmsSites
-
getCmsSitesCount
public long getCmsSitesCount(SessionContext ctx)
-
getCmsSitesCount
public long getCmsSitesCount()
-
setCmsSites
public void setCmsSites(SessionContext ctx, java.util.Collection<BaseSite> value)
Generated method - Setter of theBaseStore.cmsSites
attribute.- Parameters:
value
- the cmsSites
-
setCmsSites
public void setCmsSites(java.util.Collection<BaseSite> value)
Generated method - Setter of theBaseStore.cmsSites
attribute.- Parameters:
value
- the cmsSites
-
addToCmsSites
public void addToCmsSites(SessionContext ctx, BaseSite value)
Generated method - Addsvalue
to cmsSites.- Parameters:
value
- the item to add to cmsSites
-
addToCmsSites
public void addToCmsSites(BaseSite value)
Generated method - Addsvalue
to cmsSites.- Parameters:
value
- the item to add to cmsSites
-
removeFromCmsSites
public void removeFromCmsSites(SessionContext ctx, BaseSite value)
Generated method - Removesvalue
from cmsSites.- Parameters:
value
- the item to remove from cmsSites
-
removeFromCmsSites
public void removeFromCmsSites(BaseSite value)
Generated method - Removesvalue
from cmsSites.- Parameters:
value
- the item to remove from cmsSites
-
isMarkModifiedDisabled
public boolean isMarkModifiedDisabled(Item referencedItem)
- Overrides:
isMarkModifiedDisabled
in classItem
-
getName
public java.lang.String getName(SessionContext ctx)
Generated method - Getter of theBaseStore.name
attribute.- Returns:
- the name
-
getName
public java.lang.String getName()
Generated method - Getter of theBaseStore.name
attribute.- Returns:
- the name
-
getAllName
public java.util.Map<Language,java.lang.String> getAllName(SessionContext ctx)
Generated method - Getter of theBaseStore.name
attribute.- Returns:
- the localized name
-
getAllName
public java.util.Map<Language,java.lang.String> getAllName()
Generated method - Getter of theBaseStore.name
attribute.- Returns:
- the localized name
-
setName
public void setName(SessionContext ctx, java.lang.String value)
Generated method - Setter of theBaseStore.name
attribute.- Parameters:
value
- the name
-
setName
public void setName(java.lang.String value)
Generated method - Setter of theBaseStore.name
attribute.- Parameters:
value
- the name
-
setAllName
public void setAllName(SessionContext ctx, java.util.Map<Language,java.lang.String> value)
Generated method - Setter of theBaseStore.name
attribute.- Parameters:
value
- the name
-
setAllName
public void setAllName(java.util.Map<Language,java.lang.String> value)
Generated method - Setter of theBaseStore.name
attribute.- Parameters:
value
- the name
-
getPointsOfService
public java.util.List<PointOfService> getPointsOfService(SessionContext ctx)
Generated method - Getter of theBaseStore.pointsOfService
attribute.- Returns:
- the pointsOfService
-
getPointsOfService
public java.util.List<PointOfService> getPointsOfService()
Generated method - Getter of theBaseStore.pointsOfService
attribute.- Returns:
- the pointsOfService
-
setPointsOfService
public void setPointsOfService(SessionContext ctx, java.util.List<PointOfService> value)
Generated method - Setter of theBaseStore.pointsOfService
attribute.- Parameters:
value
- the pointsOfService
-
setPointsOfService
public void setPointsOfService(java.util.List<PointOfService> value)
Generated method - Setter of theBaseStore.pointsOfService
attribute.- Parameters:
value
- the pointsOfService
-
addToPointsOfService
public void addToPointsOfService(SessionContext ctx, PointOfService value)
Generated method - Addsvalue
to pointsOfService.- Parameters:
value
- the item to add to pointsOfService
-
addToPointsOfService
public void addToPointsOfService(PointOfService value)
Generated method - Addsvalue
to pointsOfService.- Parameters:
value
- the item to add to pointsOfService
-
removeFromPointsOfService
public void removeFromPointsOfService(SessionContext ctx, PointOfService value)
Generated method - Removesvalue
from pointsOfService.- Parameters:
value
- the item to remove from pointsOfService
-
removeFromPointsOfService
public void removeFromPointsOfService(PointOfService value)
Generated method - Removesvalue
from pointsOfService.- Parameters:
value
- the item to remove from pointsOfService
-
getStorelocatorDistanceUnit
public EnumerationValue getStorelocatorDistanceUnit(SessionContext ctx)
Generated method - Getter of theBaseStore.storelocatorDistanceUnit
attribute.- Returns:
- the storelocatorDistanceUnit - Specifies the unit the distances in the store will be presented
-
getStorelocatorDistanceUnit
public EnumerationValue getStorelocatorDistanceUnit()
Generated method - Getter of theBaseStore.storelocatorDistanceUnit
attribute.- Returns:
- the storelocatorDistanceUnit - Specifies the unit the distances in the store will be presented
-
setStorelocatorDistanceUnit
public void setStorelocatorDistanceUnit(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theBaseStore.storelocatorDistanceUnit
attribute.- Parameters:
value
- the storelocatorDistanceUnit - Specifies the unit the distances in the store will be presented
-
setStorelocatorDistanceUnit
public void setStorelocatorDistanceUnit(EnumerationValue value)
Generated method - Setter of theBaseStore.storelocatorDistanceUnit
attribute.- Parameters:
value
- the storelocatorDistanceUnit - Specifies the unit the distances in the store will be presented
-
getUid
public java.lang.String getUid(SessionContext ctx)
Generated method - Getter of theBaseStore.uid
attribute.- Returns:
- the uid
-
getUid
public java.lang.String getUid()
Generated method - Getter of theBaseStore.uid
attribute.- Returns:
- the uid
-
setUid
public void setUid(SessionContext ctx, java.lang.String value)
Generated method - Setter of theBaseStore.uid
attribute.- Parameters:
value
- the uid
-
setUid
public void setUid(java.lang.String value)
Generated method - Setter of theBaseStore.uid
attribute.- Parameters:
value
- the uid
-
-