|
Liferay 6.1.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.persistence.impl.BasePersistenceImpl<LayoutRevision>
com.liferay.portal.service.persistence.LayoutRevisionPersistenceImpl
public class LayoutRevisionPersistenceImpl
The persistence implementation for the layout revision service.
Caching information and settings can be found in portal.properties
LayoutRevisionPersistence,
LayoutRevisionUtil| Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
|---|
COUNT_COLUMN_NAME, FINDER_ARGS_EMPTY, listeners, ORDER_BY_ASC, ORDER_BY_ASC_HAS_NEXT, ORDER_BY_CLAUSE, ORDER_BY_DESC, ORDER_BY_DESC_HAS_NEXT, WHERE_AND, WHERE_GREATER_THAN, WHERE_GREATER_THAN_HAS_NEXT, WHERE_LESSER_THAN, WHERE_LESSER_THAN_HAS_NEXT, WHERE_OR |
| Constructor Summary | |
|---|---|
LayoutRevisionPersistenceImpl()
|
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
Initializes the layout revision persistence. |
void |
cacheResult(LayoutRevision layoutRevision)
Caches the layout revision in the entity cache if it is enabled. |
void |
cacheResult(List<LayoutRevision> layoutRevisions)
Caches the layout revisions in the entity cache if it is enabled. |
void |
clearCache()
Clears the cache for all layout revisions. |
void |
clearCache(LayoutRevision layoutRevision)
Clears the cache for the layout revision. |
int |
countAll()
Returns the number of layout revisions. |
int |
countByL_H_P(long layoutSetBranchId,
boolean head,
long plid)
Returns the number of layout revisions where layoutSetBranchId = ? and head = ? and plid = ?. |
int |
countByL_H(long layoutSetBranchId,
boolean head)
Returns the number of layout revisions where layoutSetBranchId = ? and head = ?. |
int |
countByL_L_P(long layoutSetBranchId,
long layoutBranchId,
long plid)
Returns the number of layout revisions where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?. |
int |
countByL_P_P(long layoutSetBranchId,
long parentLayoutRevisionId,
long plid)
Returns the number of layout revisions where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?. |
int |
countByL_P_S(long layoutSetBranchId,
long plid,
int status)
Returns the number of layout revisions where layoutSetBranchId = ? and plid = ? and status = ?. |
int |
countByL_P(long layoutSetBranchId,
long plid)
Returns the number of layout revisions where layoutSetBranchId = ? and plid = ?. |
int |
countByL_S(long layoutSetBranchId,
int status)
Returns the number of layout revisions where layoutSetBranchId = ? and status = ?. |
int |
countByLayoutSetBranchId(long layoutSetBranchId)
Returns the number of layout revisions where layoutSetBranchId = ?. |
int |
countByPlid(long plid)
Returns the number of layout revisions where plid = ?. |
LayoutRevision |
create(long layoutRevisionId)
Creates a new layout revision with the primary key. |
void |
destroy()
|
LayoutRevision |
fetchByL_H_P(long layoutSetBranchId,
boolean head,
long plid)
Returns the layout revision where layoutSetBranchId = ? and head = ? and plid = ? or returns null if it could not be found. |
LayoutRevision |
fetchByL_H_P(long layoutSetBranchId,
boolean head,
long plid,
boolean retrieveFromCache)
Returns the layout revision where layoutSetBranchId = ? and head = ? and plid = ? or returns null if it could not be found, optionally using the finder cache. |
LayoutRevision |
fetchByPrimaryKey(long layoutRevisionId)
Returns the layout revision with the primary key or returns null if it could not be found. |
LayoutRevision |
fetchByPrimaryKey(Serializable primaryKey)
Returns the layout revision with the primary key or returns null if it could not be found. |
List<LayoutRevision> |
findAll()
Returns all the layout revisions. |
List<LayoutRevision> |
findAll(int start,
int end)
Returns a range of all the layout revisions. |
List<LayoutRevision> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout revisions. |
LayoutRevision |
findByL_H_First(long layoutSetBranchId,
boolean head,
OrderByComparator orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ?. |
LayoutRevision |
findByL_H_Last(long layoutSetBranchId,
boolean head,
OrderByComparator orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ?. |
LayoutRevision |
findByL_H_P(long layoutSetBranchId,
boolean head,
long plid)
Returns the layout revision where layoutSetBranchId = ? and head = ? and plid = ? or throws a NoSuchLayoutRevisionException if it could not be found. |
LayoutRevision[] |
findByL_H_PrevAndNext(long layoutRevisionId,
long layoutSetBranchId,
boolean head,
OrderByComparator orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and head = ?. |
List<LayoutRevision> |
findByL_H(long layoutSetBranchId,
boolean head)
Returns all the layout revisions where layoutSetBranchId = ? and head = ?. |
List<LayoutRevision> |
findByL_H(long layoutSetBranchId,
boolean head,
int start,
int end)
Returns a range of all the layout revisions where layoutSetBranchId = ? and head = ?. |
List<LayoutRevision> |
findByL_H(long layoutSetBranchId,
boolean head,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and head = ?. |
LayoutRevision |
findByL_L_P_First(long layoutSetBranchId,
long layoutBranchId,
long plid,
OrderByComparator orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?. |
LayoutRevision |
findByL_L_P_Last(long layoutSetBranchId,
long layoutBranchId,
long plid,
OrderByComparator orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?. |
LayoutRevision[] |
findByL_L_P_PrevAndNext(long layoutRevisionId,
long layoutSetBranchId,
long layoutBranchId,
long plid,
OrderByComparator orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?. |
List<LayoutRevision> |
findByL_L_P(long layoutSetBranchId,
long layoutBranchId,
long plid)
Returns all the layout revisions where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?. |
List<LayoutRevision> |
findByL_L_P(long layoutSetBranchId,
long layoutBranchId,
long plid,
int start,
int end)
Returns a range of all the layout revisions where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?. |
List<LayoutRevision> |
findByL_L_P(long layoutSetBranchId,
long layoutBranchId,
long plid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?. |
LayoutRevision |
findByL_P_First(long layoutSetBranchId,
long plid,
OrderByComparator orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ?. |
LayoutRevision |
findByL_P_Last(long layoutSetBranchId,
long plid,
OrderByComparator orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ?. |
LayoutRevision |
findByL_P_P_First(long layoutSetBranchId,
long parentLayoutRevisionId,
long plid,
OrderByComparator orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?. |
LayoutRevision |
findByL_P_P_Last(long layoutSetBranchId,
long parentLayoutRevisionId,
long plid,
OrderByComparator orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?. |
LayoutRevision[] |
findByL_P_P_PrevAndNext(long layoutRevisionId,
long layoutSetBranchId,
long parentLayoutRevisionId,
long plid,
OrderByComparator orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?. |
List<LayoutRevision> |
findByL_P_P(long layoutSetBranchId,
long parentLayoutRevisionId,
long plid)
Returns all the layout revisions where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?. |
List<LayoutRevision> |
findByL_P_P(long layoutSetBranchId,
long parentLayoutRevisionId,
long plid,
int start,
int end)
Returns a range of all the layout revisions where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?. |
List<LayoutRevision> |
findByL_P_P(long layoutSetBranchId,
long parentLayoutRevisionId,
long plid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?. |
LayoutRevision[] |
findByL_P_PrevAndNext(long layoutRevisionId,
long layoutSetBranchId,
long plid,
OrderByComparator orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and plid = ?. |
LayoutRevision |
findByL_P_S_First(long layoutSetBranchId,
long plid,
int status,
OrderByComparator orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?. |
LayoutRevision |
findByL_P_S_Last(long layoutSetBranchId,
long plid,
int status,
OrderByComparator orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?. |
LayoutRevision[] |
findByL_P_S_PrevAndNext(long layoutRevisionId,
long layoutSetBranchId,
long plid,
int status,
OrderByComparator orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?. |
List<LayoutRevision> |
findByL_P_S(long layoutSetBranchId,
long plid,
int status)
Returns all the layout revisions where layoutSetBranchId = ? and plid = ? and status = ?. |
List<LayoutRevision> |
findByL_P_S(long layoutSetBranchId,
long plid,
int status,
int start,
int end)
Returns a range of all the layout revisions where layoutSetBranchId = ? and plid = ? and status = ?. |
List<LayoutRevision> |
findByL_P_S(long layoutSetBranchId,
long plid,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and plid = ? and status = ?. |
List<LayoutRevision> |
findByL_P(long layoutSetBranchId,
long plid)
Returns all the layout revisions where layoutSetBranchId = ? and plid = ?. |
List<LayoutRevision> |
findByL_P(long layoutSetBranchId,
long plid,
int start,
int end)
Returns a range of all the layout revisions where layoutSetBranchId = ? and plid = ?. |
List<LayoutRevision> |
findByL_P(long layoutSetBranchId,
long plid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and plid = ?. |
LayoutRevision |
findByL_S_First(long layoutSetBranchId,
int status,
OrderByComparator orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ? and status = ?. |
LayoutRevision |
findByL_S_Last(long layoutSetBranchId,
int status,
OrderByComparator orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ? and status = ?. |
LayoutRevision[] |
findByL_S_PrevAndNext(long layoutRevisionId,
long layoutSetBranchId,
int status,
OrderByComparator orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and status = ?. |
List<LayoutRevision> |
findByL_S(long layoutSetBranchId,
int status)
Returns all the layout revisions where layoutSetBranchId = ? and status = ?. |
List<LayoutRevision> |
findByL_S(long layoutSetBranchId,
int status,
int start,
int end)
Returns a range of all the layout revisions where layoutSetBranchId = ? and status = ?. |
List<LayoutRevision> |
findByL_S(long layoutSetBranchId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and status = ?. |
LayoutRevision |
findByLayoutSetBranchId_First(long layoutSetBranchId,
OrderByComparator orderByComparator)
Returns the first layout revision in the ordered set where layoutSetBranchId = ?. |
LayoutRevision |
findByLayoutSetBranchId_Last(long layoutSetBranchId,
OrderByComparator orderByComparator)
Returns the last layout revision in the ordered set where layoutSetBranchId = ?. |
LayoutRevision[] |
findByLayoutSetBranchId_PrevAndNext(long layoutRevisionId,
long layoutSetBranchId,
OrderByComparator orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ?. |
List<LayoutRevision> |
findByLayoutSetBranchId(long layoutSetBranchId)
Returns all the layout revisions where layoutSetBranchId = ?. |
List<LayoutRevision> |
findByLayoutSetBranchId(long layoutSetBranchId,
int start,
int end)
Returns a range of all the layout revisions where layoutSetBranchId = ?. |
List<LayoutRevision> |
findByLayoutSetBranchId(long layoutSetBranchId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout revisions where layoutSetBranchId = ?. |
LayoutRevision |
findByPlid_First(long plid,
OrderByComparator orderByComparator)
Returns the first layout revision in the ordered set where plid = ?. |
LayoutRevision |
findByPlid_Last(long plid,
OrderByComparator orderByComparator)
Returns the last layout revision in the ordered set where plid = ?. |
LayoutRevision[] |
findByPlid_PrevAndNext(long layoutRevisionId,
long plid,
OrderByComparator orderByComparator)
Returns the layout revisions before and after the current layout revision in the ordered set where plid = ?. |
List<LayoutRevision> |
findByPlid(long plid)
Returns all the layout revisions where plid = ?. |
List<LayoutRevision> |
findByPlid(long plid,
int start,
int end)
Returns a range of all the layout revisions where plid = ?. |
List<LayoutRevision> |
findByPlid(long plid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout revisions where plid = ?. |
LayoutRevision |
findByPrimaryKey(long layoutRevisionId)
Returns the layout revision with the primary key or throws a NoSuchLayoutRevisionException if it could not be found. |
LayoutRevision |
findByPrimaryKey(Serializable primaryKey)
Returns the layout revision with the primary key or throws a NoSuchModelException if it could not be found. |
protected LayoutRevision |
getByL_H_PrevAndNext(Session session,
LayoutRevision layoutRevision,
long layoutSetBranchId,
boolean head,
OrderByComparator orderByComparator,
boolean previous)
|
protected LayoutRevision |
getByL_L_P_PrevAndNext(Session session,
LayoutRevision layoutRevision,
long layoutSetBranchId,
long layoutBranchId,
long plid,
OrderByComparator orderByComparator,
boolean previous)
|
protected LayoutRevision |
getByL_P_P_PrevAndNext(Session session,
LayoutRevision layoutRevision,
long layoutSetBranchId,
long parentLayoutRevisionId,
long plid,
OrderByComparator orderByComparator,
boolean previous)
|
protected LayoutRevision |
getByL_P_PrevAndNext(Session session,
LayoutRevision layoutRevision,
long layoutSetBranchId,
long plid,
OrderByComparator orderByComparator,
boolean previous)
|
protected LayoutRevision |
getByL_P_S_PrevAndNext(Session session,
LayoutRevision layoutRevision,
long layoutSetBranchId,
long plid,
int status,
OrderByComparator orderByComparator,
boolean previous)
|
protected LayoutRevision |
getByL_S_PrevAndNext(Session session,
LayoutRevision layoutRevision,
long layoutSetBranchId,
int status,
OrderByComparator orderByComparator,
boolean previous)
|
protected LayoutRevision |
getByLayoutSetBranchId_PrevAndNext(Session session,
LayoutRevision layoutRevision,
long layoutSetBranchId,
OrderByComparator orderByComparator,
boolean previous)
|
protected LayoutRevision |
getByPlid_PrevAndNext(Session session,
LayoutRevision layoutRevision,
long plid,
OrderByComparator orderByComparator,
boolean previous)
|
LayoutRevision |
remove(LayoutRevision layoutRevision)
Removes the layout revision from the database. |
LayoutRevision |
remove(long layoutRevisionId)
Removes the layout revision with the primary key from the database. |
LayoutRevision |
remove(Serializable primaryKey)
Removes the layout revision with the primary key from the database. |
void |
removeAll()
Removes all the layout revisions from the database. |
void |
removeByL_H_P(long layoutSetBranchId,
boolean head,
long plid)
Removes the layout revision where layoutSetBranchId = ? and head = ? and plid = ? from the database. |
void |
removeByL_H(long layoutSetBranchId,
boolean head)
Removes all the layout revisions where layoutSetBranchId = ? and head = ? from the database. |
void |
removeByL_L_P(long layoutSetBranchId,
long layoutBranchId,
long plid)
Removes all the layout revisions where layoutSetBranchId = ? and layoutBranchId = ? and plid = ? from the database. |
void |
removeByL_P_P(long layoutSetBranchId,
long parentLayoutRevisionId,
long plid)
Removes all the layout revisions where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ? from the database. |
void |
removeByL_P_S(long layoutSetBranchId,
long plid,
int status)
Removes all the layout revisions where layoutSetBranchId = ? and plid = ? and status = ? from the database. |
void |
removeByL_P(long layoutSetBranchId,
long plid)
Removes all the layout revisions where layoutSetBranchId = ? and plid = ? from the database. |
void |
removeByL_S(long layoutSetBranchId,
int status)
Removes all the layout revisions where layoutSetBranchId = ? and status = ? from the database. |
void |
removeByLayoutSetBranchId(long layoutSetBranchId)
Removes all the layout revisions where layoutSetBranchId = ? from the database. |
void |
removeByPlid(long plid)
Removes all the layout revisions where plid = ? from the database. |
protected LayoutRevision |
removeImpl(LayoutRevision layoutRevision)
Removes the model instance from the database. |
protected LayoutRevision |
toUnwrappedModel(LayoutRevision layoutRevision)
|
LayoutRevision |
updateImpl(LayoutRevision layoutRevision,
boolean merge)
Updates the model instance in the database or adds it if it does not yet exist. |
| Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
|---|
appendOrderByComparator, closeSession, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getDB, getDialect, getListeners, openNewSession, openSession, processException, registerListener, setDataSource, setSessionFactory, unregisterListener, update, update |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
|---|
closeSession, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, openSession, processException, registerListener, setDataSource, unregisterListener, update, update |
| Field Detail |
|---|
public static final String FINDER_CLASS_NAME_ENTITY
public static final String FINDER_CLASS_NAME_LIST_WITH_PAGINATION
public static final String FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_LAYOUTSETBRANCHID
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_LAYOUTSETBRANCHID
public static final FinderPath FINDER_PATH_COUNT_BY_LAYOUTSETBRANCHID
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_PLID
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_PLID
public static final FinderPath FINDER_PATH_COUNT_BY_PLID
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_L_H
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_L_H
public static final FinderPath FINDER_PATH_COUNT_BY_L_H
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_L_P
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_L_P
public static final FinderPath FINDER_PATH_COUNT_BY_L_P
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_L_S
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_L_S
public static final FinderPath FINDER_PATH_COUNT_BY_L_S
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_L_L_P
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_L_L_P
public static final FinderPath FINDER_PATH_COUNT_BY_L_L_P
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_L_P_P
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_L_P_P
public static final FinderPath FINDER_PATH_COUNT_BY_L_P_P
public static final FinderPath FINDER_PATH_FETCH_BY_L_H_P
public static final FinderPath FINDER_PATH_COUNT_BY_L_H_P
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_L_P_S
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_L_P_S
public static final FinderPath FINDER_PATH_COUNT_BY_L_P_S
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_ALL
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL
public static final FinderPath FINDER_PATH_COUNT_ALL
@BeanReference(type=AccountPersistence.class) protected AccountPersistence accountPersistence
@BeanReference(type=AddressPersistence.class) protected AddressPersistence addressPersistence
@BeanReference(type=BrowserTrackerPersistence.class) protected BrowserTrackerPersistence browserTrackerPersistence
@BeanReference(type=ClassNamePersistence.class) protected ClassNamePersistence classNamePersistence
@BeanReference(type=ClusterGroupPersistence.class) protected ClusterGroupPersistence clusterGroupPersistence
@BeanReference(type=CompanyPersistence.class) protected CompanyPersistence companyPersistence
@BeanReference(type=ContactPersistence.class) protected ContactPersistence contactPersistence
@BeanReference(type=CountryPersistence.class) protected CountryPersistence countryPersistence
@BeanReference(type=EmailAddressPersistence.class) protected EmailAddressPersistence emailAddressPersistence
@BeanReference(type=GroupPersistence.class) protected GroupPersistence groupPersistence
@BeanReference(type=ImagePersistence.class) protected ImagePersistence imagePersistence
@BeanReference(type=LayoutPersistence.class) protected LayoutPersistence layoutPersistence
@BeanReference(type=LayoutBranchPersistence.class) protected LayoutBranchPersistence layoutBranchPersistence
@BeanReference(type=LayoutPrototypePersistence.class) protected LayoutPrototypePersistence layoutPrototypePersistence
@BeanReference(type=LayoutRevisionPersistence.class) protected LayoutRevisionPersistence layoutRevisionPersistence
@BeanReference(type=LayoutSetPersistence.class) protected LayoutSetPersistence layoutSetPersistence
@BeanReference(type=LayoutSetBranchPersistence.class) protected LayoutSetBranchPersistence layoutSetBranchPersistence
@BeanReference(type=LayoutSetPrototypePersistence.class) protected LayoutSetPrototypePersistence layoutSetPrototypePersistence
@BeanReference(type=ListTypePersistence.class) protected ListTypePersistence listTypePersistence
@BeanReference(type=LockPersistence.class) protected LockPersistence lockPersistence
@BeanReference(type=MembershipRequestPersistence.class) protected MembershipRequestPersistence membershipRequestPersistence
@BeanReference(type=OrganizationPersistence.class) protected OrganizationPersistence organizationPersistence
@BeanReference(type=OrgGroupPermissionPersistence.class) protected OrgGroupPermissionPersistence orgGroupPermissionPersistence
@BeanReference(type=OrgGroupRolePersistence.class) protected OrgGroupRolePersistence orgGroupRolePersistence
@BeanReference(type=OrgLaborPersistence.class) protected OrgLaborPersistence orgLaborPersistence
@BeanReference(type=PasswordPolicyPersistence.class) protected PasswordPolicyPersistence passwordPolicyPersistence
@BeanReference(type=PasswordPolicyRelPersistence.class) protected PasswordPolicyRelPersistence passwordPolicyRelPersistence
@BeanReference(type=PasswordTrackerPersistence.class) protected PasswordTrackerPersistence passwordTrackerPersistence
@BeanReference(type=PermissionPersistence.class) protected PermissionPersistence permissionPersistence
@BeanReference(type=PhonePersistence.class) protected PhonePersistence phonePersistence
@BeanReference(type=PluginSettingPersistence.class) protected PluginSettingPersistence pluginSettingPersistence
@BeanReference(type=PortalPreferencesPersistence.class) protected PortalPreferencesPersistence portalPreferencesPersistence
@BeanReference(type=PortletPersistence.class) protected PortletPersistence portletPersistence
@BeanReference(type=PortletItemPersistence.class) protected PortletItemPersistence portletItemPersistence
@BeanReference(type=PortletPreferencesPersistence.class) protected PortletPreferencesPersistence portletPreferencesPersistence
@BeanReference(type=RegionPersistence.class) protected RegionPersistence regionPersistence
@BeanReference(type=ReleasePersistence.class) protected ReleasePersistence releasePersistence
@BeanReference(type=RepositoryPersistence.class) protected RepositoryPersistence repositoryPersistence
@BeanReference(type=RepositoryEntryPersistence.class) protected RepositoryEntryPersistence repositoryEntryPersistence
@BeanReference(type=ResourcePersistence.class) protected ResourcePersistence resourcePersistence
@BeanReference(type=ResourceActionPersistence.class) protected ResourceActionPersistence resourceActionPersistence
@BeanReference(type=ResourceBlockPersistence.class) protected ResourceBlockPersistence resourceBlockPersistence
@BeanReference(type=ResourceBlockPermissionPersistence.class) protected ResourceBlockPermissionPersistence resourceBlockPermissionPersistence
@BeanReference(type=ResourceCodePersistence.class) protected ResourceCodePersistence resourceCodePersistence
@BeanReference(type=ResourcePermissionPersistence.class) protected ResourcePermissionPersistence resourcePermissionPersistence
@BeanReference(type=ResourceTypePermissionPersistence.class) protected ResourceTypePermissionPersistence resourceTypePermissionPersistence
@BeanReference(type=RolePersistence.class) protected RolePersistence rolePersistence
@BeanReference(type=ServiceComponentPersistence.class) protected ServiceComponentPersistence serviceComponentPersistence
@BeanReference(type=ShardPersistence.class) protected ShardPersistence shardPersistence
@BeanReference(type=SubscriptionPersistence.class) protected SubscriptionPersistence subscriptionPersistence
@BeanReference(type=TeamPersistence.class) protected TeamPersistence teamPersistence
@BeanReference(type=TicketPersistence.class) protected TicketPersistence ticketPersistence
@BeanReference(type=UserPersistence.class) protected UserPersistence userPersistence
@BeanReference(type=UserGroupPersistence.class) protected UserGroupPersistence userGroupPersistence
@BeanReference(type=UserGroupGroupRolePersistence.class) protected UserGroupGroupRolePersistence userGroupGroupRolePersistence
@BeanReference(type=UserGroupRolePersistence.class) protected UserGroupRolePersistence userGroupRolePersistence
@BeanReference(type=UserIdMapperPersistence.class) protected UserIdMapperPersistence userIdMapperPersistence
@BeanReference(type=UserNotificationEventPersistence.class) protected UserNotificationEventPersistence userNotificationEventPersistence
@BeanReference(type=UserTrackerPersistence.class) protected UserTrackerPersistence userTrackerPersistence
@BeanReference(type=UserTrackerPathPersistence.class) protected UserTrackerPathPersistence userTrackerPathPersistence
@BeanReference(type=VirtualHostPersistence.class) protected VirtualHostPersistence virtualHostPersistence
@BeanReference(type=WebDAVPropsPersistence.class) protected WebDAVPropsPersistence webDAVPropsPersistence
@BeanReference(type=WebsitePersistence.class) protected WebsitePersistence websitePersistence
@BeanReference(type=WorkflowDefinitionLinkPersistence.class) protected WorkflowDefinitionLinkPersistence workflowDefinitionLinkPersistence
@BeanReference(type=WorkflowInstanceLinkPersistence.class) protected WorkflowInstanceLinkPersistence workflowInstanceLinkPersistence
| Constructor Detail |
|---|
public LayoutRevisionPersistenceImpl()
| Method Detail |
|---|
public void cacheResult(LayoutRevision layoutRevision)
cacheResult in interface LayoutRevisionPersistencelayoutRevision - the layout revisionpublic void cacheResult(List<LayoutRevision> layoutRevisions)
cacheResult in interface LayoutRevisionPersistencelayoutRevisions - the layout revisionspublic void clearCache()
The EntityCache and FinderCache are both cleared by this method.
clearCache in interface BasePersistence<LayoutRevision>clearCache in class BasePersistenceImpl<LayoutRevision>public void clearCache(LayoutRevision layoutRevision)
The EntityCache and FinderCache are both cleared by this method.
clearCache in interface BasePersistence<LayoutRevision>clearCache in class BasePersistenceImpl<LayoutRevision>layoutRevision - the instance of this model to clear the cache forpublic LayoutRevision create(long layoutRevisionId)
create in interface LayoutRevisionPersistencelayoutRevisionId - the primary key for the new layout revision
public LayoutRevision remove(Serializable primaryKey)
throws NoSuchModelException,
SystemException
remove in interface BasePersistence<LayoutRevision>remove in class BasePersistenceImpl<LayoutRevision>primaryKey - the primary key of the layout revision
NoSuchModelException - if a layout revision with the primary key could not be found
SystemException - if a system exception occurred
public LayoutRevision remove(long layoutRevisionId)
throws NoSuchLayoutRevisionException,
SystemException
remove in interface LayoutRevisionPersistencelayoutRevisionId - the primary key of the layout revision
NoSuchLayoutRevisionException - if a layout revision with the primary key could not be found
SystemException - if a system exception occurred
public LayoutRevision remove(LayoutRevision layoutRevision)
throws SystemException
remove in interface BasePersistence<LayoutRevision>remove in interface LayoutRevisionPersistenceremove in class BasePersistenceImpl<LayoutRevision>layoutRevision - the layout revision
SystemException - if a system exception occurred
protected LayoutRevision removeImpl(LayoutRevision layoutRevision)
throws SystemException
BasePersistenceImplBasePersistenceImpl.update(BaseModel,
boolean) depends on this method to implement the remove operation; it
only notifies the model listeners.
removeImpl in class BasePersistenceImpl<LayoutRevision>layoutRevision - the model instance to remove
SystemException - if a system exception occurred
public LayoutRevision updateImpl(LayoutRevision layoutRevision,
boolean merge)
throws SystemException
BasePersistenceImplBasePersistenceImpl.remove(BaseModel) depends on this method to implement the
update operation; it only notifies the model listeners.
updateImpl in interface LayoutRevisionPersistenceupdateImpl in class BasePersistenceImpl<LayoutRevision>layoutRevision - the model instance to updatemerge - whether to merge the model instance with the current
session. See BatchSession.update(
com.liferay.portal.kernel.dao.orm.Session, BaseModel, boolean)
for an explanation.
SystemException - if a system exception occurredprotected LayoutRevision toUnwrappedModel(LayoutRevision layoutRevision)
public LayoutRevision findByPrimaryKey(Serializable primaryKey)
throws NoSuchModelException,
SystemException
NoSuchModelException if it could not be found.
findByPrimaryKey in interface BasePersistence<LayoutRevision>findByPrimaryKey in class BasePersistenceImpl<LayoutRevision>primaryKey - the primary key of the layout revision
NoSuchModelException - if a layout revision with the primary key could not be found
SystemException - if a system exception occurred
public LayoutRevision findByPrimaryKey(long layoutRevisionId)
throws NoSuchLayoutRevisionException,
SystemException
NoSuchLayoutRevisionException if it could not be found.
findByPrimaryKey in interface LayoutRevisionPersistencelayoutRevisionId - the primary key of the layout revision
NoSuchLayoutRevisionException - if a layout revision with the primary key could not be found
SystemException - if a system exception occurred
public LayoutRevision fetchByPrimaryKey(Serializable primaryKey)
throws SystemException
null if it could not be found.
fetchByPrimaryKey in interface BasePersistence<LayoutRevision>fetchByPrimaryKey in class BasePersistenceImpl<LayoutRevision>primaryKey - the primary key of the layout revision
null if a layout revision with the primary key could not be found
SystemException - if a system exception occurred
public LayoutRevision fetchByPrimaryKey(long layoutRevisionId)
throws SystemException
null if it could not be found.
fetchByPrimaryKey in interface LayoutRevisionPersistencelayoutRevisionId - the primary key of the layout revision
null if a layout revision with the primary key could not be found
SystemException - if a system exception occurred
public List<LayoutRevision> findByLayoutSetBranchId(long layoutSetBranchId)
throws SystemException
findByLayoutSetBranchId in interface LayoutRevisionPersistencelayoutSetBranchId - the layout set branch ID
SystemException - if a system exception occurred
public List<LayoutRevision> findByLayoutSetBranchId(long layoutSetBranchId,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByLayoutSetBranchId in interface LayoutRevisionPersistencelayoutSetBranchId - the layout set branch IDstart - the lower bound of the range of layout revisionsend - the upper bound of the range of layout revisions (not inclusive)
SystemException - if a system exception occurred
public List<LayoutRevision> findByLayoutSetBranchId(long layoutSetBranchId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByLayoutSetBranchId in interface LayoutRevisionPersistencelayoutSetBranchId - the layout set branch IDstart - the lower bound of the range of layout revisionsend - the upper bound of the range of layout revisions (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
public LayoutRevision findByLayoutSetBranchId_First(long layoutSetBranchId,
OrderByComparator orderByComparator)
throws NoSuchLayoutRevisionException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByLayoutSetBranchId_First in interface LayoutRevisionPersistencelayoutSetBranchId - the layout set branch IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchLayoutRevisionException - if a matching layout revision could not be found
SystemException - if a system exception occurred
public LayoutRevision findByLayoutSetBranchId_Last(long layoutSetBranchId,
OrderByComparator orderByComparator)
throws NoSuchLayoutRevisionException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByLayoutSetBranchId_Last in interface LayoutRevisionPersistencelayoutSetBranchId - the layout set branch IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchLayoutRevisionException - if a matching layout revision could not be found
SystemException - if a system exception occurred
public LayoutRevision[] findByLayoutSetBranchId_PrevAndNext(long layoutRevisionId,
long layoutSetBranchId,
OrderByComparator orderByComparator)
throws NoSuchLayoutRevisionException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByLayoutSetBranchId_PrevAndNext in interface LayoutRevisionPersistencelayoutRevisionId - the primary key of the current layout revisionlayoutSetBranchId - the layout set branch IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchLayoutRevisionException - if a layout revision with the primary key could not be found
SystemException - if a system exception occurred
protected LayoutRevision getByLayoutSetBranchId_PrevAndNext(Session session,
LayoutRevision layoutRevision,
long layoutSetBranchId,
OrderByComparator orderByComparator,
boolean previous)
public List<LayoutRevision> findByPlid(long plid)
throws SystemException
findByPlid in interface LayoutRevisionPersistenceplid - the plid
SystemException - if a system exception occurred
public List<LayoutRevision> findByPlid(long plid,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByPlid in interface LayoutRevisionPersistenceplid - the plidstart - the lower bound of the range of layout revisionsend - the upper bound of the range of layout revisions (not inclusive)
SystemException - if a system exception occurred
public List<LayoutRevision> findByPlid(long plid,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByPlid in interface LayoutRevisionPersistenceplid - the plidstart - the lower bound of the range of layout revisionsend - the upper bound of the range of layout revisions (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
public LayoutRevision findByPlid_First(long plid,
OrderByComparator orderByComparator)
throws NoSuchLayoutRevisionException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByPlid_First in interface LayoutRevisionPersistenceplid - the plidorderByComparator - the comparator to order the set by (optionally null)
NoSuchLayoutRevisionException - if a matching layout revision could not be found
SystemException - if a system exception occurred
public LayoutRevision findByPlid_Last(long plid,
OrderByComparator orderByComparator)
throws NoSuchLayoutRevisionException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByPlid_Last in interface LayoutRevisionPersistenceplid - the plidorderByComparator - the comparator to order the set by (optionally null)
NoSuchLayoutRevisionException - if a matching layout revision could not be found
SystemException - if a system exception occurred
public LayoutRevision[] findByPlid_PrevAndNext(long layoutRevisionId,
long plid,
OrderByComparator orderByComparator)
throws NoSuchLayoutRevisionException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByPlid_PrevAndNext in interface LayoutRevisionPersistencelayoutRevisionId - the primary key of the current layout revisionplid - the plidorderByComparator - the comparator to order the set by (optionally null)
NoSuchLayoutRevisionException - if a layout revision with the primary key could not be found
SystemException - if a system exception occurred
protected LayoutRevision getByPlid_PrevAndNext(Session session,
LayoutRevision layoutRevision,
long plid,
OrderByComparator orderByComparator,
boolean previous)
public List<LayoutRevision> findByL_H(long layoutSetBranchId,
boolean head)
throws SystemException
findByL_H in interface LayoutRevisionPersistencelayoutSetBranchId - the layout set branch IDhead - the head
SystemException - if a system exception occurred
public List<LayoutRevision> findByL_H(long layoutSetBranchId,
boolean head,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByL_H in interface LayoutRevisionPersistencelayoutSetBranchId - the layout set branch IDhead - the headstart - the lower bound of the range of layout revisionsend - the upper bound of the range of layout revisions (not inclusive)
SystemException - if a system exception occurred
public List<LayoutRevision> findByL_H(long layoutSetBranchId,
boolean head,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByL_H in interface LayoutRevisionPersistencelayoutSetBranchId - the layout set branch IDhead - the headstart - the lower bound of the range of layout revisionsend - the upper bound of the range of layout revisions (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
public LayoutRevision findByL_H_First(long layoutSetBranchId,
boolean head,
OrderByComparator orderByComparator)
throws NoSuchLayoutRevisionException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByL_H_First in interface LayoutRevisionPersistencelayoutSetBranchId - the layout set branch IDhead - the headorderByComparator - the comparator to order the set by (optionally null)
NoSuchLayoutRevisionException - if a matching layout revision could not be found
SystemException - if a system exception occurred
public LayoutRevision findByL_H_Last(long layoutSetBranchId,
boolean head,
OrderByComparator orderByComparator)
throws NoSuchLayoutRevisionException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByL_H_Last in interface LayoutRevisionPersistencelayoutSetBranchId - the layout set branch IDhead - the headorderByComparator - the comparator to order the set by (optionally null)
NoSuchLayoutRevisionException - if a matching layout revision could not be found
SystemException - if a system exception occurred
public LayoutRevision[] findByL_H_PrevAndNext(long layoutRevisionId,
long layoutSetBranchId,
boolean head,
OrderByComparator orderByComparator)
throws NoSuchLayoutRevisionException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByL_H_PrevAndNext in interface LayoutRevisionPersistencelayoutRevisionId - the primary key of the current layout revisionlayoutSetBranchId - the layout set branch IDhead - the headorderByComparator - the comparator to order the set by (optionally null)
NoSuchLayoutRevisionException - if a layout revision with the primary key could not be found
SystemException - if a system exception occurred
protected LayoutRevision getByL_H_PrevAndNext(Session session,
LayoutRevision layoutRevision,
long layoutSetBranchId,
boolean head,
OrderByComparator orderByComparator,
boolean previous)
public List<LayoutRevision> findByL_P(long layoutSetBranchId,
long plid)
throws SystemException
findByL_P in interface LayoutRevisionPersistencelayoutSetBranchId - the layout set branch IDplid - the plid
SystemException - if a system exception occurred
public List<LayoutRevision> findByL_P(long layoutSetBranchId,
long plid,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByL_P in interface LayoutRevisionPersistencelayoutSetBranchId - the layout set branch IDplid - the plidstart - the lower bound of the range of layout revisionsend - the upper bound of the range of layout revisions (not inclusive)
SystemException - if a system exception occurred
public List<LayoutRevision> findByL_P(long layoutSetBranchId,
long plid,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByL_P in interface LayoutRevisionPersistencelayoutSetBranchId - the layout set branch IDplid - the plidstart - the lower bound of the range of layout revisionsend - the upper bound of the range of layout revisions (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
public LayoutRevision findByL_P_First(long layoutSetBranchId,
long plid,
OrderByComparator orderByComparator)
throws NoSuchLayoutRevisionException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByL_P_First in interface LayoutRevisionPersistencelayoutSetBranchId - the layout set branch IDplid - the plidorderByComparator - the comparator to order the set by (optionally null)
NoSuchLayoutRevisionException - if a matching layout revision could not be found
SystemException - if a system exception occurred
public LayoutRevision findByL_P_Last(long layoutSetBranchId,
long plid,
OrderByComparator orderByComparator)
throws NoSuchLayoutRevisionException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByL_P_Last in interface LayoutRevisionPersistencelayoutSetBranchId - the layout set branch IDplid - the plidorderByComparator - the comparator to order the set by (optionally null)
NoSuchLayoutRevisionException - if a matching layout revision could not be found
SystemException - if a system exception occurred
public LayoutRevision[] findByL_P_PrevAndNext(long layoutRevisionId,
long layoutSetBranchId,
long plid,
OrderByComparator orderByComparator)
throws NoSuchLayoutRevisionException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByL_P_PrevAndNext in interface LayoutRevisionPersistencelayoutRevisionId - the primary key of the current layout revisionlayoutSetBranchId - the layout set branch IDplid - the plidorderByComparator - the comparator to order the set by (optionally null)
NoSuchLayoutRevisionException - if a layout revision with the primary key could not be found
SystemException - if a system exception occurred
protected LayoutRevision getByL_P_PrevAndNext(Session session,
LayoutRevision layoutRevision,
long layoutSetBranchId,
long plid,
OrderByComparator orderByComparator,
boolean previous)
public List<LayoutRevision> findByL_S(long layoutSetBranchId,
int status)
throws SystemException
findByL_S in interface LayoutRevisionPersistencelayoutSetBranchId - the layout set branch IDstatus - the status
SystemException - if a system exception occurred
public List<LayoutRevision> findByL_S(long layoutSetBranchId,
int status,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByL_S in interface LayoutRevisionPersistencelayoutSetBranchId - the layout set branch IDstatus - the statusstart - the lower bound of the range of layout revisionsend - the upper bound of the range of layout revisions (not inclusive)
SystemException - if a system exception occurred
public List<LayoutRevision> findByL_S(long layoutSetBranchId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByL_S in interface LayoutRevisionPersistencelayoutSetBranchId - the layout set branch IDstatus - the statusstart - the lower bound of the range of layout revisionsend - the upper bound of the range of layout revisions (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
public LayoutRevision findByL_S_First(long layoutSetBranchId,
int status,
OrderByComparator orderByComparator)
throws NoSuchLayoutRevisionException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByL_S_First in interface LayoutRevisionPersistencelayoutSetBranchId - the layout set branch IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
NoSuchLayoutRevisionException - if a matching layout revision could not be found
SystemException - if a system exception occurred
public LayoutRevision findByL_S_Last(long layoutSetBranchId,
int status,
OrderByComparator orderByComparator)
throws NoSuchLayoutRevisionException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByL_S_Last in interface LayoutRevisionPersistencelayoutSetBranchId - the layout set branch IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
NoSuchLayoutRevisionException - if a matching layout revision could not be found
SystemException - if a system exception occurred
public LayoutRevision[] findByL_S_PrevAndNext(long layoutRevisionId,
long layoutSetBranchId,
int status,
OrderByComparator orderByComparator)
throws NoSuchLayoutRevisionException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByL_S_PrevAndNext in interface LayoutRevisionPersistencelayoutRevisionId - the primary key of the current layout revisionlayoutSetBranchId - the layout set branch IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
NoSuchLayoutRevisionException - if a layout revision with the primary key could not be found
SystemException - if a system exception occurred
protected LayoutRevision getByL_S_PrevAndNext(Session session,
LayoutRevision layoutRevision,
long layoutSetBranchId,
int status,
OrderByComparator orderByComparator,
boolean previous)
public List<LayoutRevision> findByL_L_P(long layoutSetBranchId,
long layoutBranchId,
long plid)
throws SystemException
findByL_L_P in interface LayoutRevisionPersistencelayoutSetBranchId - the layout set branch IDlayoutBranchId - the layout branch IDplid - the plid
SystemException - if a system exception occurred
public List<LayoutRevision> findByL_L_P(long layoutSetBranchId,
long layoutBranchId,
long plid,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByL_L_P in interface LayoutRevisionPersistencelayoutSetBranchId - the layout set branch IDlayoutBranchId - the layout branch IDplid - the plidstart - the lower bound of the range of layout revisionsend - the upper bound of the range of layout revisions (not inclusive)
SystemException - if a system exception occurred
public List<LayoutRevision> findByL_L_P(long layoutSetBranchId,
long layoutBranchId,
long plid,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByL_L_P in interface LayoutRevisionPersistencelayoutSetBranchId - the layout set branch IDlayoutBranchId - the layout branch IDplid - the plidstart - the lower bound of the range of layout revisionsend - the upper bound of the range of layout revisions (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
public LayoutRevision findByL_L_P_First(long layoutSetBranchId,
long layoutBranchId,
long plid,
OrderByComparator orderByComparator)
throws NoSuchLayoutRevisionException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByL_L_P_First in interface LayoutRevisionPersistencelayoutSetBranchId - the layout set branch IDlayoutBranchId - the layout branch IDplid - the plidorderByComparator - the comparator to order the set by (optionally null)
NoSuchLayoutRevisionException - if a matching layout revision could not be found
SystemException - if a system exception occurred
public LayoutRevision findByL_L_P_Last(long layoutSetBranchId,
long layoutBranchId,
long plid,
OrderByComparator orderByComparator)
throws NoSuchLayoutRevisionException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByL_L_P_Last in interface LayoutRevisionPersistencelayoutSetBranchId - the layout set branch IDlayoutBranchId - the layout branch IDplid - the plidorderByComparator - the comparator to order the set by (optionally null)
NoSuchLayoutRevisionException - if a matching layout revision could not be found
SystemException - if a system exception occurred
public LayoutRevision[] findByL_L_P_PrevAndNext(long layoutRevisionId,
long layoutSetBranchId,
long layoutBranchId,
long plid,
OrderByComparator orderByComparator)
throws NoSuchLayoutRevisionException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByL_L_P_PrevAndNext in interface LayoutRevisionPersistencelayoutRevisionId - the primary key of the current layout revisionlayoutSetBranchId - the layout set branch IDlayoutBranchId - the layout branch IDplid - the plidorderByComparator - the comparator to order the set by (optionally null)
NoSuchLayoutRevisionException - if a layout revision with the primary key could not be found
SystemException - if a system exception occurred
protected LayoutRevision getByL_L_P_PrevAndNext(Session session,
LayoutRevision layoutRevision,
long layoutSetBranchId,
long layoutBranchId,
long plid,
OrderByComparator orderByComparator,
boolean previous)
public List<LayoutRevision> findByL_P_P(long layoutSetBranchId,
long parentLayoutRevisionId,
long plid)
throws SystemException
findByL_P_P in interface LayoutRevisionPersistencelayoutSetBranchId - the layout set branch IDparentLayoutRevisionId - the parent layout revision IDplid - the plid
SystemException - if a system exception occurred
public List<LayoutRevision> findByL_P_P(long layoutSetBranchId,
long parentLayoutRevisionId,
long plid,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByL_P_P in interface LayoutRevisionPersistencelayoutSetBranchId - the layout set branch IDparentLayoutRevisionId - the parent layout revision IDplid - the plidstart - the lower bound of the range of layout revisionsend - the upper bound of the range of layout revisions (not inclusive)
SystemException - if a system exception occurred
public List<LayoutRevision> findByL_P_P(long layoutSetBranchId,
long parentLayoutRevisionId,
long plid,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByL_P_P in interface LayoutRevisionPersistencelayoutSetBranchId - the layout set branch IDparentLayoutRevisionId - the parent layout revision IDplid - the plidstart - the lower bound of the range of layout revisionsend - the upper bound of the range of layout revisions (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
public LayoutRevision findByL_P_P_First(long layoutSetBranchId,
long parentLayoutRevisionId,
long plid,
OrderByComparator orderByComparator)
throws NoSuchLayoutRevisionException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByL_P_P_First in interface LayoutRevisionPersistencelayoutSetBranchId - the layout set branch IDparentLayoutRevisionId - the parent layout revision IDplid - the plidorderByComparator - the comparator to order the set by (optionally null)
NoSuchLayoutRevisionException - if a matching layout revision could not be found
SystemException - if a system exception occurred
public LayoutRevision findByL_P_P_Last(long layoutSetBranchId,
long parentLayoutRevisionId,
long plid,
OrderByComparator orderByComparator)
throws NoSuchLayoutRevisionException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByL_P_P_Last in interface LayoutRevisionPersistencelayoutSetBranchId - the layout set branch IDparentLayoutRevisionId - the parent layout revision IDplid - the plidorderByComparator - the comparator to order the set by (optionally null)
NoSuchLayoutRevisionException - if a matching layout revision could not be found
SystemException - if a system exception occurred
public LayoutRevision[] findByL_P_P_PrevAndNext(long layoutRevisionId,
long layoutSetBranchId,
long parentLayoutRevisionId,
long plid,
OrderByComparator orderByComparator)
throws NoSuchLayoutRevisionException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByL_P_P_PrevAndNext in interface LayoutRevisionPersistencelayoutRevisionId - the primary key of the current layout revisionlayoutSetBranchId - the layout set branch IDparentLayoutRevisionId - the parent layout revision IDplid - the plidorderByComparator - the comparator to order the set by (optionally null)
NoSuchLayoutRevisionException - if a layout revision with the primary key could not be found
SystemException - if a system exception occurred
protected LayoutRevision getByL_P_P_PrevAndNext(Session session,
LayoutRevision layoutRevision,
long layoutSetBranchId,
long parentLayoutRevisionId,
long plid,
OrderByComparator orderByComparator,
boolean previous)
public LayoutRevision findByL_H_P(long layoutSetBranchId,
boolean head,
long plid)
throws NoSuchLayoutRevisionException,
SystemException
NoSuchLayoutRevisionException if it could not be found.
findByL_H_P in interface LayoutRevisionPersistencelayoutSetBranchId - the layout set branch IDhead - the headplid - the plid
NoSuchLayoutRevisionException - if a matching layout revision could not be found
SystemException - if a system exception occurred
public LayoutRevision fetchByL_H_P(long layoutSetBranchId,
boolean head,
long plid)
throws SystemException
null if it could not be found. Uses the finder cache.
fetchByL_H_P in interface LayoutRevisionPersistencelayoutSetBranchId - the layout set branch IDhead - the headplid - the plid
null if a matching layout revision could not be found
SystemException - if a system exception occurred
public LayoutRevision fetchByL_H_P(long layoutSetBranchId,
boolean head,
long plid,
boolean retrieveFromCache)
throws SystemException
null if it could not be found, optionally using the finder cache.
fetchByL_H_P in interface LayoutRevisionPersistencelayoutSetBranchId - the layout set branch IDhead - the headplid - the plidretrieveFromCache - whether to use the finder cache
null if a matching layout revision could not be found
SystemException - if a system exception occurred
public List<LayoutRevision> findByL_P_S(long layoutSetBranchId,
long plid,
int status)
throws SystemException
findByL_P_S in interface LayoutRevisionPersistencelayoutSetBranchId - the layout set branch IDplid - the plidstatus - the status
SystemException - if a system exception occurred
public List<LayoutRevision> findByL_P_S(long layoutSetBranchId,
long plid,
int status,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByL_P_S in interface LayoutRevisionPersistencelayoutSetBranchId - the layout set branch IDplid - the plidstatus - the statusstart - the lower bound of the range of layout revisionsend - the upper bound of the range of layout revisions (not inclusive)
SystemException - if a system exception occurred
public List<LayoutRevision> findByL_P_S(long layoutSetBranchId,
long plid,
int status,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByL_P_S in interface LayoutRevisionPersistencelayoutSetBranchId - the layout set branch IDplid - the plidstatus - the statusstart - the lower bound of the range of layout revisionsend - the upper bound of the range of layout revisions (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
public LayoutRevision findByL_P_S_First(long layoutSetBranchId,
long plid,
int status,
OrderByComparator orderByComparator)
throws NoSuchLayoutRevisionException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByL_P_S_First in interface LayoutRevisionPersistencelayoutSetBranchId - the layout set branch IDplid - the plidstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
NoSuchLayoutRevisionException - if a matching layout revision could not be found
SystemException - if a system exception occurred
public LayoutRevision findByL_P_S_Last(long layoutSetBranchId,
long plid,
int status,
OrderByComparator orderByComparator)
throws NoSuchLayoutRevisionException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByL_P_S_Last in interface LayoutRevisionPersistencelayoutSetBranchId - the layout set branch IDplid - the plidstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
NoSuchLayoutRevisionException - if a matching layout revision could not be found
SystemException - if a system exception occurred
public LayoutRevision[] findByL_P_S_PrevAndNext(long layoutRevisionId,
long layoutSetBranchId,
long plid,
int status,
OrderByComparator orderByComparator)
throws NoSuchLayoutRevisionException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByL_P_S_PrevAndNext in interface LayoutRevisionPersistencelayoutRevisionId - the primary key of the current layout revisionlayoutSetBranchId - the layout set branch IDplid - the plidstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
NoSuchLayoutRevisionException - if a layout revision with the primary key could not be found
SystemException - if a system exception occurred
protected LayoutRevision getByL_P_S_PrevAndNext(Session session,
LayoutRevision layoutRevision,
long layoutSetBranchId,
long plid,
int status,
OrderByComparator orderByComparator,
boolean previous)
public List<LayoutRevision> findAll()
throws SystemException
findAll in interface LayoutRevisionPersistenceSystemException - if a system exception occurred
public List<LayoutRevision> findAll(int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findAll in interface LayoutRevisionPersistencestart - the lower bound of the range of layout revisionsend - the upper bound of the range of layout revisions (not inclusive)
SystemException - if a system exception occurred
public List<LayoutRevision> findAll(int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findAll in interface LayoutRevisionPersistencestart - the lower bound of the range of layout revisionsend - the upper bound of the range of layout revisions (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
public void removeByLayoutSetBranchId(long layoutSetBranchId)
throws SystemException
removeByLayoutSetBranchId in interface LayoutRevisionPersistencelayoutSetBranchId - the layout set branch ID
SystemException - if a system exception occurred
public void removeByPlid(long plid)
throws SystemException
removeByPlid in interface LayoutRevisionPersistenceplid - the plid
SystemException - if a system exception occurred
public void removeByL_H(long layoutSetBranchId,
boolean head)
throws SystemException
removeByL_H in interface LayoutRevisionPersistencelayoutSetBranchId - the layout set branch IDhead - the head
SystemException - if a system exception occurred
public void removeByL_P(long layoutSetBranchId,
long plid)
throws SystemException
removeByL_P in interface LayoutRevisionPersistencelayoutSetBranchId - the layout set branch IDplid - the plid
SystemException - if a system exception occurred
public void removeByL_S(long layoutSetBranchId,
int status)
throws SystemException
removeByL_S in interface LayoutRevisionPersistencelayoutSetBranchId - the layout set branch IDstatus - the status
SystemException - if a system exception occurred
public void removeByL_L_P(long layoutSetBranchId,
long layoutBranchId,
long plid)
throws SystemException
removeByL_L_P in interface LayoutRevisionPersistencelayoutSetBranchId - the layout set branch IDlayoutBranchId - the layout branch IDplid - the plid
SystemException - if a system exception occurred
public void removeByL_P_P(long layoutSetBranchId,
long parentLayoutRevisionId,
long plid)
throws SystemException
removeByL_P_P in interface LayoutRevisionPersistencelayoutSetBranchId - the layout set branch IDparentLayoutRevisionId - the parent layout revision IDplid - the plid
SystemException - if a system exception occurred
public void removeByL_H_P(long layoutSetBranchId,
boolean head,
long plid)
throws NoSuchLayoutRevisionException,
SystemException
removeByL_H_P in interface LayoutRevisionPersistencelayoutSetBranchId - the layout set branch IDhead - the headplid - the plid
SystemException - if a system exception occurred
NoSuchLayoutRevisionException
public void removeByL_P_S(long layoutSetBranchId,
long plid,
int status)
throws SystemException
removeByL_P_S in interface LayoutRevisionPersistencelayoutSetBranchId - the layout set branch IDplid - the plidstatus - the status
SystemException - if a system exception occurred
public void removeAll()
throws SystemException
removeAll in interface LayoutRevisionPersistenceSystemException - if a system exception occurred
public int countByLayoutSetBranchId(long layoutSetBranchId)
throws SystemException
countByLayoutSetBranchId in interface LayoutRevisionPersistencelayoutSetBranchId - the layout set branch ID
SystemException - if a system exception occurred
public int countByPlid(long plid)
throws SystemException
countByPlid in interface LayoutRevisionPersistenceplid - the plid
SystemException - if a system exception occurred
public int countByL_H(long layoutSetBranchId,
boolean head)
throws SystemException
countByL_H in interface LayoutRevisionPersistencelayoutSetBranchId - the layout set branch IDhead - the head
SystemException - if a system exception occurred
public int countByL_P(long layoutSetBranchId,
long plid)
throws SystemException
countByL_P in interface LayoutRevisionPersistencelayoutSetBranchId - the layout set branch IDplid - the plid
SystemException - if a system exception occurred
public int countByL_S(long layoutSetBranchId,
int status)
throws SystemException
countByL_S in interface LayoutRevisionPersistencelayoutSetBranchId - the layout set branch IDstatus - the status
SystemException - if a system exception occurred
public int countByL_L_P(long layoutSetBranchId,
long layoutBranchId,
long plid)
throws SystemException
countByL_L_P in interface LayoutRevisionPersistencelayoutSetBranchId - the layout set branch IDlayoutBranchId - the layout branch IDplid - the plid
SystemException - if a system exception occurred
public int countByL_P_P(long layoutSetBranchId,
long parentLayoutRevisionId,
long plid)
throws SystemException
countByL_P_P in interface LayoutRevisionPersistencelayoutSetBranchId - the layout set branch IDparentLayoutRevisionId - the parent layout revision IDplid - the plid
SystemException - if a system exception occurred
public int countByL_H_P(long layoutSetBranchId,
boolean head,
long plid)
throws SystemException
countByL_H_P in interface LayoutRevisionPersistencelayoutSetBranchId - the layout set branch IDhead - the headplid - the plid
SystemException - if a system exception occurred
public int countByL_P_S(long layoutSetBranchId,
long plid,
int status)
throws SystemException
countByL_P_S in interface LayoutRevisionPersistencelayoutSetBranchId - the layout set branch IDplid - the plidstatus - the status
SystemException - if a system exception occurred
public int countAll()
throws SystemException
countAll in interface LayoutRevisionPersistenceSystemException - if a system exception occurredpublic void afterPropertiesSet()
public void destroy()
|
Liferay 6.1.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||