com.liferay.trash.service.impl.TrashEntryLocalServiceImpl
@Deprecated public class TrashEntryLocalServiceWrapper extends Object implements TrashEntryLocalService, ServiceWrapper<TrashEntryLocalService>
TrashEntryLocalService
.TrashEntryLocalService
Constructor and Description |
---|
TrashEntryLocalServiceWrapper(TrashEntryLocalService trashEntryLocalService)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
TrashEntry |
addTrashEntry(long userId,
long groupId,
String className,
long classPK,
String classUuid,
String referrerClassName,
int status,
List<ObjectValuePair<Long,Integer>> statusOVPs,
UnicodeProperties typeSettingsProperties)
Deprecated.
Moves an entry to trash.
|
TrashEntry |
addTrashEntry(TrashEntry trashEntry)
Deprecated.
Adds the trash entry to the database.
|
void |
checkEntries()
Deprecated.
|
PersistedModel |
createPersistedModel(Serializable primaryKeyObj)
Deprecated.
|
TrashEntry |
createTrashEntry(long entryId)
Deprecated.
Creates a new trash entry with the primary key.
|
void |
deleteEntries(long groupId)
Deprecated.
|
void |
deleteEntries(long groupId,
boolean deleteTrashedModels)
Deprecated.
|
TrashEntry |
deleteEntry(long entryId)
Deprecated.
Deletes the trash entry with the primary key.
|
TrashEntry |
deleteEntry(String className,
long classPK)
Deprecated.
Deletes the trash entry with the entity class name and primary key.
|
TrashEntry |
deleteEntry(TrashEntry trashEntry)
Deprecated.
|
PersistedModel |
deletePersistedModel(PersistedModel persistedModel)
Deprecated.
|
TrashEntry |
deleteTrashEntry(long entryId)
Deprecated.
Deletes the trash entry with the primary key from the database.
|
TrashEntry |
deleteTrashEntry(TrashEntry trashEntry)
Deprecated.
Deletes the trash entry from the database.
|
DynamicQuery |
dynamicQuery()
Deprecated.
|
<T> List<T> |
dynamicQuery(DynamicQuery dynamicQuery)
Deprecated.
Performs a dynamic query on the database and returns the matching rows.
|
<T> List<T> |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Deprecated.
Performs a dynamic query on the database and returns a range of the matching rows.
|
<T> List<T> |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Deprecated.
Performs a dynamic query on the database and returns an ordered range of the matching rows.
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
Deprecated.
Returns the number of rows matching the dynamic query.
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
Deprecated.
Returns the number of rows matching the dynamic query.
|
TrashEntry |
fetchEntry(long entryId)
Deprecated.
Returns the trash entry with the primary key.
|
TrashEntry |
fetchEntry(String className,
long classPK)
Deprecated.
Returns the trash entry with the entity class name and primary key.
|
TrashEntry |
fetchTrashEntry(long entryId)
Deprecated.
|
ActionableDynamicQuery |
getActionableDynamicQuery()
Deprecated.
|
List<TrashEntry> |
getEntries(long groupId)
Deprecated.
Returns the trash entries with the matching group ID.
|
List<TrashEntry> |
getEntries(long groupId,
int start,
int end)
Deprecated.
Returns a range of all the trash entries matching the group ID.
|
List<TrashEntry> |
getEntries(long groupId,
int start,
int end,
OrderByComparator<TrashEntry> obc)
Deprecated.
Returns a range of all the trash entries matching the group ID.
|
List<TrashEntry> |
getEntries(long groupId,
String className)
Deprecated.
|
int |
getEntriesCount(long groupId)
Deprecated.
Returns the number of trash entries with the group ID.
|
TrashEntry |
getEntry(long entryId)
Deprecated.
Returns the trash entry with the primary key.
|
TrashEntry |
getEntry(String className,
long classPK)
Deprecated.
Returns the entry with the entity class name and primary key.
|
IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery()
Deprecated.
|
String |
getOSGiServiceIdentifier()
Deprecated.
Returns the OSGi service identifier.
|
PersistedModel |
getPersistedModel(Serializable primaryKeyObj)
Deprecated.
|
List<TrashEntry> |
getTrashEntries(int start,
int end)
Deprecated.
Returns a range of all the trash entries.
|
int |
getTrashEntriesCount()
Deprecated.
Returns the number of trash entries.
|
TrashEntry |
getTrashEntry(long entryId)
Deprecated.
Returns the trash entry with the primary key.
|
TrashEntryLocalService |
getWrappedService()
Deprecated.
|
Hits |
search(long companyId,
long groupId,
long userId,
String keywords,
int start,
int end,
Sort sort)
Deprecated.
|
BaseModelSearchResult<TrashEntry> |
searchTrashEntries(long companyId,
long groupId,
long userId,
String keywords,
int start,
int end,
Sort sort)
Deprecated.
|
void |
setWrappedService(TrashEntryLocalService trashEntryLocalService)
Deprecated.
|
TrashEntry |
updateTrashEntry(TrashEntry trashEntry)
Deprecated.
Updates the trash entry in the database or adds it if it does not yet exist.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getBasePersistence
public TrashEntryLocalServiceWrapper(TrashEntryLocalService trashEntryLocalService)
public ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery
in interface TrashEntryLocalService
public DynamicQuery dynamicQuery()
dynamicQuery
in interface TrashEntryLocalService
public IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery
in interface TrashEntryLocalService
public PersistedModel createPersistedModel(Serializable primaryKeyObj) throws PortalException
createPersistedModel
in interface PersistedModelLocalService
PortalException
public PersistedModel deletePersistedModel(PersistedModel persistedModel) throws PortalException
deletePersistedModel
in interface PersistedModelLocalService
deletePersistedModel
in interface TrashEntryLocalService
PortalException
public PersistedModel getPersistedModel(Serializable primaryKeyObj) throws PortalException
getPersistedModel
in interface PersistedModelLocalService
getPersistedModel
in interface TrashEntryLocalService
PortalException
public BaseModelSearchResult<TrashEntry> searchTrashEntries(long companyId, long groupId, long userId, String keywords, int start, int end, Sort sort)
searchTrashEntries
in interface TrashEntryLocalService
public Hits search(long companyId, long groupId, long userId, String keywords, int start, int end, Sort sort)
search
in interface TrashEntryLocalService
public TrashEntry addTrashEntry(TrashEntry trashEntry)
addTrashEntry
in interface TrashEntryLocalService
trashEntry
- the trash entrypublic TrashEntry addTrashEntry(long userId, long groupId, String className, long classPK, String classUuid, String referrerClassName, int status, List<ObjectValuePair<Long,Integer>> statusOVPs, UnicodeProperties typeSettingsProperties) throws PortalException
addTrashEntry
in interface TrashEntryLocalService
userId
- the primary key of the user removing the entitygroupId
- the primary key of the entry's groupclassName
- the class name of the entityclassPK
- the primary key of the entityclassUuid
- the UUID of the entity's classreferrerClassName
- the referrer class name used to add a deletion
SystemEvent
status
- the status of the entity prior to being moved to trashstatusOVPs
- the primary keys and statuses of any of the entry's
versions (e.g., com.liferay.portlet.documentlibrary.model.DLFileVersion
)typeSettingsProperties
- the type settings propertiesPortalException
public TrashEntry createTrashEntry(long entryId)
createTrashEntry
in interface TrashEntryLocalService
entryId
- the primary key for the new trash entrypublic TrashEntry deleteEntry(TrashEntry trashEntry)
deleteEntry
in interface TrashEntryLocalService
public TrashEntry deleteEntry(String className, long classPK)
deleteEntry
in interface TrashEntryLocalService
className
- the class name of entityclassPK
- the primary key of the entrypublic void deleteEntries(long groupId, boolean deleteTrashedModels)
deleteEntries
in interface TrashEntryLocalService
public TrashEntry deleteEntry(long entryId)
deleteEntry
in interface TrashEntryLocalService
entryId
- the primary key of the trash entrypublic TrashEntry deleteTrashEntry(TrashEntry trashEntry)
deleteTrashEntry
in interface TrashEntryLocalService
trashEntry
- the trash entrypublic TrashEntry deleteTrashEntry(long entryId) throws PortalException
deleteTrashEntry
in interface TrashEntryLocalService
entryId
- the primary key of the trash entryPortalException
- if a trash entry with the primary key could not be foundpublic TrashEntry fetchEntry(String className, long classPK)
fetchEntry
in interface TrashEntryLocalService
className
- the class name of the entityclassPK
- the primary key of the entitypublic TrashEntry fetchEntry(long entryId)
fetchEntry
in interface TrashEntryLocalService
entryId
- the primary key of the entrypublic TrashEntry fetchTrashEntry(long entryId)
fetchTrashEntry
in interface TrashEntryLocalService
public TrashEntry getEntry(String className, long classPK) throws PortalException
getEntry
in interface TrashEntryLocalService
className
- the class name of the entityclassPK
- the primary key of the entityPortalException
public TrashEntry getEntry(long entryId) throws PortalException
getEntry
in interface TrashEntryLocalService
entryId
- the primary key of the trash entryPortalException
public TrashEntry getTrashEntry(long entryId) throws PortalException
getTrashEntry
in interface TrashEntryLocalService
entryId
- the primary key of the trash entryPortalException
- if a trash entry with the primary key could not be foundpublic TrashEntry updateTrashEntry(TrashEntry trashEntry)
updateTrashEntry
in interface TrashEntryLocalService
trashEntry
- the trash entrypublic int getEntriesCount(long groupId)
getEntriesCount
in interface TrashEntryLocalService
groupId
- the primary key of the grouppublic int getTrashEntriesCount()
getTrashEntriesCount
in interface TrashEntryLocalService
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface TrashEntryLocalService
public <T> List<T> dynamicQuery(DynamicQuery dynamicQuery)
dynamicQuery
in interface TrashEntryLocalService
dynamicQuery
- the dynamic querypublic <T> List<T> dynamicQuery(DynamicQuery dynamicQuery, int start, int end)
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. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from com.liferay.portlet.trash.model.impl.TrashEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery
in interface TrashEntryLocalService
dynamicQuery
- the dynamic querystart
- the lower bound of the range of model instancesend
- the upper bound of the range of model instances (not inclusive)public <T> List<T> dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
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. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from com.liferay.portlet.trash.model.impl.TrashEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery
in interface TrashEntryLocalService
dynamicQuery
- the dynamic querystart
- the lower bound of the range of model instancesend
- the upper bound of the range of model instances (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public List<TrashEntry> getEntries(long groupId)
getEntries
in interface TrashEntryLocalService
groupId
- the primary key of the grouppublic List<TrashEntry> getEntries(long groupId, int start, int end)
getEntries
in interface TrashEntryLocalService
groupId
- the primary key of the groupstart
- the lower bound of the range of trash entries to returnend
- the upper bound of the range of trash entries to return (not
inclusive)public List<TrashEntry> getEntries(long groupId, int start, int end, OrderByComparator<TrashEntry> obc)
getEntries
in interface TrashEntryLocalService
groupId
- the primary key of the groupstart
- the lower bound of the range of trash entries to returnend
- the upper bound of the range of trash entries to return (not
inclusive)obc
- the comparator to order the trash entries (optionally
null
)obc
public List<TrashEntry> getEntries(long groupId, String className)
getEntries
in interface TrashEntryLocalService
public List<TrashEntry> getTrashEntries(int start, int end)
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. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from com.liferay.portlet.trash.model.impl.TrashEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
getTrashEntries
in interface TrashEntryLocalService
start
- the lower bound of the range of trash entriesend
- the upper bound of the range of trash entries (not inclusive)public long dynamicQueryCount(DynamicQuery dynamicQuery)
dynamicQueryCount
in interface TrashEntryLocalService
dynamicQuery
- the dynamic querypublic long dynamicQueryCount(DynamicQuery dynamicQuery, Projection projection)
dynamicQueryCount
in interface TrashEntryLocalService
dynamicQuery
- the dynamic queryprojection
- the projection to apply to the querypublic void checkEntries() throws PortalException
checkEntries
in interface TrashEntryLocalService
PortalException
public void deleteEntries(long groupId)
deleteEntries
in interface TrashEntryLocalService
public TrashEntryLocalService getWrappedService()
getWrappedService
in interface ServiceWrapper<TrashEntryLocalService>
public void setWrappedService(TrashEntryLocalService trashEntryLocalService)
setWrappedService
in interface ServiceWrapper<TrashEntryLocalService>