@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 groupId,
com.liferay.portal.kernel.search.SearchContext searchContext,
CPQuery cpQuery) |
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.PortalException
java.lang.String getDefaultImageFileURL(long commerceAccountId, long cpDefinitionId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
java.lang.String getFriendlyURL(long cpDefinitionId, com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
CPDataSourceResult 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.PortalException
long searchCount(long groupId, com.liferay.portal.kernel.search.SearchContext searchContext, CPQuery cpQuery) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
java.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.PortalException