@ProviderType
public interface CPDefinitionHelper
| Modifier and Type | Method and Description |
|---|---|
CPCatalogEntry |
getCPCatalogEntry(com.liferay.portal.kernel.search.Document document,
java.util.Locale locale) |
CPCatalogEntry |
getCPCatalogEntry(long commerceAccountId,
long groupId,
long cpDefinitionId,
java.util.Locale locale) |
java.lang.String |
getDefaultImageFileURL(long commerceAccountId,
long cpDefinitionId) |
java.lang.String |
getFriendlyURL(long cpDefinitionId,
com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) |
CPDataSourceResult |
search(long groupId,
com.liferay.portal.kernel.search.SearchContext searchContext,
CPQuery cpQuery,
int start,
int end) |
long |
searchCount(long[] groupIds,
com.liferay.portal.kernel.search.SearchContext searchContext,
CPQuery cpQuery) |
long |
searchCount(long groupId,
com.liferay.portal.kernel.search.SearchContext searchContext,
CPQuery cpQuery) |
java.util.List<CPDefinition> |
searchCPDefinitions(long[] groupIds,
com.liferay.portal.kernel.search.SearchContext searchContext,
CPQuery cpQuery,
int start,
int end) |
java.util.List<CPDefinition> |
searchCPDefinitions(long groupId,
com.liferay.portal.kernel.search.SearchContext searchContext,
CPQuery cpQuery,
int start,
int end) |
CPCatalogEntry getCPCatalogEntry(com.liferay.portal.kernel.search.Document document, java.util.Locale locale)
CPCatalogEntry getCPCatalogEntry(long commerceAccountId, long groupId, long cpDefinitionId, java.util.Locale locale) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionjava.lang.String getDefaultImageFileURL(long commerceAccountId,
long cpDefinitionId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionjava.lang.String getFriendlyURL(long cpDefinitionId,
com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionCPDataSourceResult search(long groupId, com.liferay.portal.kernel.search.SearchContext searchContext, CPQuery cpQuery, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionlong searchCount(long groupId,
com.liferay.portal.kernel.search.SearchContext searchContext,
CPQuery cpQuery)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionlong searchCount(long[] groupIds,
com.liferay.portal.kernel.search.SearchContext searchContext,
CPQuery cpQuery)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionjava.util.List<CPDefinition> searchCPDefinitions(long groupId, com.liferay.portal.kernel.search.SearchContext searchContext, CPQuery cpQuery, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionjava.util.List<CPDefinition> searchCPDefinitions(long[] groupIds, com.liferay.portal.kernel.search.SearchContext searchContext, CPQuery cpQuery, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException