Uses of Class
de.hybris.platform.cms2.jalo.pages.AbstractPage
-
-
Uses of AbstractPage in de.hybris.platform.acceleratorservices.jalo.cms2.pages
Subclasses of AbstractPage in de.hybris.platform.acceleratorservices.jalo.cms2.pages Modifier and Type Class Description classDocumentPageclassEmailPageThe email page item.classGeneratedDocumentPageGenerated class for typeDocumentPage.classGeneratedEmailPageGenerated class for typeEmailPage. -
Uses of AbstractPage in de.hybris.platform.acceleratorservices.jalo.redirect
Methods in de.hybris.platform.acceleratorservices.jalo.redirect that return AbstractPage Modifier and Type Method Description AbstractPageGeneratedSolrPageRedirect. getRedirectItem()Generated method - Getter of theSolrPageRedirect.redirectItemattribute.AbstractPageGeneratedSolrPageRedirect. getRedirectItem(SessionContext ctx)Generated method - Getter of theSolrPageRedirect.redirectItemattribute.Methods in de.hybris.platform.acceleratorservices.jalo.redirect with parameters of type AbstractPage Modifier and Type Method Description protected voidGeneratedSolrPageRedirect. setRedirectItem(AbstractPage value)Generated method - Setter of theSolrPageRedirect.redirectItemattribute.protected voidGeneratedSolrPageRedirect. setRedirectItem(SessionContext ctx, AbstractPage value)Generated method - Setter of theSolrPageRedirect.redirectItemattribute. -
Uses of AbstractPage in de.hybris.platform.cms2.jalo
Fields in de.hybris.platform.cms2.jalo with type parameters of type AbstractPage Modifier and Type Field Description protected static OneToManyHandler<AbstractPage>GeneratedCms2Manager. ABSTRACTPAGE2USERRELATIONLOCKEDPAGESHANDLEROneToManyHandlerfor handling 1:n LOCKEDPAGES's relation attributes from 'many' side.Methods in de.hybris.platform.cms2.jalo that return types with arguments of type AbstractPage Modifier and Type Method Description java.util.Collection<AbstractPage>GeneratedCms2Manager. getLockedPages(SessionContext ctx, User item)Generated method - Getter of theUser.lockedPagesattribute.java.util.Collection<AbstractPage>GeneratedCms2Manager. getLockedPages(User item)Generated method - Getter of theUser.lockedPagesattribute.java.util.Collection<AbstractPage>Cms2Manager. getPages(ContentSlot contentSlot)Deprecated.since 4.3.Methods in de.hybris.platform.cms2.jalo with parameters of type AbstractPage Modifier and Type Method Description voidGeneratedCms2Manager. addToLockedPages(SessionContext ctx, User item, AbstractPage value)Generated method - Addsvalueto lockedPages.voidGeneratedCms2Manager. addToLockedPages(User item, AbstractPage value)Generated method - Addsvalueto lockedPages.voidGeneratedCms2Manager. removeFromLockedPages(SessionContext ctx, User item, AbstractPage value)Generated method - Removesvaluefrom lockedPages.voidGeneratedCms2Manager. removeFromLockedPages(User item, AbstractPage value)Generated method - Removesvaluefrom lockedPages.Method parameters in de.hybris.platform.cms2.jalo with type arguments of type AbstractPage Modifier and Type Method Description voidGeneratedCms2Manager. setLockedPages(SessionContext ctx, User item, java.util.Collection<AbstractPage> value)Generated method - Setter of theUser.lockedPagesattribute.voidGeneratedCms2Manager. setLockedPages(User item, java.util.Collection<AbstractPage> value)Generated method - Setter of theUser.lockedPagesattribute. -
Uses of AbstractPage in de.hybris.platform.cms2.jalo.pages
Subclasses of AbstractPage in de.hybris.platform.cms2.jalo.pages Modifier and Type Class Description classCatalogPageclassCategoryPageclassContentPageclassGeneratedCatalogPageGenerated class for typeCatalogPage.classGeneratedCategoryPageGenerated class for typeCategoryPage.classGeneratedContentPageGenerated class for typeContentPage.classGeneratedProductPageGenerated class for typeProductPage.classProductPageFields in de.hybris.platform.cms2.jalo.pages with type parameters of type AbstractPage Modifier and Type Field Description protected static OneToManyHandler<AbstractPage>GeneratedAbstractPage. LOCALIZEDPAGESHANDLEROneToManyHandlerfor handling 1:n LOCALIZEDPAGES's relation attributes from 'many' side.Methods in de.hybris.platform.cms2.jalo.pages that return AbstractPage Modifier and Type Method Description AbstractPageGeneratedAbstractPage. getOriginalPage()Generated method - Getter of theAbstractPage.originalPageattribute.AbstractPageGeneratedAbstractPage. getOriginalPage(SessionContext ctx)Generated method - Getter of theAbstractPage.originalPageattribute.Methods in de.hybris.platform.cms2.jalo.pages that return types with arguments of type AbstractPage Modifier and Type Method Description java.util.Collection<AbstractPage>GeneratedAbstractPage. getLocalizedPages()Generated method - Getter of theAbstractPage.localizedPagesattribute.java.util.Collection<AbstractPage>GeneratedAbstractPage. getLocalizedPages(SessionContext ctx)Generated method - Getter of theAbstractPage.localizedPagesattribute.Methods in de.hybris.platform.cms2.jalo.pages with parameters of type AbstractPage Modifier and Type Method Description voidGeneratedAbstractPage. addToLocalizedPages(AbstractPage value)Generated method - Addsvalueto localizedPages.voidGeneratedAbstractPage. addToLocalizedPages(SessionContext ctx, AbstractPage value)Generated method - Addsvalueto localizedPages.voidGeneratedAbstractPage. removeFromLocalizedPages(AbstractPage value)Generated method - Removesvaluefrom localizedPages.voidGeneratedAbstractPage. removeFromLocalizedPages(SessionContext ctx, AbstractPage value)Generated method - Removesvaluefrom localizedPages.voidGeneratedAbstractPage. setOriginalPage(AbstractPage value)Generated method - Setter of theAbstractPage.originalPageattribute.voidGeneratedAbstractPage. setOriginalPage(SessionContext ctx, AbstractPage value)Generated method - Setter of theAbstractPage.originalPageattribute.Method parameters in de.hybris.platform.cms2.jalo.pages with type arguments of type AbstractPage Modifier and Type Method Description voidGeneratedAbstractPage. setLocalizedPages(SessionContext ctx, java.util.Collection<AbstractPage> value)Generated method - Setter of theAbstractPage.localizedPagesattribute.voidGeneratedAbstractPage. setLocalizedPages(java.util.Collection<AbstractPage> value)Generated method - Setter of theAbstractPage.localizedPagesattribute. -
Uses of AbstractPage in de.hybris.platform.cms2.jalo.preview
Methods in de.hybris.platform.cms2.jalo.preview that return AbstractPage Modifier and Type Method Description AbstractPageGeneratedPreviewData. getPage()Generated method - Getter of thePreviewData.pageattribute.AbstractPageGeneratedPreviewData. getPage(SessionContext ctx)Generated method - Getter of thePreviewData.pageattribute.Methods in de.hybris.platform.cms2.jalo.preview with parameters of type AbstractPage Modifier and Type Method Description voidGeneratedPreviewData. setPage(AbstractPage value)Generated method - Setter of thePreviewData.pageattribute.voidGeneratedPreviewData. setPage(SessionContext ctx, AbstractPage value)Generated method - Setter of thePreviewData.pageattribute. -
Uses of AbstractPage in de.hybris.platform.cms2.jalo.relations
Methods in de.hybris.platform.cms2.jalo.relations that return AbstractPage Modifier and Type Method Description AbstractPageGeneratedContentSlotForPage. getPage()Generated method - Getter of theContentSlotForPage.pageattribute.AbstractPageGeneratedContentSlotForPage. getPage(SessionContext ctx)Generated method - Getter of theContentSlotForPage.pageattribute.Methods in de.hybris.platform.cms2.jalo.relations with parameters of type AbstractPage Modifier and Type Method Description voidGeneratedContentSlotForPage. setPage(AbstractPage value)Generated method - Setter of theContentSlotForPage.pageattribute.voidGeneratedContentSlotForPage. setPage(SessionContext ctx, AbstractPage value)Generated method - Setter of theContentSlotForPage.pageattribute. -
Uses of AbstractPage in de.hybris.platform.cms2.jalo.restrictions
Methods in de.hybris.platform.cms2.jalo.restrictions that return types with arguments of type AbstractPage Modifier and Type Method Description java.util.Collection<AbstractPage>GeneratedAbstractRestriction. getPages()Generated method - Getter of theAbstractRestriction.pagesattribute.java.util.Collection<AbstractPage>GeneratedAbstractRestriction. getPages(SessionContext ctx)Generated method - Getter of theAbstractRestriction.pagesattribute.Methods in de.hybris.platform.cms2.jalo.restrictions with parameters of type AbstractPage Modifier and Type Method Description voidGeneratedAbstractRestriction. addToPages(AbstractPage value)Generated method - Addsvalueto pages.voidGeneratedAbstractRestriction. addToPages(SessionContext ctx, AbstractPage value)Generated method - Addsvalueto pages.voidGeneratedAbstractRestriction. removeFromPages(AbstractPage value)Generated method - Removesvaluefrom pages.voidGeneratedAbstractRestriction. removeFromPages(SessionContext ctx, AbstractPage value)Generated method - Removesvaluefrom pages.Method parameters in de.hybris.platform.cms2.jalo.restrictions with type arguments of type AbstractPage Modifier and Type Method Description voidGeneratedAbstractRestriction. setPages(SessionContext ctx, java.util.Collection<AbstractPage> value)Generated method - Setter of theAbstractRestriction.pagesattribute.voidGeneratedAbstractRestriction. setPages(java.util.Collection<AbstractPage> value)Generated method - Setter of theAbstractRestriction.pagesattribute. -
Uses of AbstractPage in de.hybris.platform.marketplaceservices.jalo
Subclasses of AbstractPage in de.hybris.platform.marketplaceservices.jalo Modifier and Type Class Description classGeneratedVendorPageGenerated class for typeVendorPage.classVendorPage -
Uses of AbstractPage in de.hybris.platform.sap.productconfig.frontend.jalo
Subclasses of AbstractPage in de.hybris.platform.sap.productconfig.frontend.jalo Modifier and Type Class Description classGeneratedProductConfigOverviewPageGenerated class for typeProductConfigOverviewPage.classGeneratedProductConfigPageGenerated class for typeProductConfigPage.classProductConfigOverviewPageComponent providing an overview of an runtime configuration.classProductConfigPagePage for configuring a product.
-