|
Liferay 6.0.6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.LockLocalServiceWrapper
public class LockLocalServiceWrapper
This class is a wrapper for LockLocalService.
LockLocalService| Constructor Summary | |
|---|---|
LockLocalServiceWrapper(LockLocalService lockLocalService)
|
|
| Method Summary | |
|---|---|
Lock |
addLock(Lock lock)
Adds the lock to the database. |
void |
clear()
|
Lock |
createLock(long lockId)
Creates a new lock with the primary key. |
void |
deleteLock(Lock lock)
Deletes the lock from the database. |
void |
deleteLock(long lockId)
Deletes the lock with the primary key from the database. |
List |
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
Counts the number of rows that match the dynamic query. |
Lock |
getLock(long lockId)
Gets the lock with the primary key. |
Lock |
getLock(String className,
long key)
|
Lock |
getLock(String className,
String key)
|
List<Lock> |
getLocks(int start,
int end)
Gets a range of all the locks. |
int |
getLocksCount()
Gets the number of locks. |
LockLocalService |
getWrappedLockLocalService()
|
boolean |
hasLock(long userId,
String className,
long key)
|
boolean |
hasLock(long userId,
String className,
String key)
|
boolean |
isLocked(String className,
long key)
|
boolean |
isLocked(String className,
String key)
|
Lock |
lock(long userId,
String className,
long key,
String owner,
boolean inheritable,
long expirationTime)
|
Lock |
lock(long userId,
String className,
String key,
String owner,
boolean inheritable,
long expirationTime)
|
Lock |
refresh(String uuid,
long expirationTime)
|
void |
unlock(String className,
long key)
|
void |
unlock(String className,
String key)
|
Lock |
updateLock(Lock lock)
Updates the lock in the database. |
Lock |
updateLock(Lock lock,
boolean merge)
Updates the lock in the database. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LockLocalServiceWrapper(LockLocalService lockLocalService)
| Method Detail |
|---|
public Lock addLock(Lock lock)
throws SystemException
addLock in interface LockLocalServicelock - the lock to add
SystemException - if a system exception occurredpublic Lock createLock(long lockId)
createLock in interface LockLocalServicelockId - the primary key for the new lock
public void deleteLock(long lockId)
throws PortalException,
SystemException
deleteLock in interface LockLocalServicelockId - the primary key of the lock to delete
PortalException - if a lock with the primary key could not be found
SystemException - if a system exception occurred
public void deleteLock(Lock lock)
throws SystemException
deleteLock in interface LockLocalServicelock - the lock to delete
SystemException - if a system exception occurred
public List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
dynamicQuery in interface LockLocalServicedynamicQuery - the dynamic query to search with
SystemException - if a system exception occurred
public List dynamicQuery(DynamicQuery dynamicQuery,
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.
dynamicQuery in interface LockLocalServicedynamicQuery - the dynamic query to search withstart - the lower bound of the range of model instances to returnend - the upper bound of the range of model instances to return (not inclusive)
SystemException - if a system exception occurred
public List dynamicQuery(DynamicQuery dynamicQuery,
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.
dynamicQuery in interface LockLocalServicedynamicQuery - the dynamic query to search withstart - the lower bound of the range of model instances to returnend - the upper bound of the range of model instances to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
dynamicQueryCount in interface LockLocalServicedynamicQuery - the dynamic query to search with
SystemException - if a system exception occurred
public Lock getLock(long lockId)
throws PortalException,
SystemException
getLock in interface LockLocalServicelockId - the primary key of the lock to get
PortalException - if a lock with the primary key could not be found
SystemException - if a system exception occurred
public List<Lock> getLocks(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.
getLocks in interface LockLocalServicestart - the lower bound of the range of locks to returnend - the upper bound of the range of locks to return (not inclusive)
SystemException - if a system exception occurred
public int getLocksCount()
throws SystemException
getLocksCount in interface LockLocalServiceSystemException - if a system exception occurred
public Lock updateLock(Lock lock)
throws SystemException
updateLock in interface LockLocalServicelock - the lock to update
SystemException - if a system exception occurred
public Lock updateLock(Lock lock,
boolean merge)
throws SystemException
updateLock in interface LockLocalServicelock - the lock to updatemerge - whether to merge the lock with the current session. See BatchSession.update(com.liferay.portal.kernel.dao.orm.Session, com.liferay.portal.model.BaseModel, boolean) for an explanation.
SystemException - if a system exception occurred
public void clear()
throws SystemException
clear in interface LockLocalServiceSystemException
public Lock getLock(String className,
long key)
throws PortalException,
SystemException
getLock in interface LockLocalServicePortalException
SystemException
public Lock getLock(String className,
String key)
throws PortalException,
SystemException
getLock in interface LockLocalServicePortalException
SystemException
public boolean hasLock(long userId,
String className,
long key)
throws PortalException,
SystemException
hasLock in interface LockLocalServicePortalException
SystemException
public boolean hasLock(long userId,
String className,
String key)
throws PortalException,
SystemException
hasLock in interface LockLocalServicePortalException
SystemException
public boolean isLocked(String className,
long key)
throws PortalException,
SystemException
isLocked in interface LockLocalServicePortalException
SystemException
public boolean isLocked(String className,
String key)
throws PortalException,
SystemException
isLocked in interface LockLocalServicePortalException
SystemException
public Lock lock(long userId,
String className,
long key,
String owner,
boolean inheritable,
long expirationTime)
throws PortalException,
SystemException
lock in interface LockLocalServicePortalException
SystemException
public Lock lock(long userId,
String className,
String key,
String owner,
boolean inheritable,
long expirationTime)
throws PortalException,
SystemException
lock in interface LockLocalServicePortalException
SystemException
public Lock refresh(String uuid,
long expirationTime)
throws PortalException,
SystemException
refresh in interface LockLocalServicePortalException
SystemException
public void unlock(String className,
long key)
throws SystemException
unlock in interface LockLocalServiceSystemException
public void unlock(String className,
String key)
throws SystemException
unlock in interface LockLocalServiceSystemExceptionpublic LockLocalService getWrappedLockLocalService()
|
Liferay 6.0.6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||