com.liferay.portal.service
Class UserTrackerPathLocalServiceWrapper

java.lang.Object
  extended by com.liferay.portal.service.UserTrackerPathLocalServiceWrapper
All Implemented Interfaces:
UserTrackerPathLocalService

public class UserTrackerPathLocalServiceWrapper
extends java.lang.Object
implements UserTrackerPathLocalService

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is a wrapper for UserTrackerPathLocalService.

Author:
Brian Wing Shun Chan
See Also:
UserTrackerPathLocalService
Generated:

Constructor Summary
UserTrackerPathLocalServiceWrapper(UserTrackerPathLocalService userTrackerPathLocalService)
           
 
Method Summary
 UserTrackerPath addUserTrackerPath(UserTrackerPath userTrackerPath)
           
 UserTrackerPath createUserTrackerPath(long userTrackerPathId)
           
 void deleteUserTrackerPath(long userTrackerPathId)
           
 void deleteUserTrackerPath(UserTrackerPath userTrackerPath)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 int dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
 UserTrackerPath getUserTrackerPath(long userTrackerPathId)
           
 java.util.List<UserTrackerPath> getUserTrackerPaths(int start, int end)
           
 java.util.List<UserTrackerPath> getUserTrackerPaths(long userTrackerId, int start, int end)
           
 int getUserTrackerPathsCount()
           
 UserTrackerPathLocalService getWrappedUserTrackerPathLocalService()
           
 UserTrackerPath updateUserTrackerPath(UserTrackerPath userTrackerPath)
           
 UserTrackerPath updateUserTrackerPath(UserTrackerPath userTrackerPath, boolean merge)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserTrackerPathLocalServiceWrapper

public UserTrackerPathLocalServiceWrapper(UserTrackerPathLocalService userTrackerPathLocalService)
Method Detail

addUserTrackerPath

public UserTrackerPath addUserTrackerPath(UserTrackerPath userTrackerPath)
                                   throws com.liferay.portal.SystemException
Specified by:
addUserTrackerPath in interface UserTrackerPathLocalService
Throws:
com.liferay.portal.SystemException

createUserTrackerPath

public UserTrackerPath createUserTrackerPath(long userTrackerPathId)
Specified by:
createUserTrackerPath in interface UserTrackerPathLocalService

deleteUserTrackerPath

public void deleteUserTrackerPath(long userTrackerPathId)
                           throws com.liferay.portal.PortalException,
                                  com.liferay.portal.SystemException
Specified by:
deleteUserTrackerPath in interface UserTrackerPathLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteUserTrackerPath

public void deleteUserTrackerPath(UserTrackerPath userTrackerPath)
                           throws com.liferay.portal.SystemException
Specified by:
deleteUserTrackerPath in interface UserTrackerPathLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                            throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface UserTrackerPathLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                   int start,
                                   int end)
                            throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface UserTrackerPathLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                   int start,
                                   int end,
                                   com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                            throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface UserTrackerPathLocalService
Throws:
com.liferay.portal.SystemException

dynamicQueryCount

public int dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                      throws com.liferay.portal.SystemException
Specified by:
dynamicQueryCount in interface UserTrackerPathLocalService
Throws:
com.liferay.portal.SystemException

getUserTrackerPath

public UserTrackerPath getUserTrackerPath(long userTrackerPathId)
                                   throws com.liferay.portal.PortalException,
                                          com.liferay.portal.SystemException
Specified by:
getUserTrackerPath in interface UserTrackerPathLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getUserTrackerPaths

public java.util.List<UserTrackerPath> getUserTrackerPaths(int start,
                                                           int end)
                                                    throws com.liferay.portal.SystemException
Specified by:
getUserTrackerPaths in interface UserTrackerPathLocalService
Throws:
com.liferay.portal.SystemException

getUserTrackerPathsCount

public int getUserTrackerPathsCount()
                             throws com.liferay.portal.SystemException
Specified by:
getUserTrackerPathsCount in interface UserTrackerPathLocalService
Throws:
com.liferay.portal.SystemException

updateUserTrackerPath

public UserTrackerPath updateUserTrackerPath(UserTrackerPath userTrackerPath)
                                      throws com.liferay.portal.SystemException
Specified by:
updateUserTrackerPath in interface UserTrackerPathLocalService
Throws:
com.liferay.portal.SystemException

updateUserTrackerPath

public UserTrackerPath updateUserTrackerPath(UserTrackerPath userTrackerPath,
                                             boolean merge)
                                      throws com.liferay.portal.SystemException
Specified by:
updateUserTrackerPath in interface UserTrackerPathLocalService
Throws:
com.liferay.portal.SystemException

getUserTrackerPaths

public java.util.List<UserTrackerPath> getUserTrackerPaths(long userTrackerId,
                                                           int start,
                                                           int end)
                                                    throws com.liferay.portal.SystemException
Specified by:
getUserTrackerPaths in interface UserTrackerPathLocalService
Throws:
com.liferay.portal.SystemException

getWrappedUserTrackerPathLocalService

public UserTrackerPathLocalService getWrappedUserTrackerPathLocalService()