|
Liferay 6.2.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.trash.service.TrashEntryServiceWrapper
public class TrashEntryServiceWrapper
This class is a wrapper for TrashEntryService.
TrashEntryService| Constructor Summary | |
|---|---|
TrashEntryServiceWrapper(TrashEntryService trashEntryService)
|
|
| Method Summary | |
|---|---|
void |
deleteEntries(long groupId)
Deletes the trash entries with the matching group ID considering permissions. |
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
TrashEntryList |
getEntries(long groupId)
Returns the trash entries with the matching group ID. |
TrashEntryList |
getEntries(long groupId,
int start,
int end,
OrderByComparator obc)
Returns a range of all the trash entries matching the group ID. |
TrashEntryService |
getWrappedService()
|
TrashEntryService |
getWrappedTrashEntryService()
Deprecated. Renamed to getWrappedService() |
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setWrappedService(TrashEntryService trashEntryService)
|
void |
setWrappedTrashEntryService(TrashEntryService trashEntryService)
Deprecated. Renamed to setWrappedService(com.liferay.portlet.trash.service.TrashEntryService) |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TrashEntryServiceWrapper(TrashEntryService trashEntryService)
| Method Detail |
|---|
public String getBeanIdentifier()
getBeanIdentifier in interface TrashEntryServicepublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface TrashEntryServicebeanIdentifier - the Spring bean ID for this bean
public void deleteEntries(long groupId)
throws SystemException,
PrincipalException
deleteEntries in interface TrashEntryServicegroupId - the primary key of the group
PrincipalException - if a principal exception occurred
SystemException - if a system exception occurred
public TrashEntryList getEntries(long groupId)
throws SystemException,
PrincipalException
getEntries in interface TrashEntryServicegroupId - the primary key of the group
PrincipalException - if a principal exception occurred
SystemException - if a system exception occurred
public TrashEntryList getEntries(long groupId,
int start,
int end,
OrderByComparator obc)
throws SystemException,
PrincipalException
getEntries in interface TrashEntryServicegroupId - 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
PrincipalException - if a system exception occurred
SystemException - if a system exception occurredpublic TrashEntryService getWrappedTrashEntryService()
getWrappedService()
public void setWrappedTrashEntryService(TrashEntryService trashEntryService)
setWrappedService(com.liferay.portlet.trash.service.TrashEntryService)
public TrashEntryService getWrappedService()
getWrappedService in interface ServiceWrapper<TrashEntryService>public void setWrappedService(TrashEntryService trashEntryService)
setWrappedService in interface ServiceWrapper<TrashEntryService>
|
Liferay 6.2.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||