@ProviderType
public class PortletPreferencesFinderUtil
extends java.lang.Object
| Constructor and Description |
|---|
PortletPreferencesFinderUtil() |
| Modifier and Type | Method and Description |
|---|---|
static long |
countByO_O_P_P_P(long ownerId,
int ownerType,
long plid,
java.lang.String portletId,
boolean excludeDefaultPreferences) |
static long |
countByO_O_P(long ownerId,
int ownerType,
java.lang.String portletId,
boolean excludeDefaultPreferences) |
static java.util.List<PortletPreferences> |
findByC_G_O_O_P_P(long companyId,
long groupId,
long ownerId,
int ownerType,
java.lang.String portletId,
boolean privateLayout) |
static java.util.List<PortletPreferences> |
findByPortletId(java.lang.String portletId) |
static PortletPreferencesFinder |
getFinder() |
void |
setFinder(PortletPreferencesFinder finder) |
public static long countByO_O_P(long ownerId,
int ownerType,
java.lang.String portletId,
boolean excludeDefaultPreferences)
throws SystemException
SystemExceptionpublic static long countByO_O_P_P_P(long ownerId,
int ownerType,
long plid,
java.lang.String portletId,
boolean excludeDefaultPreferences)
throws SystemException
SystemExceptionpublic static java.util.List<PortletPreferences> findByPortletId(java.lang.String portletId) throws SystemException
SystemExceptionpublic static java.util.List<PortletPreferences> findByC_G_O_O_P_P(long companyId, long groupId, long ownerId, int ownerType, java.lang.String portletId, boolean privateLayout) throws SystemException
SystemExceptionpublic static PortletPreferencesFinder getFinder()
public void setFinder(PortletPreferencesFinder finder)