|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LayoutSetPersistence
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
LayoutSetPersistenceImpl
,
LayoutSetUtil
Method Summary | |
---|---|
void |
cacheResult(LayoutSet layoutSet)
|
void |
cacheResult(java.util.List<LayoutSet> layoutSets)
|
void |
clearCache()
|
int |
countAll()
|
int |
countByG_P(long groupId,
boolean privateLayout)
|
int |
countByGroupId(long groupId)
|
int |
countByVirtualHost(java.lang.String virtualHost)
|
LayoutSet |
create(long layoutSetId)
|
LayoutSet |
fetchByG_P(long groupId,
boolean privateLayout)
|
LayoutSet |
fetchByG_P(long groupId,
boolean privateLayout,
boolean retrieveFromCache)
|
LayoutSet |
fetchByPrimaryKey(long layoutSetId)
|
LayoutSet |
fetchByVirtualHost(java.lang.String virtualHost)
|
LayoutSet |
fetchByVirtualHost(java.lang.String virtualHost,
boolean retrieveFromCache)
|
java.util.List<LayoutSet> |
findAll()
|
java.util.List<LayoutSet> |
findAll(int start,
int end)
|
java.util.List<LayoutSet> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
LayoutSet |
findByG_P(long groupId,
boolean privateLayout)
|
LayoutSet |
findByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
LayoutSet |
findByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
LayoutSet[] |
findByGroupId_PrevAndNext(long layoutSetId,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<LayoutSet> |
findByGroupId(long groupId)
|
java.util.List<LayoutSet> |
findByGroupId(long groupId,
int start,
int end)
|
java.util.List<LayoutSet> |
findByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
LayoutSet |
findByPrimaryKey(long layoutSetId)
|
LayoutSet |
findByVirtualHost(java.lang.String virtualHost)
|
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)
|
LayoutSet |
remove(LayoutSet layoutSet)
|
LayoutSet |
remove(long layoutSetId)
|
void |
removeAll()
|
void |
removeByG_P(long groupId,
boolean privateLayout)
|
void |
removeByGroupId(long groupId)
|
void |
removeByVirtualHost(java.lang.String virtualHost)
|
LayoutSet |
update(LayoutSet layoutSet)
Deprecated. Use update(LayoutSet, boolean merge) . |
LayoutSet |
update(LayoutSet layoutSet,
boolean merge)
Add, update, or merge, the entity. |
LayoutSet |
updateImpl(LayoutSet layoutSet,
boolean merge)
|
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
---|
getListeners, registerListener, unregisterListener |
Method Detail |
---|
void cacheResult(LayoutSet layoutSet)
void cacheResult(java.util.List<LayoutSet> layoutSets)
void clearCache()
clearCache
in interface BasePersistence
LayoutSet create(long layoutSetId)
LayoutSet remove(long layoutSetId) throws NoSuchLayoutSetException, com.liferay.portal.SystemException
NoSuchLayoutSetException
com.liferay.portal.SystemException
LayoutSet remove(LayoutSet layoutSet) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
LayoutSet update(LayoutSet layoutSet) throws com.liferay.portal.SystemException
update(LayoutSet, boolean merge)
.
com.liferay.portal.SystemException
LayoutSet update(LayoutSet layoutSet, boolean merge) throws com.liferay.portal.SystemException
layoutSet
- 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 layoutSet is transient. See
LEP-5473 for a detailed discussion of this method.
com.liferay.portal.SystemException
LayoutSet updateImpl(LayoutSet layoutSet, boolean merge) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
LayoutSet findByPrimaryKey(long layoutSetId) throws NoSuchLayoutSetException, com.liferay.portal.SystemException
NoSuchLayoutSetException
com.liferay.portal.SystemException
LayoutSet fetchByPrimaryKey(long layoutSetId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<LayoutSet> findByGroupId(long groupId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<LayoutSet> findByGroupId(long groupId, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<LayoutSet> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
LayoutSet findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator obc) throws NoSuchLayoutSetException, com.liferay.portal.SystemException
NoSuchLayoutSetException
com.liferay.portal.SystemException
LayoutSet findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator obc) throws NoSuchLayoutSetException, com.liferay.portal.SystemException
NoSuchLayoutSetException
com.liferay.portal.SystemException
LayoutSet[] findByGroupId_PrevAndNext(long layoutSetId, long groupId, com.liferay.portal.kernel.util.OrderByComparator obc) throws NoSuchLayoutSetException, com.liferay.portal.SystemException
NoSuchLayoutSetException
com.liferay.portal.SystemException
LayoutSet findByVirtualHost(java.lang.String virtualHost) throws NoSuchLayoutSetException, com.liferay.portal.SystemException
NoSuchLayoutSetException
com.liferay.portal.SystemException
LayoutSet fetchByVirtualHost(java.lang.String virtualHost) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
LayoutSet fetchByVirtualHost(java.lang.String virtualHost, boolean retrieveFromCache) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
LayoutSet findByG_P(long groupId, boolean privateLayout) throws NoSuchLayoutSetException, com.liferay.portal.SystemException
NoSuchLayoutSetException
com.liferay.portal.SystemException
LayoutSet fetchByG_P(long groupId, boolean privateLayout) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
LayoutSet fetchByG_P(long groupId, boolean privateLayout, 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<LayoutSet> findAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<LayoutSet> findAll(int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<LayoutSet> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByGroupId(long groupId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByVirtualHost(java.lang.String virtualHost) throws NoSuchLayoutSetException, com.liferay.portal.SystemException
NoSuchLayoutSetException
com.liferay.portal.SystemException
void removeByG_P(long groupId, boolean privateLayout) throws NoSuchLayoutSetException, com.liferay.portal.SystemException
NoSuchLayoutSetException
com.liferay.portal.SystemException
void removeAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByGroupId(long groupId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByVirtualHost(java.lang.String virtualHost) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByG_P(long groupId, boolean privateLayout) 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 |