com.liferay.portal.service.persistence
Class PortletPreferencesFinderUtil
java.lang.Object
com.liferay.portal.service.persistence.PortletPreferencesFinderUtil
@ProviderType
public class PortletPreferencesFinderUtil
- extends java.lang.Object
- Author:
- Brian Wing Shun Chan
|
Method Summary |
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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortletPreferencesFinderUtil
public PortletPreferencesFinderUtil()
countByO_O_P
public static long countByO_O_P(long ownerId,
int ownerType,
java.lang.String portletId,
boolean excludeDefaultPreferences)
throws SystemException
- Throws:
SystemException
countByO_O_P_P_P
public static long countByO_O_P_P_P(long ownerId,
int ownerType,
long plid,
java.lang.String portletId,
boolean excludeDefaultPreferences)
throws SystemException
- Throws:
SystemException
findByPortletId
public static java.util.List<PortletPreferences> findByPortletId(java.lang.String portletId)
throws SystemException
- Throws:
SystemException
findByC_G_O_O_P_P
public 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
- Throws:
SystemException
getFinder
public static PortletPreferencesFinder getFinder()
setFinder
public void setFinder(PortletPreferencesFinder finder)