Example usage for com.liferay.portal.search.contributor.sort SortFieldNameTranslator interface-usage

List of usage examples for com.liferay.portal.search.contributor.sort SortFieldNameTranslator interface-usage

Introduction

In this page you can find the example usage for com.liferay.portal.search.contributor.sort SortFieldNameTranslator interface-usage.

Usage

From source file com.liferay.trash.internal.search.contributor.sort.TrashSortFieldNameTranslator.java

/**
 * @author Michael C. Han
 */
@Component(immediate = true, property = { ContributorConstants.ENTRY_CLASS_NAME_PROPERTY_KEY
        + "=com.liferay.trash.model.TrashEntry" }, service = SortFieldNameTranslator.class)
public class TrashSortFieldNameTranslator implements SortFieldNameTranslator {

From source file com.liferay.user.groups.admin.web.internal.search.contributor.sort.UserGroupSortFieldNameTranslator.java

/**
 * @author Michael C. Han
 */
@Component(immediate = true, property = { ContributorConstants.ENTRY_CLASS_NAME_PROPERTY_KEY
        + "=com.liferay.portal.kernel.model.UserGroup" }, service = SortFieldNameTranslator.class)
public class UserGroupSortFieldNameTranslator implements SortFieldNameTranslator {

From source file com.liferay.users.admin.internal.search.contributor.sort.UserSortFieldNameTranslator.java

/**
 * @author Michael C. Han
 */
@Component(immediate = true, property = { ContributorConstants.ENTRY_CLASS_NAME_PROPERTY_KEY
        + "=com.liferay.portal.kernel.model.User" }, service = SortFieldNameTranslator.class)
public class UserSortFieldNameTranslator implements SortFieldNameTranslator {