Liferay 6.2.0-ce-m4

com.liferay.portlet.trash.service
Class TrashEntryServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.trash.service.TrashEntryServiceWrapper
All Implemented Interfaces:
BaseService, ServiceWrapper<TrashEntryService>, TrashEntryService

public class TrashEntryServiceWrapper
extends Object
implements TrashEntryService, ServiceWrapper<TrashEntryService>

This class is a wrapper for TrashEntryService.

See Also:
TrashEntryService
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

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

TrashEntryServiceWrapper

public TrashEntryServiceWrapper(TrashEntryService trashEntryService)
Method Detail

getBeanIdentifier

public String getBeanIdentifier()
Returns the Spring bean ID for this bean.

Specified by:
getBeanIdentifier in interface TrashEntryService
Returns:
the Spring bean ID for this bean

setBeanIdentifier

public void setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean.

Specified by:
setBeanIdentifier in interface TrashEntryService
Parameters:
beanIdentifier - the Spring bean ID for this bean

deleteEntries

public void deleteEntries(long groupId)
                   throws SystemException,
                          PrincipalException
Deletes the trash entries with the matching group ID considering permissions.

Specified by:
deleteEntries in interface TrashEntryService
Parameters:
groupId - the primary key of the group
Throws:
PrincipalException - if a principal exception occurred
SystemException - if a system exception occurred

getEntries

public TrashEntryList getEntries(long groupId)
                          throws SystemException,
                                 PrincipalException
Returns the trash entries with the matching group ID.

Specified by:
getEntries in interface TrashEntryService
Parameters:
groupId - the primary key of the group
Returns:
the matching trash entries
Throws:
PrincipalException - if a principal exception occurred
SystemException - if a system exception occurred

getEntries

public TrashEntryList getEntries(long groupId,
                                 int start,
                                 int end,
                                 OrderByComparator obc)
                          throws SystemException,
                                 PrincipalException
Returns a range of all the trash entries matching the group ID.

Specified by:
getEntries in interface TrashEntryService
Parameters:
groupId - the primary key of the group
start - the lower bound of the range of trash entries to return
end - the upper bound of the range of trash entries to return (not inclusive)
obc - the comparator to order the trash entries (optionally null)
Returns:
the range of matching trash entries ordered by comparator obc
Throws:
PrincipalException - if a system exception occurred
SystemException - if a system exception occurred

getWrappedTrashEntryService

public TrashEntryService getWrappedTrashEntryService()
Deprecated. Renamed to getWrappedService()


setWrappedTrashEntryService

public void setWrappedTrashEntryService(TrashEntryService trashEntryService)
Deprecated. Renamed to setWrappedService(com.liferay.portlet.trash.service.TrashEntryService)


getWrappedService

public TrashEntryService getWrappedService()
Specified by:
getWrappedService in interface ServiceWrapper<TrashEntryService>

setWrappedService

public void setWrappedService(TrashEntryService trashEntryService)
Specified by:
setWrappedService in interface ServiceWrapper<TrashEntryService>

Liferay 6.2.0-ce-m4