Package de.hybris.platform.catalog.jalo
Class GeneratedCatalog
- 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.catalog.jalo.GeneratedCatalog
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable
- Direct Known Subclasses:
Catalog
public abstract class GeneratedCatalog extends GenericItem
Generated class for typeCatalog.- 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.StringACTIVECATALOGVERSIONQualifier of theCatalog.activeCatalogVersionattributestatic java.lang.StringBUYERQualifier of theCatalog.buyerattributeprotected static BidirectionalOneToManyHandler<GeneratedCatalog>BUYERHANDLERBidirectionalOneToManyHandlerfor handling 1:n BUYER's relation attributes from 'one' side.static java.lang.StringCATALOGVERSIONSQualifier of theCatalog.catalogVersionsattributeprotected static OneToManyHandler<CatalogVersion>CATALOGVERSIONSHANDLEROneToManyHandlerfor handling 1:n CATALOGVERSIONS's relation attributes from 'many' side.protected static java.util.Map<java.lang.String,Item.AttributeMode>DEFAULT_INITIAL_ATTRIBUTESstatic java.lang.StringDEFAULTCATALOGQualifier of theCatalog.defaultCatalogattributestatic java.lang.StringIDQualifier of theCatalog.idattributestatic java.lang.StringNAMEQualifier of theCatalog.nameattributestatic java.lang.StringPREVIEWURLTEMPLATEQualifier of theCatalog.previewURLTemplateattributestatic java.lang.StringSUPPLIERQualifier of theCatalog.supplierattributeprotected static BidirectionalOneToManyHandler<GeneratedCatalog>SUPPLIERHANDLERBidirectionalOneToManyHandlerfor handling 1:n SUPPLIER's relation attributes from 'one' side.static java.lang.StringURLPATTERNSQualifier of theCatalog.urlPatternsattribute-
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 GeneratedCatalog()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddToCatalogVersions(CatalogVersion value)Generated method - Addsvalueto catalogVersions.voidaddToCatalogVersions(SessionContext ctx, CatalogVersion value)Generated method - Addsvalueto catalogVersions.protected ItemcreateItem(SessionContext ctx, ComposedType type, Item.ItemAttributeMap allAttributes)Has to be implemented for each concrete subtype of item.CatalogVersiongetActiveCatalogVersion()Generated method - Getter of theCatalog.activeCatalogVersionattribute.CatalogVersiongetActiveCatalogVersion(SessionContext ctx)Generated method - Getter of theCatalog.activeCatalogVersionattribute.java.util.Map<Language,java.lang.String>getAllName()Generated method - Getter of theCatalog.nameattribute.java.util.Map<Language,java.lang.String>getAllName(SessionContext ctx)Generated method - Getter of theCatalog.nameattribute.CompanygetBuyer()Generated method - Getter of theCatalog.buyerattribute.CompanygetBuyer(SessionContext ctx)Generated method - Getter of theCatalog.buyerattribute.java.util.Set<CatalogVersion>getCatalogVersions()Generated method - Getter of theCatalog.catalogVersionsattribute.java.util.Set<CatalogVersion>getCatalogVersions(SessionContext ctx)Generated method - Getter of theCatalog.catalogVersionsattribute.protected java.util.Map<java.lang.String,Item.AttributeMode>getDefaultAttributeModes()java.lang.StringgetId()Generated method - Getter of theCatalog.idattribute.java.lang.StringgetId(SessionContext ctx)Generated method - Getter of theCatalog.idattribute.java.lang.StringgetName()Generated method - Getter of theCatalog.nameattribute.java.lang.StringgetName(SessionContext ctx)Generated method - Getter of theCatalog.nameattribute.java.lang.StringgetPreviewURLTemplate()Generated method - Getter of theCatalog.previewURLTemplateattribute.java.lang.StringgetPreviewURLTemplate(SessionContext ctx)Generated method - Getter of theCatalog.previewURLTemplateattribute.CompanygetSupplier()Generated method - Getter of theCatalog.supplierattribute.CompanygetSupplier(SessionContext ctx)Generated method - Getter of theCatalog.supplierattribute.java.util.Collection<java.lang.String>getUrlPatterns()Generated method - Getter of theCatalog.urlPatternsattribute.java.util.Collection<java.lang.String>getUrlPatterns(SessionContext ctx)Generated method - Getter of theCatalog.urlPatternsattribute.java.lang.BooleanisDefaultCatalog()Generated method - Getter of theCatalog.defaultCatalogattribute.java.lang.BooleanisDefaultCatalog(SessionContext ctx)Generated method - Getter of theCatalog.defaultCatalogattribute.booleanisDefaultCatalogAsPrimitive()Generated method - Getter of theCatalog.defaultCatalogattribute.booleanisDefaultCatalogAsPrimitive(SessionContext ctx)Generated method - Getter of theCatalog.defaultCatalogattribute.voidremoveFromCatalogVersions(CatalogVersion value)Generated method - Removesvaluefrom catalogVersions.voidremoveFromCatalogVersions(SessionContext ctx, CatalogVersion value)Generated method - Removesvaluefrom catalogVersions.voidsetActiveCatalogVersion(CatalogVersion value)Generated method - Setter of theCatalog.activeCatalogVersionattribute.voidsetActiveCatalogVersion(SessionContext ctx, CatalogVersion value)Generated method - Setter of theCatalog.activeCatalogVersionattribute.voidsetAllName(SessionContext ctx, java.util.Map<Language,java.lang.String> value)Generated method - Setter of theCatalog.nameattribute.voidsetAllName(java.util.Map<Language,java.lang.String> value)Generated method - Setter of theCatalog.nameattribute.voidsetBuyer(Company value)Generated method - Setter of theCatalog.buyerattribute.voidsetBuyer(SessionContext ctx, Company value)Generated method - Setter of theCatalog.buyerattribute.voidsetCatalogVersions(SessionContext ctx, java.util.Set<CatalogVersion> value)Generated method - Setter of theCatalog.catalogVersionsattribute.voidsetCatalogVersions(java.util.Set<CatalogVersion> value)Generated method - Setter of theCatalog.catalogVersionsattribute.voidsetDefaultCatalog(boolean value)Generated method - Setter of theCatalog.defaultCatalogattribute.voidsetDefaultCatalog(SessionContext ctx, boolean value)Generated method - Setter of theCatalog.defaultCatalogattribute.voidsetDefaultCatalog(SessionContext ctx, java.lang.Boolean value)Generated method - Setter of theCatalog.defaultCatalogattribute.voidsetDefaultCatalog(java.lang.Boolean value)Generated method - Setter of theCatalog.defaultCatalogattribute.voidsetId(SessionContext ctx, java.lang.String value)Generated method - Setter of theCatalog.idattribute.voidsetId(java.lang.String value)Generated method - Setter of theCatalog.idattribute.voidsetName(SessionContext ctx, java.lang.String value)Generated method - Setter of theCatalog.nameattribute.voidsetName(java.lang.String value)Generated method - Setter of theCatalog.nameattribute.voidsetPreviewURLTemplate(SessionContext ctx, java.lang.String value)Generated method - Setter of theCatalog.previewURLTemplateattribute.voidsetPreviewURLTemplate(java.lang.String value)Generated method - Setter of theCatalog.previewURLTemplateattribute.voidsetSupplier(Company value)Generated method - Setter of theCatalog.supplierattribute.voidsetSupplier(SessionContext ctx, Company value)Generated method - Setter of theCatalog.supplierattribute.voidsetUrlPatterns(SessionContext ctx, java.util.Collection<java.lang.String> value)Generated method - Setter of theCatalog.urlPatternsattribute.voidsetUrlPatterns(java.util.Collection<java.lang.String> value)Generated method - Setter of theCatalog.urlPatternsattribute.-
Methods inherited from class de.hybris.platform.jalo.GenericItem
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, isMarkModifiedDisabled, 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
-
ID
public static final java.lang.String ID
Qualifier of theCatalog.idattribute- See Also:
- Constant Field Values
-
NAME
public static final java.lang.String NAME
Qualifier of theCatalog.nameattribute- See Also:
- Constant Field Values
-
ACTIVECATALOGVERSION
public static final java.lang.String ACTIVECATALOGVERSION
Qualifier of theCatalog.activeCatalogVersionattribute- See Also:
- Constant Field Values
-
DEFAULTCATALOG
public static final java.lang.String DEFAULTCATALOG
Qualifier of theCatalog.defaultCatalogattribute- See Also:
- Constant Field Values
-
PREVIEWURLTEMPLATE
public static final java.lang.String PREVIEWURLTEMPLATE
Qualifier of theCatalog.previewURLTemplateattribute- See Also:
- Constant Field Values
-
URLPATTERNS
public static final java.lang.String URLPATTERNS
Qualifier of theCatalog.urlPatternsattribute- See Also:
- Constant Field Values
-
CATALOGVERSIONS
public static final java.lang.String CATALOGVERSIONS
Qualifier of theCatalog.catalogVersionsattribute- See Also:
- Constant Field Values
-
SUPPLIER
public static final java.lang.String SUPPLIER
Qualifier of theCatalog.supplierattribute- See Also:
- Constant Field Values
-
BUYER
public static final java.lang.String BUYER
Qualifier of theCatalog.buyerattribute- See Also:
- Constant Field Values
-
CATALOGVERSIONSHANDLER
protected static final OneToManyHandler<CatalogVersion> CATALOGVERSIONSHANDLER
OneToManyHandlerfor handling 1:n CATALOGVERSIONS's relation attributes from 'many' side.
-
SUPPLIERHANDLER
protected static final BidirectionalOneToManyHandler<GeneratedCatalog> SUPPLIERHANDLER
BidirectionalOneToManyHandlerfor handling 1:n SUPPLIER's relation attributes from 'one' side.
-
BUYERHANDLER
protected static final BidirectionalOneToManyHandler<GeneratedCatalog> BUYERHANDLER
BidirectionalOneToManyHandlerfor handling 1:n BUYER's relation attributes from 'one' 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:
getDefaultAttributeModesin classItem
-
getActiveCatalogVersion
public CatalogVersion getActiveCatalogVersion(SessionContext ctx)
Generated method - Getter of theCatalog.activeCatalogVersionattribute.- Returns:
- the activeCatalogVersion - active CatalogVersion
-
getActiveCatalogVersion
public CatalogVersion getActiveCatalogVersion()
Generated method - Getter of theCatalog.activeCatalogVersionattribute.- Returns:
- the activeCatalogVersion - active CatalogVersion
-
setActiveCatalogVersion
public void setActiveCatalogVersion(SessionContext ctx, CatalogVersion value)
Generated method - Setter of theCatalog.activeCatalogVersionattribute.- Parameters:
value- the activeCatalogVersion - active CatalogVersion
-
setActiveCatalogVersion
public void setActiveCatalogVersion(CatalogVersion value)
Generated method - Setter of theCatalog.activeCatalogVersionattribute.- Parameters:
value- the activeCatalogVersion - active CatalogVersion
-
getBuyer
public Company getBuyer(SessionContext ctx)
Generated method - Getter of theCatalog.buyerattribute.- Returns:
- the buyer
-
getBuyer
public Company getBuyer()
Generated method - Getter of theCatalog.buyerattribute.- Returns:
- the buyer
-
setBuyer
public void setBuyer(SessionContext ctx, Company value)
Generated method - Setter of theCatalog.buyerattribute.- Parameters:
value- the buyer
-
setBuyer
public void setBuyer(Company value)
Generated method - Setter of theCatalog.buyerattribute.- Parameters:
value- the buyer
-
getCatalogVersions
public java.util.Set<CatalogVersion> getCatalogVersions(SessionContext ctx)
Generated method - Getter of theCatalog.catalogVersionsattribute.- Returns:
- the catalogVersions
-
getCatalogVersions
public java.util.Set<CatalogVersion> getCatalogVersions()
Generated method - Getter of theCatalog.catalogVersionsattribute.- Returns:
- the catalogVersions
-
setCatalogVersions
public void setCatalogVersions(SessionContext ctx, java.util.Set<CatalogVersion> value)
Generated method - Setter of theCatalog.catalogVersionsattribute.- Parameters:
value- the catalogVersions
-
setCatalogVersions
public void setCatalogVersions(java.util.Set<CatalogVersion> value)
Generated method - Setter of theCatalog.catalogVersionsattribute.- Parameters:
value- the catalogVersions
-
addToCatalogVersions
public void addToCatalogVersions(SessionContext ctx, CatalogVersion value)
Generated method - Addsvalueto catalogVersions.- Parameters:
value- the item to add to catalogVersions
-
addToCatalogVersions
public void addToCatalogVersions(CatalogVersion value)
Generated method - Addsvalueto catalogVersions.- Parameters:
value- the item to add to catalogVersions
-
removeFromCatalogVersions
public void removeFromCatalogVersions(SessionContext ctx, CatalogVersion value)
Generated method - Removesvaluefrom catalogVersions.- Parameters:
value- the item to remove from catalogVersions
-
removeFromCatalogVersions
public void removeFromCatalogVersions(CatalogVersion value)
Generated method - Removesvaluefrom catalogVersions.- Parameters:
value- the item to remove from catalogVersions
-
createItem
protected Item createItem(SessionContext ctx, ComposedType type, Item.ItemAttributeMap allAttributes) throws JaloBusinessException
Description copied from class:ItemHas to be implemented for each concrete subtype of item. This method is responsible for creating a new item instance ( by calling managers, ejb homes, etc. ) duringComposedType.newInstance(Map).In case this method uses any of the attribute values during creation it is required to override
Item.getNonInitialAttributes(SessionContext, ItemAttributeMap)too.
Sn example:public static final String MY_ATTRIBUTE = "someAttribute"; ... protected Item createItem(SessionContext ctx, ComposedType type, Map allAttributes ) throws JaloBusinessException { MyManager man = ... return man.createMyItem( (String)allAttributes.get(MY_ATTRIBUTE) ); // here MY_ATTRIBUTE is used for creation, so it must not be set again } protected Map getNonInitialAttributes( SessionContext ctx, Map allAttributes ) { // let superclass remove its own initial attributes Map ret = super.getNonInitialAttributes( ctx, allAttributes ); // remove MY_ATTRIBUTE from all attributes since if has already been set ret.remove(MY_ATTRIBUTE); return ret; }- Overrides:
createItemin classGenericItem- Parameters:
ctx- the current session context which this item is created withintype- the actual item type ( since subtypes may not provide a own jalo class this may be different from the type which this method was implemented for )- Returns:
- the new item instance
- Throws:
JaloBusinessException- indicates an error during creation - any changes will be rollbacked
-
isDefaultCatalog
public java.lang.Boolean isDefaultCatalog(SessionContext ctx)
Generated method - Getter of theCatalog.defaultCatalogattribute.- Returns:
- the defaultCatalog - Default catalog
-
isDefaultCatalog
public java.lang.Boolean isDefaultCatalog()
Generated method - Getter of theCatalog.defaultCatalogattribute.- Returns:
- the defaultCatalog - Default catalog
-
isDefaultCatalogAsPrimitive
public boolean isDefaultCatalogAsPrimitive(SessionContext ctx)
Generated method - Getter of theCatalog.defaultCatalogattribute.- Returns:
- the defaultCatalog - Default catalog
-
isDefaultCatalogAsPrimitive
public boolean isDefaultCatalogAsPrimitive()
Generated method - Getter of theCatalog.defaultCatalogattribute.- Returns:
- the defaultCatalog - Default catalog
-
setDefaultCatalog
public void setDefaultCatalog(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theCatalog.defaultCatalogattribute.- Parameters:
value- the defaultCatalog - Default catalog
-
setDefaultCatalog
public void setDefaultCatalog(java.lang.Boolean value)
Generated method - Setter of theCatalog.defaultCatalogattribute.- Parameters:
value- the defaultCatalog - Default catalog
-
setDefaultCatalog
public void setDefaultCatalog(SessionContext ctx, boolean value)
Generated method - Setter of theCatalog.defaultCatalogattribute.- Parameters:
value- the defaultCatalog - Default catalog
-
setDefaultCatalog
public void setDefaultCatalog(boolean value)
Generated method - Setter of theCatalog.defaultCatalogattribute.- Parameters:
value- the defaultCatalog - Default catalog
-
getId
public java.lang.String getId(SessionContext ctx)
Generated method - Getter of theCatalog.idattribute.- Returns:
- the id - ID
-
getId
public java.lang.String getId()
Generated method - Getter of theCatalog.idattribute.- Returns:
- the id - ID
-
setId
public void setId(SessionContext ctx, java.lang.String value)
Generated method - Setter of theCatalog.idattribute.- Parameters:
value- the id - ID
-
setId
public void setId(java.lang.String value)
Generated method - Setter of theCatalog.idattribute.- Parameters:
value- the id - ID
-
getName
public java.lang.String getName(SessionContext ctx)
Generated method - Getter of theCatalog.nameattribute.- Returns:
- the name - Name
-
getName
public java.lang.String getName()
Generated method - Getter of theCatalog.nameattribute.- Returns:
- the name - Name
-
getAllName
public java.util.Map<Language,java.lang.String> getAllName(SessionContext ctx)
Generated method - Getter of theCatalog.nameattribute.- Returns:
- the localized name - Name
-
getAllName
public java.util.Map<Language,java.lang.String> getAllName()
Generated method - Getter of theCatalog.nameattribute.- Returns:
- the localized name - Name
-
setName
public void setName(SessionContext ctx, java.lang.String value)
Generated method - Setter of theCatalog.nameattribute.- Parameters:
value- the name - Name
-
setName
public void setName(java.lang.String value)
Generated method - Setter of theCatalog.nameattribute.- Parameters:
value- the name - Name
-
setAllName
public void setAllName(SessionContext ctx, java.util.Map<Language,java.lang.String> value)
Generated method - Setter of theCatalog.nameattribute.- Parameters:
value- the name - Name
-
setAllName
public void setAllName(java.util.Map<Language,java.lang.String> value)
Generated method - Setter of theCatalog.nameattribute.- Parameters:
value- the name - Name
-
getPreviewURLTemplate
public java.lang.String getPreviewURLTemplate(SessionContext ctx)
Generated method - Getter of theCatalog.previewURLTemplateattribute.- Returns:
- the previewURLTemplate
-
getPreviewURLTemplate
public java.lang.String getPreviewURLTemplate()
Generated method - Getter of theCatalog.previewURLTemplateattribute.- Returns:
- the previewURLTemplate
-
setPreviewURLTemplate
public void setPreviewURLTemplate(SessionContext ctx, java.lang.String value)
Generated method - Setter of theCatalog.previewURLTemplateattribute.- Parameters:
value- the previewURLTemplate
-
setPreviewURLTemplate
public void setPreviewURLTemplate(java.lang.String value)
Generated method - Setter of theCatalog.previewURLTemplateattribute.- Parameters:
value- the previewURLTemplate
-
getSupplier
public Company getSupplier(SessionContext ctx)
Generated method - Getter of theCatalog.supplierattribute.- Returns:
- the supplier
-
getSupplier
public Company getSupplier()
Generated method - Getter of theCatalog.supplierattribute.- Returns:
- the supplier
-
setSupplier
public void setSupplier(SessionContext ctx, Company value)
Generated method - Setter of theCatalog.supplierattribute.- Parameters:
value- the supplier
-
setSupplier
public void setSupplier(Company value)
Generated method - Setter of theCatalog.supplierattribute.- Parameters:
value- the supplier
-
getUrlPatterns
public java.util.Collection<java.lang.String> getUrlPatterns(SessionContext ctx)
Generated method - Getter of theCatalog.urlPatternsattribute.- Returns:
- the urlPatterns - Collection of URL patterns
-
getUrlPatterns
public java.util.Collection<java.lang.String> getUrlPatterns()
Generated method - Getter of theCatalog.urlPatternsattribute.- Returns:
- the urlPatterns - Collection of URL patterns
-
setUrlPatterns
public void setUrlPatterns(SessionContext ctx, java.util.Collection<java.lang.String> value)
Generated method - Setter of theCatalog.urlPatternsattribute.- Parameters:
value- the urlPatterns - Collection of URL patterns
-
setUrlPatterns
public void setUrlPatterns(java.util.Collection<java.lang.String> value)
Generated method - Setter of theCatalog.urlPatternsattribute.- Parameters:
value- the urlPatterns - Collection of URL patterns
-
-