public abstract class GeneratedBaseStore extends GenericItem
BaseStore.GenericItem.GenericItemImplLocalizableItem.LocalizableItemImplExtensibleItem.ExtensibleItemImplItem.AttributeFilter, Item.AttributeMode, Item.CachedGetter, Item.CachedSetter, Item.ItemAttributeMap, Item.ItemConstraint, Item.ItemImpl, Item.JaloCachedComputationException| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CATALOGS
Qualifier of the
BaseStore.catalogs attribute |
protected 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 the
BaseStore.cmsSites attribute |
protected static java.util.Map<java.lang.String,Item.AttributeMode> |
DEFAULT_INITIAL_ATTRIBUTES |
static java.lang.String |
NAME
Qualifier of the
BaseStore.name attribute |
static java.lang.String |
POINTSOFSERVICE
Qualifier of the
BaseStore.pointsOfService attribute |
protected static OneToManyHandler<PointOfService> |
POINTSOFSERVICEHANDLER
OneToManyHandler for handling 1:n POINTSOFSERVICE's relation attributes from 'many' side. |
static java.lang.String |
STORELOCATORDISTANCEUNIT
Qualifier of the
BaseStore.storelocatorDistanceUnit attribute |
protected 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 the
BaseStore.uid attribute |
LANGUAGE_FALLBACK_ENABLED_CREATION_TIME_INTERNAL, _MODIFIED_TIME_INTERNAL, accessorLog, CREATION_TIME, DISABLE_ATTRIBUTE_CHECK, DISABLE_ITEMCHECK_BEFORE_REMOVABLE, EVEN, FEATURE_ACCESSMAP_QUALIFIER, INITIAL_CREATION_FLAG, isJaloOnly, MODIFIED_TIME, NEGATIVE, NOT_FOUND, OWNER, PK, POSITIVE, SAVE_FROM_SERVICE_LAYER, staticTransientObjects, TYPEimpl, tenant| Constructor and Description |
|---|
GeneratedBaseStore() |
| Modifier and Type | Method and Description |
|---|---|
void |
addToCatalogs(Catalog value)
Generated method - Adds
value to catalogs. |
void |
addToCatalogs(SessionContext ctx,
Catalog value)
Generated method - Adds
value to catalogs. |
void |
addToCmsSites(BaseSite value)
Generated method - Adds
value to cmsSites. |
void |
addToCmsSites(SessionContext ctx,
BaseSite value)
Generated method - Adds
value to cmsSites. |
void |
addToPointsOfService(PointOfService value)
Generated method - Adds
value to pointsOfService. |
void |
addToPointsOfService(SessionContext ctx,
PointOfService value)
Generated method - Adds
value to pointsOfService. |
java.util.Map<Language,java.lang.String> |
getAllName()
Generated method - Getter of the
BaseStore.name attribute. |
java.util.Map<Language,java.lang.String> |
getAllName(SessionContext ctx)
Generated method - Getter of the
BaseStore.name attribute. |
java.util.List<Catalog> |
getCatalogs()
Generated method - Getter of the
BaseStore.catalogs attribute. |
java.util.List<Catalog> |
getCatalogs(SessionContext ctx)
Generated method - Getter of the
BaseStore.catalogs attribute. |
long |
getCatalogsCount() |
long |
getCatalogsCount(SessionContext ctx) |
java.util.Collection<BaseSite> |
getCmsSites()
Generated method - Getter of the
BaseStore.cmsSites attribute. |
java.util.Collection<BaseSite> |
getCmsSites(SessionContext ctx)
Generated method - Getter of the
BaseStore.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 the
BaseStore.name attribute. |
java.lang.String |
getName(SessionContext ctx)
Generated method - Getter of the
BaseStore.name attribute. |
java.util.List<PointOfService> |
getPointsOfService()
Generated method - Getter of the
BaseStore.pointsOfService attribute. |
java.util.List<PointOfService> |
getPointsOfService(SessionContext ctx)
Generated method - Getter of the
BaseStore.pointsOfService attribute. |
EnumerationValue |
getStorelocatorDistanceUnit()
Generated method - Getter of the
BaseStore.storelocatorDistanceUnit attribute. |
EnumerationValue |
getStorelocatorDistanceUnit(SessionContext ctx)
Generated method - Getter of the
BaseStore.storelocatorDistanceUnit attribute. |
java.lang.String |
getUid()
Generated method - Getter of the
BaseStore.uid attribute. |
java.lang.String |
getUid(SessionContext ctx)
Generated method - Getter of the
BaseStore.uid attribute. |
boolean |
isMarkModifiedDisabled(Item referencedItem) |
void |
removeFromCatalogs(Catalog value)
Generated method - Removes
value from catalogs. |
void |
removeFromCatalogs(SessionContext ctx,
Catalog value)
Generated method - Removes
value from catalogs. |
void |
removeFromCmsSites(BaseSite value)
Generated method - Removes
value from cmsSites. |
void |
removeFromCmsSites(SessionContext ctx,
BaseSite value)
Generated method - Removes
value from cmsSites. |
void |
removeFromPointsOfService(PointOfService value)
Generated method - Removes
value from pointsOfService. |
void |
removeFromPointsOfService(SessionContext ctx,
PointOfService value)
Generated method - Removes
value from pointsOfService. |
void |
setAllName(java.util.Map<Language,java.lang.String> value)
Generated method - Setter of the
BaseStore.name attribute. |
void |
setAllName(SessionContext ctx,
java.util.Map<Language,java.lang.String> value)
Generated method - Setter of the
BaseStore.name attribute. |
void |
setCatalogs(java.util.List<Catalog> value)
Generated method - Setter of the
BaseStore.catalogs attribute. |
void |
setCatalogs(SessionContext ctx,
java.util.List<Catalog> value)
Generated method - Setter of the
BaseStore.catalogs attribute. |
void |
setCmsSites(java.util.Collection<BaseSite> value)
Generated method - Setter of the
BaseStore.cmsSites attribute. |
void |
setCmsSites(SessionContext ctx,
java.util.Collection<BaseSite> value)
Generated method - Setter of the
BaseStore.cmsSites attribute. |
void |
setName(SessionContext ctx,
java.lang.String value)
Generated method - Setter of the
BaseStore.name attribute. |
void |
setName(java.lang.String value)
Generated method - Setter of the
BaseStore.name attribute. |
void |
setPointsOfService(java.util.List<PointOfService> value)
Generated method - Setter of the
BaseStore.pointsOfService attribute. |
void |
setPointsOfService(SessionContext ctx,
java.util.List<PointOfService> value)
Generated method - Setter of the
BaseStore.pointsOfService attribute. |
void |
setStorelocatorDistanceUnit(EnumerationValue value)
Generated method - Setter of the
BaseStore.storelocatorDistanceUnit attribute. |
void |
setStorelocatorDistanceUnit(SessionContext ctx,
EnumerationValue value)
Generated method - Setter of the
BaseStore.storelocatorDistanceUnit attribute. |
void |
setUid(SessionContext ctx,
java.lang.String value)
Generated method - Setter of the
BaseStore.uid attribute. |
void |
setUid(java.lang.String value)
Generated method - Setter of the
BaseStore.uid attribute. |
createItem, getInitialProperties, getNonInitialAttributesgetAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllValuesSessionContext, getLocalizedProperty, getLocalizedProperty, getLocalizedPropertyInternal, getLocalizedPropertyNames, getLocalizedPropertyNames, hasLanguage, isEmptyValue, isFallbackEnabled, removeLocalizedProperty, removeLocalizedProperty, setAllLocalizedProperties, setAllLocalizedProperties, setLocalizedProperty, setLocalizedPropertycreateNonClassAccessor, getAllProperties, getAllProperties, getImplementation, getProperty, getProperty, getPropertyNames, getPropertyNames, removeProperty, removeProperty, setAllProperties, setAllProperties, setProperty, setPropertyaddLinkedItems, 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, writeReplacesetTenantpublic static final java.lang.String UID
BaseStore.uid attributepublic static final java.lang.String NAME
BaseStore.name attributepublic static final java.lang.String STORELOCATORDISTANCEUNIT
BaseStore.storelocatorDistanceUnit attributepublic static final java.lang.String CMSSITES
BaseStore.cmsSites attributeprotected static java.lang.String STORESFORCMSSITE_SRC_ORDERED
protected static java.lang.String STORESFORCMSSITE_TGT_ORDERED
protected static java.lang.String STORESFORCMSSITE_MARKMODIFIED
public static final java.lang.String CATALOGS
BaseStore.catalogs attributeprotected static java.lang.String CATALOGSFORBASESTORES_SRC_ORDERED
protected static java.lang.String CATALOGSFORBASESTORES_TGT_ORDERED
protected static java.lang.String CATALOGSFORBASESTORES_MARKMODIFIED
public static final java.lang.String POINTSOFSERVICE
BaseStore.pointsOfService attributeprotected static final OneToManyHandler<PointOfService> POINTSOFSERVICEHANDLER
OneToManyHandler for handling 1:n POINTSOFSERVICE's relation attributes from 'many' side.protected static final java.util.Map<java.lang.String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
protected java.util.Map<java.lang.String,Item.AttributeMode> getDefaultAttributeModes()
getDefaultAttributeModes in class Itempublic java.util.List<Catalog> getCatalogs(SessionContext ctx)
BaseStore.catalogs attribute.public java.util.List<Catalog> getCatalogs()
BaseStore.catalogs attribute.public long getCatalogsCount(SessionContext ctx)
public long getCatalogsCount()
public void setCatalogs(SessionContext ctx, java.util.List<Catalog> value)
BaseStore.catalogs attribute.value - the catalogspublic void setCatalogs(java.util.List<Catalog> value)
BaseStore.catalogs attribute.value - the catalogspublic void addToCatalogs(SessionContext ctx, Catalog value)
value to catalogs.value - the item to add to catalogspublic void addToCatalogs(Catalog value)
value to catalogs.value - the item to add to catalogspublic void removeFromCatalogs(SessionContext ctx, Catalog value)
value from catalogs.value - the item to remove from catalogspublic void removeFromCatalogs(Catalog value)
value from catalogs.value - the item to remove from catalogspublic java.util.Collection<BaseSite> getCmsSites(SessionContext ctx)
BaseStore.cmsSites attribute.public java.util.Collection<BaseSite> getCmsSites()
BaseStore.cmsSites attribute.public long getCmsSitesCount(SessionContext ctx)
public long getCmsSitesCount()
public void setCmsSites(SessionContext ctx, java.util.Collection<BaseSite> value)
BaseStore.cmsSites attribute.value - the cmsSitespublic void setCmsSites(java.util.Collection<BaseSite> value)
BaseStore.cmsSites attribute.value - the cmsSitespublic void addToCmsSites(SessionContext ctx, BaseSite value)
value to cmsSites.value - the item to add to cmsSitespublic void addToCmsSites(BaseSite value)
value to cmsSites.value - the item to add to cmsSitespublic void removeFromCmsSites(SessionContext ctx, BaseSite value)
value from cmsSites.value - the item to remove from cmsSitespublic void removeFromCmsSites(BaseSite value)
value from cmsSites.value - the item to remove from cmsSitespublic boolean isMarkModifiedDisabled(Item referencedItem)
isMarkModifiedDisabled in class Itempublic java.lang.String getName(SessionContext ctx)
BaseStore.name attribute.public java.lang.String getName()
BaseStore.name attribute.public java.util.Map<Language,java.lang.String> getAllName(SessionContext ctx)
BaseStore.name attribute.public java.util.Map<Language,java.lang.String> getAllName()
BaseStore.name attribute.public void setName(SessionContext ctx, java.lang.String value)
BaseStore.name attribute.value - the namepublic void setName(java.lang.String value)
BaseStore.name attribute.value - the namepublic void setAllName(SessionContext ctx, java.util.Map<Language,java.lang.String> value)
BaseStore.name attribute.value - the namepublic void setAllName(java.util.Map<Language,java.lang.String> value)
BaseStore.name attribute.value - the namepublic java.util.List<PointOfService> getPointsOfService(SessionContext ctx)
BaseStore.pointsOfService attribute.public java.util.List<PointOfService> getPointsOfService()
BaseStore.pointsOfService attribute.public void setPointsOfService(SessionContext ctx, java.util.List<PointOfService> value)
BaseStore.pointsOfService attribute.value - the pointsOfServicepublic void setPointsOfService(java.util.List<PointOfService> value)
BaseStore.pointsOfService attribute.value - the pointsOfServicepublic void addToPointsOfService(SessionContext ctx, PointOfService value)
value to pointsOfService.value - the item to add to pointsOfServicepublic void addToPointsOfService(PointOfService value)
value to pointsOfService.value - the item to add to pointsOfServicepublic void removeFromPointsOfService(SessionContext ctx, PointOfService value)
value from pointsOfService.value - the item to remove from pointsOfServicepublic void removeFromPointsOfService(PointOfService value)
value from pointsOfService.value - the item to remove from pointsOfServicepublic EnumerationValue getStorelocatorDistanceUnit(SessionContext ctx)
BaseStore.storelocatorDistanceUnit attribute.public EnumerationValue getStorelocatorDistanceUnit()
BaseStore.storelocatorDistanceUnit attribute.public void setStorelocatorDistanceUnit(SessionContext ctx, EnumerationValue value)
BaseStore.storelocatorDistanceUnit attribute.value - the storelocatorDistanceUnit - Specifies the unit the distances in the store will be presentedpublic void setStorelocatorDistanceUnit(EnumerationValue value)
BaseStore.storelocatorDistanceUnit attribute.value - the storelocatorDistanceUnit - Specifies the unit the distances in the store will be presentedpublic java.lang.String getUid(SessionContext ctx)
BaseStore.uid attribute.public java.lang.String getUid()
BaseStore.uid attribute.public void setUid(SessionContext ctx, java.lang.String value)
BaseStore.uid attribute.value - the uidpublic void setUid(java.lang.String value)
BaseStore.uid attribute.value - the uidCopyright © 2018 SAP SE. All Rights Reserved.