|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PortletPreferencesPersistence
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
PortletPreferencesPersistenceImpl
,
PortletPreferencesUtil
Method Summary | |
---|---|
void |
cacheResult(java.util.List<PortletPreferences> portletPreferenceses)
|
void |
cacheResult(PortletPreferences portletPreferences)
|
void |
clearCache()
|
int |
countAll()
|
int |
countByO_O_P_P(long ownerId,
int ownerType,
long plid,
java.lang.String portletId)
|
int |
countByO_O_P(long ownerId,
int ownerType,
long plid)
|
int |
countByP_P(long plid,
java.lang.String portletId)
|
int |
countByPlid(long plid)
|
PortletPreferences |
create(long portletPreferencesId)
|
PortletPreferences |
fetchByO_O_P_P(long ownerId,
int ownerType,
long plid,
java.lang.String portletId)
|
PortletPreferences |
fetchByO_O_P_P(long ownerId,
int ownerType,
long plid,
java.lang.String portletId,
boolean retrieveFromCache)
|
PortletPreferences |
fetchByPrimaryKey(long portletPreferencesId)
|
java.util.List<PortletPreferences> |
findAll()
|
java.util.List<PortletPreferences> |
findAll(int start,
int end)
|
java.util.List<PortletPreferences> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
PortletPreferences |
findByO_O_P_First(long ownerId,
int ownerType,
long plid,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
PortletPreferences |
findByO_O_P_Last(long ownerId,
int ownerType,
long plid,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
PortletPreferences |
findByO_O_P_P(long ownerId,
int ownerType,
long plid,
java.lang.String portletId)
|
PortletPreferences[] |
findByO_O_P_PrevAndNext(long portletPreferencesId,
long ownerId,
int ownerType,
long plid,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<PortletPreferences> |
findByO_O_P(long ownerId,
int ownerType,
long plid)
|
java.util.List<PortletPreferences> |
findByO_O_P(long ownerId,
int ownerType,
long plid,
int start,
int end)
|
java.util.List<PortletPreferences> |
findByO_O_P(long ownerId,
int ownerType,
long plid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
PortletPreferences |
findByP_P_First(long plid,
java.lang.String portletId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
PortletPreferences |
findByP_P_Last(long plid,
java.lang.String portletId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
PortletPreferences[] |
findByP_P_PrevAndNext(long portletPreferencesId,
long plid,
java.lang.String portletId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<PortletPreferences> |
findByP_P(long plid,
java.lang.String portletId)
|
java.util.List<PortletPreferences> |
findByP_P(long plid,
java.lang.String portletId,
int start,
int end)
|
java.util.List<PortletPreferences> |
findByP_P(long plid,
java.lang.String portletId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
PortletPreferences |
findByPlid_First(long plid,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
PortletPreferences |
findByPlid_Last(long plid,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
PortletPreferences[] |
findByPlid_PrevAndNext(long portletPreferencesId,
long plid,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<PortletPreferences> |
findByPlid(long plid)
|
java.util.List<PortletPreferences> |
findByPlid(long plid,
int start,
int end)
|
java.util.List<PortletPreferences> |
findByPlid(long plid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
PortletPreferences |
findByPrimaryKey(long portletPreferencesId)
|
java.util.List<java.lang.Object> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
java.util.List<java.lang.Object> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
|
PortletPreferences |
remove(long portletPreferencesId)
|
PortletPreferences |
remove(PortletPreferences portletPreferences)
|
void |
removeAll()
|
void |
removeByO_O_P_P(long ownerId,
int ownerType,
long plid,
java.lang.String portletId)
|
void |
removeByO_O_P(long ownerId,
int ownerType,
long plid)
|
void |
removeByP_P(long plid,
java.lang.String portletId)
|
void |
removeByPlid(long plid)
|
PortletPreferences |
update(PortletPreferences portletPreferences)
Deprecated. Use update(PortletPreferences, boolean merge) . |
PortletPreferences |
update(PortletPreferences portletPreferences,
boolean merge)
Add, update, or merge, the entity. |
PortletPreferences |
updateImpl(PortletPreferences portletPreferences,
boolean merge)
|
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
---|
getListeners, registerListener, unregisterListener |
Method Detail |
---|
void cacheResult(PortletPreferences portletPreferences)
void cacheResult(java.util.List<PortletPreferences> portletPreferenceses)
void clearCache()
clearCache
in interface BasePersistence
PortletPreferences create(long portletPreferencesId)
PortletPreferences remove(long portletPreferencesId) throws NoSuchPortletPreferencesException, com.liferay.portal.SystemException
NoSuchPortletPreferencesException
com.liferay.portal.SystemException
PortletPreferences remove(PortletPreferences portletPreferences) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
PortletPreferences update(PortletPreferences portletPreferences) throws com.liferay.portal.SystemException
update(PortletPreferences, boolean merge)
.
com.liferay.portal.SystemException
PortletPreferences update(PortletPreferences portletPreferences, boolean merge) throws com.liferay.portal.SystemException
portletPreferences
- the entity to add, update, or mergemerge
- boolean value for whether to merge the entity. The default
value is false. Setting merge to true is more expensive and
should only be true when portletPreferences is transient. See
LEP-5473 for a detailed discussion of this method.
com.liferay.portal.SystemException
PortletPreferences updateImpl(PortletPreferences portletPreferences, boolean merge) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
PortletPreferences findByPrimaryKey(long portletPreferencesId) throws NoSuchPortletPreferencesException, com.liferay.portal.SystemException
NoSuchPortletPreferencesException
com.liferay.portal.SystemException
PortletPreferences fetchByPrimaryKey(long portletPreferencesId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<PortletPreferences> findByPlid(long plid) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<PortletPreferences> findByPlid(long plid, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<PortletPreferences> findByPlid(long plid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
PortletPreferences findByPlid_First(long plid, com.liferay.portal.kernel.util.OrderByComparator obc) throws NoSuchPortletPreferencesException, com.liferay.portal.SystemException
NoSuchPortletPreferencesException
com.liferay.portal.SystemException
PortletPreferences findByPlid_Last(long plid, com.liferay.portal.kernel.util.OrderByComparator obc) throws NoSuchPortletPreferencesException, com.liferay.portal.SystemException
NoSuchPortletPreferencesException
com.liferay.portal.SystemException
PortletPreferences[] findByPlid_PrevAndNext(long portletPreferencesId, long plid, com.liferay.portal.kernel.util.OrderByComparator obc) throws NoSuchPortletPreferencesException, com.liferay.portal.SystemException
NoSuchPortletPreferencesException
com.liferay.portal.SystemException
java.util.List<PortletPreferences> findByP_P(long plid, java.lang.String portletId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<PortletPreferences> findByP_P(long plid, java.lang.String portletId, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<PortletPreferences> findByP_P(long plid, java.lang.String portletId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
PortletPreferences findByP_P_First(long plid, java.lang.String portletId, com.liferay.portal.kernel.util.OrderByComparator obc) throws NoSuchPortletPreferencesException, com.liferay.portal.SystemException
NoSuchPortletPreferencesException
com.liferay.portal.SystemException
PortletPreferences findByP_P_Last(long plid, java.lang.String portletId, com.liferay.portal.kernel.util.OrderByComparator obc) throws NoSuchPortletPreferencesException, com.liferay.portal.SystemException
NoSuchPortletPreferencesException
com.liferay.portal.SystemException
PortletPreferences[] findByP_P_PrevAndNext(long portletPreferencesId, long plid, java.lang.String portletId, com.liferay.portal.kernel.util.OrderByComparator obc) throws NoSuchPortletPreferencesException, com.liferay.portal.SystemException
NoSuchPortletPreferencesException
com.liferay.portal.SystemException
java.util.List<PortletPreferences> findByO_O_P(long ownerId, int ownerType, long plid) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<PortletPreferences> findByO_O_P(long ownerId, int ownerType, long plid, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<PortletPreferences> findByO_O_P(long ownerId, int ownerType, long plid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
PortletPreferences findByO_O_P_First(long ownerId, int ownerType, long plid, com.liferay.portal.kernel.util.OrderByComparator obc) throws NoSuchPortletPreferencesException, com.liferay.portal.SystemException
NoSuchPortletPreferencesException
com.liferay.portal.SystemException
PortletPreferences findByO_O_P_Last(long ownerId, int ownerType, long plid, com.liferay.portal.kernel.util.OrderByComparator obc) throws NoSuchPortletPreferencesException, com.liferay.portal.SystemException
NoSuchPortletPreferencesException
com.liferay.portal.SystemException
PortletPreferences[] findByO_O_P_PrevAndNext(long portletPreferencesId, long ownerId, int ownerType, long plid, com.liferay.portal.kernel.util.OrderByComparator obc) throws NoSuchPortletPreferencesException, com.liferay.portal.SystemException
NoSuchPortletPreferencesException
com.liferay.portal.SystemException
PortletPreferences findByO_O_P_P(long ownerId, int ownerType, long plid, java.lang.String portletId) throws NoSuchPortletPreferencesException, com.liferay.portal.SystemException
NoSuchPortletPreferencesException
com.liferay.portal.SystemException
PortletPreferences fetchByO_O_P_P(long ownerId, int ownerType, long plid, java.lang.String portletId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
PortletPreferences fetchByO_O_P_P(long ownerId, int ownerType, long plid, java.lang.String portletId, boolean retrieveFromCache) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<PortletPreferences> findAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<PortletPreferences> findAll(int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<PortletPreferences> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByPlid(long plid) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByP_P(long plid, java.lang.String portletId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByO_O_P(long ownerId, int ownerType, long plid) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByO_O_P_P(long ownerId, int ownerType, long plid, java.lang.String portletId) throws NoSuchPortletPreferencesException, com.liferay.portal.SystemException
NoSuchPortletPreferencesException
com.liferay.portal.SystemException
void removeAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByPlid(long plid) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByP_P(long plid, java.lang.String portletId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByO_O_P(long ownerId, int ownerType, long plid) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByO_O_P_P(long ownerId, int ownerType, long plid, java.lang.String portletId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |