|
Liferay 6.1.10-ee-ga1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PortletCategory | |
---|---|
com.liferay.portal.model | This package defines the portal model interfaces and classes, including SOAP and wrapper classes. |
com.liferay.portal.service | This package defines the local and remote portal service interfaces and classes. |
com.liferay.portal.service.impl | This package defines the local and remote portal service implementations. |
com.liferay.portal.util | |
com.liferay.portal.util.comparator |
Uses of PortletCategory in com.liferay.portal.model |
---|
Methods in com.liferay.portal.model that return PortletCategory | |
---|---|
PortletCategory |
PortletCategory.getCategory(String name)
|
PortletCategory |
PortletCategory.getParentCategory()
|
PortletCategory |
PortletCategory.getRootCategory()
|
Methods in com.liferay.portal.model that return types with arguments of type PortletCategory | |
---|---|
Collection<PortletCategory> |
PortletCategory.getCategories()
|
Methods in com.liferay.portal.model with parameters of type PortletCategory | |
---|---|
void |
PortletCategory.addCategory(PortletCategory portletCategory)
|
void |
PortletCategory.merge(PortletCategory newPortletCategory)
|
protected void |
PortletCategory.setParentCategory(PortletCategory portletCategory)
|
Uses of PortletCategory in com.liferay.portal.service |
---|
Methods in com.liferay.portal.service that return PortletCategory | |
---|---|
PortletCategory |
PortletLocalServiceWrapper.getEARDisplay(String xml)
|
static PortletCategory |
PortletLocalServiceUtil.getEARDisplay(String xml)
|
PortletCategory |
PortletLocalService.getEARDisplay(String xml)
|
PortletCategory |
PortletLocalServiceWrapper.getWARDisplay(String servletContextName,
String xml)
|
static PortletCategory |
PortletLocalServiceUtil.getWARDisplay(String servletContextName,
String xml)
|
PortletCategory |
PortletLocalService.getWARDisplay(String servletContextName,
String xml)
|
Uses of PortletCategory in com.liferay.portal.service.impl |
---|
Methods in com.liferay.portal.service.impl that return PortletCategory | |
---|---|
PortletCategory |
PortletLocalServiceImpl.getEARDisplay(String xml)
|
PortletCategory |
PortletLocalServiceImpl.getWARDisplay(String servletContextName,
String xml)
|
Uses of PortletCategory in com.liferay.portal.util |
---|
Method parameters in com.liferay.portal.util with type arguments of type PortletCategory | |
---|---|
protected void |
PortletListerImpl.iterateCategories(List<PortletCategory> categories,
long parentId,
int depth)
|
Uses of PortletCategory in com.liferay.portal.util.comparator |
---|
Methods in com.liferay.portal.util.comparator with parameters of type PortletCategory | |
---|---|
int |
PortletCategoryComparator.compare(PortletCategory portletCategory1,
PortletCategory portletCategory2)
|
|
Liferay 6.1.10-ee-ga1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |