public abstract class GeneratedKeyword extends GenericItem
Keyword.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 |
CATALOG
Qualifier of the
Keyword.catalog attribute |
static java.lang.String |
CATALOGVERSION
Qualifier of the
Keyword.catalogVersion attribute |
static java.lang.String |
CATEGORIES
Qualifier of the
Keyword.categories attribute |
protected static java.lang.String |
CATEGORY2KEYWORDRELATION_MARKMODIFIED
Relation disable markmodifed parameter constants for Category2KeywordRelation from ((catalog))
|
protected static java.lang.String |
CATEGORY2KEYWORDRELATION_SRC_ORDERED
Relation ordering override parameter constants for Category2KeywordRelation from ((catalog))
|
protected static java.lang.String |
CATEGORY2KEYWORDRELATION_TGT_ORDERED |
protected static java.util.Map<java.lang.String,Item.AttributeMode> |
DEFAULT_INITIAL_ATTRIBUTES |
static java.lang.String |
KEYWORD
Qualifier of the
Keyword.keyword attribute |
static java.lang.String |
LANGUAGE
Qualifier of the
Keyword.language attribute |
protected static java.lang.String |
PRODUCT2KEYWORDRELATION_MARKMODIFIED
Relation disable markmodifed parameter constants for Product2KeywordRelation from ((catalog))
|
protected static java.lang.String |
PRODUCT2KEYWORDRELATION_SRC_ORDERED
Relation ordering override parameter constants for Product2KeywordRelation from ((catalog))
|
protected static java.lang.String |
PRODUCT2KEYWORDRELATION_TGT_ORDERED |
static java.lang.String |
PRODUCTS
Qualifier of the
Keyword.products 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 |
|---|
GeneratedKeyword() |
| Modifier and Type | Method and Description |
|---|---|
void |
addToCategories(Language lang,
Category value)
Generated method - Adds
value to categories. |
void |
addToCategories(SessionContext ctx,
Language lang,
Category value)
Generated method - Adds
value to categories. |
void |
addToProducts(Language lang,
Product value)
Generated method - Adds
value to products. |
void |
addToProducts(SessionContext ctx,
Language lang,
Product value)
Generated method - Adds
value to products. |
java.util.Map<Language,java.util.Collection<Category>> |
getAllCategories()
Generated method - Getter of the
Keyword.categories attribute. |
java.util.Map<Language,java.util.Collection<Category>> |
getAllCategories(SessionContext ctx)
Generated method - Getter of the
Keyword.categories attribute. |
java.util.Map<Language,java.util.Collection<Product>> |
getAllProducts()
Generated method - Getter of the
Keyword.products attribute. |
java.util.Map<Language,java.util.Collection<Product>> |
getAllProducts(SessionContext ctx)
Generated method - Getter of the
Keyword.products attribute. |
CatalogVersion |
getCatalogVersion()
Generated method - Getter of the
Keyword.catalogVersion attribute. |
CatalogVersion |
getCatalogVersion(SessionContext ctx)
Generated method - Getter of the
Keyword.catalogVersion attribute. |
java.util.Collection<Category> |
getCategories()
Generated method - Getter of the
Keyword.categories attribute. |
java.util.Collection<Category> |
getCategories(SessionContext ctx)
Generated method - Getter of the
Keyword.categories attribute. |
long |
getCategoriesCount() |
long |
getCategoriesCount(Language lang) |
long |
getCategoriesCount(SessionContext ctx) |
long |
getCategoriesCount(SessionContext ctx,
Language lang) |
protected java.util.Map<java.lang.String,Item.AttributeMode> |
getDefaultAttributeModes() |
java.lang.String |
getKeyword()
Generated method - Getter of the
Keyword.keyword attribute. |
java.lang.String |
getKeyword(SessionContext ctx)
Generated method - Getter of the
Keyword.keyword attribute. |
Language |
getLanguage()
Generated method - Getter of the
Keyword.language attribute. |
Language |
getLanguage(SessionContext ctx)
Generated method - Getter of the
Keyword.language attribute. |
java.util.Collection<Product> |
getProducts()
Generated method - Getter of the
Keyword.products attribute. |
java.util.Collection<Product> |
getProducts(SessionContext ctx)
Generated method - Getter of the
Keyword.products attribute. |
long |
getProductsCount() |
long |
getProductsCount(Language lang) |
long |
getProductsCount(SessionContext ctx) |
long |
getProductsCount(SessionContext ctx,
Language lang) |
boolean |
isMarkModifiedDisabled(Item referencedItem) |
void |
removeFromCategories(Language lang,
Category value)
Generated method - Removes
value from categories. |
void |
removeFromCategories(SessionContext ctx,
Language lang,
Category value)
Generated method - Removes
value from categories. |
void |
removeFromProducts(Language lang,
Product value)
Generated method - Removes
value from products. |
void |
removeFromProducts(SessionContext ctx,
Language lang,
Product value)
Generated method - Removes
value from products. |
void |
setAllCategories(java.util.Map<Language,java.util.Collection<Category>> value)
Generated method - Setter of the
Keyword.categories attribute. |
void |
setAllCategories(SessionContext ctx,
java.util.Map<Language,java.util.Collection<Category>> value)
Generated method - Setter of the
Keyword.categories attribute. |
void |
setAllProducts(java.util.Map<Language,java.util.Collection<Product>> value)
Generated method - Setter of the
Keyword.products attribute. |
void |
setAllProducts(SessionContext ctx,
java.util.Map<Language,java.util.Collection<Product>> value)
Generated method - Setter of the
Keyword.products attribute. |
void |
setCatalogVersion(CatalogVersion value)
Generated method - Setter of the
Keyword.catalogVersion attribute. |
void |
setCatalogVersion(SessionContext ctx,
CatalogVersion value)
Generated method - Setter of the
Keyword.catalogVersion attribute. |
void |
setCategories(java.util.Collection<Category> value)
Generated method - Setter of the
Keyword.categories attribute. |
void |
setCategories(SessionContext ctx,
java.util.Collection<Category> value)
Generated method - Setter of the
Keyword.categories attribute. |
void |
setKeyword(SessionContext ctx,
java.lang.String value)
Generated method - Setter of the
Keyword.keyword attribute. |
void |
setKeyword(java.lang.String value)
Generated method - Setter of the
Keyword.keyword attribute. |
protected void |
setLanguage(Language value)
Generated method - Setter of the
Keyword.language attribute. |
protected void |
setLanguage(SessionContext ctx,
Language value)
Generated method - Setter of the
Keyword.language attribute. |
void |
setProducts(java.util.Collection<Product> value)
Generated method - Setter of the
Keyword.products attribute. |
void |
setProducts(SessionContext ctx,
java.util.Collection<Product> value)
Generated method - Setter of the
Keyword.products 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 KEYWORD
Keyword.keyword attributepublic static final java.lang.String LANGUAGE
Keyword.language attributepublic static final java.lang.String CATALOG
Keyword.catalog attributepublic static final java.lang.String CATALOGVERSION
Keyword.catalogVersion attributepublic static final java.lang.String PRODUCTS
Keyword.products attributeprotected static java.lang.String PRODUCT2KEYWORDRELATION_SRC_ORDERED
protected static java.lang.String PRODUCT2KEYWORDRELATION_TGT_ORDERED
protected static java.lang.String PRODUCT2KEYWORDRELATION_MARKMODIFIED
public static final java.lang.String CATEGORIES
Keyword.categories attributeprotected static java.lang.String CATEGORY2KEYWORDRELATION_SRC_ORDERED
protected static java.lang.String CATEGORY2KEYWORDRELATION_TGT_ORDERED
protected static java.lang.String CATEGORY2KEYWORDRELATION_MARKMODIFIED
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 CatalogVersion getCatalogVersion(SessionContext ctx)
Keyword.catalogVersion attribute.public CatalogVersion getCatalogVersion()
Keyword.catalogVersion attribute.public void setCatalogVersion(SessionContext ctx, CatalogVersion value)
Keyword.catalogVersion attribute.value - the catalogVersionpublic void setCatalogVersion(CatalogVersion value)
Keyword.catalogVersion attribute.value - the catalogVersionpublic java.util.Collection<Category> getCategories(SessionContext ctx)
Keyword.categories attribute.public java.util.Collection<Category> getCategories()
Keyword.categories attribute.public java.util.Map<Language,java.util.Collection<Category>> getAllCategories(SessionContext ctx)
Keyword.categories attribute.public java.util.Map<Language,java.util.Collection<Category>> getAllCategories()
Keyword.categories attribute.public long getCategoriesCount(SessionContext ctx, Language lang)
public long getCategoriesCount(Language lang)
public long getCategoriesCount(SessionContext ctx)
public long getCategoriesCount()
public void setCategories(SessionContext ctx, java.util.Collection<Category> value)
Keyword.categories attribute.value - the categories - Categoriespublic void setCategories(java.util.Collection<Category> value)
Keyword.categories attribute.value - the categories - Categoriespublic void setAllCategories(SessionContext ctx, java.util.Map<Language,java.util.Collection<Category>> value)
Keyword.categories attribute.value - the categories - Categoriespublic void setAllCategories(java.util.Map<Language,java.util.Collection<Category>> value)
Keyword.categories attribute.value - the categories - Categoriespublic void addToCategories(SessionContext ctx, Language lang, Category value)
value to categories.value - the item to add to categories - Categoriespublic void addToCategories(Language lang, Category value)
value to categories.value - the item to add to categories - Categoriespublic void removeFromCategories(SessionContext ctx, Language lang, Category value)
value from categories.value - the item to remove from categories - Categoriespublic void removeFromCategories(Language lang, Category value)
value from categories.value - the item to remove from categories - Categoriespublic boolean isMarkModifiedDisabled(Item referencedItem)
isMarkModifiedDisabled in class Itempublic java.lang.String getKeyword(SessionContext ctx)
Keyword.keyword attribute.public java.lang.String getKeyword()
Keyword.keyword attribute.public void setKeyword(SessionContext ctx, java.lang.String value)
Keyword.keyword attribute.value - the keywordpublic void setKeyword(java.lang.String value)
Keyword.keyword attribute.value - the keywordpublic Language getLanguage(SessionContext ctx)
Keyword.language attribute.public Language getLanguage()
Keyword.language attribute.protected void setLanguage(SessionContext ctx, Language value)
Keyword.language attribute.value - the languageprotected void setLanguage(Language value)
Keyword.language attribute.value - the languagepublic java.util.Collection<Product> getProducts(SessionContext ctx)
Keyword.products attribute.public java.util.Collection<Product> getProducts()
Keyword.products attribute.public java.util.Map<Language,java.util.Collection<Product>> getAllProducts(SessionContext ctx)
Keyword.products attribute.public java.util.Map<Language,java.util.Collection<Product>> getAllProducts()
Keyword.products attribute.public long getProductsCount(SessionContext ctx, Language lang)
public long getProductsCount(Language lang)
public long getProductsCount(SessionContext ctx)
public long getProductsCount()
public void setProducts(SessionContext ctx, java.util.Collection<Product> value)
Keyword.products attribute.value - the products - Productspublic void setProducts(java.util.Collection<Product> value)
Keyword.products attribute.value - the products - Productspublic void setAllProducts(SessionContext ctx, java.util.Map<Language,java.util.Collection<Product>> value)
Keyword.products attribute.value - the products - Productspublic void setAllProducts(java.util.Map<Language,java.util.Collection<Product>> value)
Keyword.products attribute.value - the products - Productspublic void addToProducts(SessionContext ctx, Language lang, Product value)
value to products.value - the item to add to products - Productspublic void addToProducts(Language lang, Product value)
value to products.value - the item to add to products - Productspublic void removeFromProducts(SessionContext ctx, Language lang, Product value)
value from products.value - the item to remove from products - ProductsCopyright © 2018 SAP SE. All Rights Reserved.