@ProviderType
public interface DLFileOrderConfigurationProvider
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCompanyOrderByColumn(long companyId) |
java.lang.String |
getCompanySortBy(long companyId) |
java.lang.String |
getGroupOrderByColumn(long groupId) |
java.lang.String |
getGroupSortBy(long groupId) |
java.lang.String |
getSystemOrderByColumn() |
java.lang.String |
getSystemSortBy() |
java.lang.String getCompanyOrderByColumn(long companyId)
throws com.liferay.portal.kernel.module.configuration.ConfigurationException
com.liferay.portal.kernel.module.configuration.ConfigurationExceptionjava.lang.String getCompanySortBy(long companyId)
throws com.liferay.portal.kernel.module.configuration.ConfigurationException
com.liferay.portal.kernel.module.configuration.ConfigurationExceptionjava.lang.String getGroupOrderByColumn(long groupId)
throws com.liferay.portal.kernel.module.configuration.ConfigurationException
com.liferay.portal.kernel.module.configuration.ConfigurationExceptionjava.lang.String getGroupSortBy(long groupId)
throws com.liferay.portal.kernel.module.configuration.ConfigurationException
com.liferay.portal.kernel.module.configuration.ConfigurationExceptionjava.lang.String getSystemOrderByColumn()
throws com.liferay.portal.kernel.module.configuration.ConfigurationException
com.liferay.portal.kernel.module.configuration.ConfigurationExceptionjava.lang.String getSystemSortBy()
throws com.liferay.portal.kernel.module.configuration.ConfigurationException
com.liferay.portal.kernel.module.configuration.ConfigurationException