@Deprecated
public class LayoutAdminSearchUtil
extends java.lang.Object
| Constructor and Description |
|---|
LayoutAdminSearchUtil()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<Layout> |
getLayouts(long groupId,
long userId,
boolean privateLayout,
java.lang.String keywords,
java.lang.String[] types,
int[] statuses,
int start,
int end,
OrderByComparator<Layout> orderByComparator)
Deprecated.
Returns a range of all the layouts belonging to the group.
|
static java.util.List<Layout> |
getLayouts(long groupId,
java.lang.String keywords,
java.lang.String[] types,
int[] statuses,
int start,
int end,
OrderByComparator<Layout> orderByComparator)
Deprecated.
Returns a range of all the layouts belonging to the group.
|
static int |
getLayoutsCount(long groupId,
long userId,
boolean privateLayout,
java.lang.String keywords,
java.lang.String[] types,
int[] statuses)
Deprecated.
Returns the number of layouts belonging to the group.
|
static int |
getLayoutsCount(long groupId,
java.lang.String keywords,
java.lang.String[] types,
int[] statuses)
Deprecated.
Returns the number of layouts belonging to the group.
|
public static java.util.List<Layout> getLayouts(long groupId, long userId, boolean privateLayout, java.lang.String keywords, java.lang.String[] types, int[] statuses, int start, int end, OrderByComparator<Layout> orderByComparator) throws PortalException
groupId - the primary key of the groupuserId - the primary key of the userprivateLayout - whether the layout is private to the groupkeywords - keywordstypes - layout typesstatuses - the statusesstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the layoutsPortalExceptionpublic static java.util.List<Layout> getLayouts(long groupId, java.lang.String keywords, java.lang.String[] types, int[] statuses, int start, int end, OrderByComparator<Layout> orderByComparator) throws PortalException
groupId - the primary key of the groupkeywords - keywordstypes - layout typesstatuses - the statusesstart - the lower bound of the range of layoutsend - the upper bound of the range of layouts (not inclusive)orderByComparator - the comparator to order the layoutsPortalExceptionpublic static int getLayoutsCount(long groupId,
long userId,
boolean privateLayout,
java.lang.String keywords,
java.lang.String[] types,
int[] statuses)
throws PortalException
groupId - the primary key of the groupuserId - the primary key of the userprivateLayout - whether the layout is private to the groupkeywords - keywordstypes - layout typesstatuses - the statusesPortalExceptionpublic static int getLayoutsCount(long groupId,
java.lang.String keywords,
java.lang.String[] types,
int[] statuses)
throws PortalException
groupId - the primary key of the groupkeywords - keywordstypes - layout typesstatuses - the statusesPortalException