com.liferay.portal.service
Class UserTrackerPathLocalServiceWrapper
java.lang.Object
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:
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserTrackerPathLocalServiceWrapper
public UserTrackerPathLocalServiceWrapper(UserTrackerPathLocalService userTrackerPathLocalService)
addUserTrackerPath
public UserTrackerPath addUserTrackerPath(UserTrackerPath userTrackerPath)
throws SystemException
- Specified by:
addUserTrackerPath
in interface UserTrackerPathLocalService
- Throws:
SystemException
createUserTrackerPath
public UserTrackerPath createUserTrackerPath(long userTrackerPathId)
- Specified by:
createUserTrackerPath
in interface UserTrackerPathLocalService
deleteUserTrackerPath
public void deleteUserTrackerPath(long userTrackerPathId)
throws PortalException,
SystemException
- Specified by:
deleteUserTrackerPath
in interface UserTrackerPathLocalService
- Throws:
PortalException
SystemException
deleteUserTrackerPath
public void deleteUserTrackerPath(UserTrackerPath userTrackerPath)
throws SystemException
- Specified by:
deleteUserTrackerPath
in interface UserTrackerPathLocalService
- Throws:
SystemException
dynamicQuery
public java.util.List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQuery
in interface UserTrackerPathLocalService
- Throws:
SystemException
dynamicQuery
public java.util.List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Specified by:
dynamicQuery
in interface UserTrackerPathLocalService
- Throws:
SystemException
dynamicQuery
public java.util.List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Specified by:
dynamicQuery
in interface UserTrackerPathLocalService
- Throws:
SystemException
dynamicQueryCount
public long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQueryCount
in interface UserTrackerPathLocalService
- Throws:
SystemException
getUserTrackerPath
public UserTrackerPath getUserTrackerPath(long userTrackerPathId)
throws PortalException,
SystemException
- Specified by:
getUserTrackerPath
in interface UserTrackerPathLocalService
- Throws:
PortalException
SystemException
getUserTrackerPaths
public java.util.List<UserTrackerPath> getUserTrackerPaths(int start,
int end)
throws SystemException
- Specified by:
getUserTrackerPaths
in interface UserTrackerPathLocalService
- Throws:
SystemException
getUserTrackerPathsCount
public int getUserTrackerPathsCount()
throws SystemException
- Specified by:
getUserTrackerPathsCount
in interface UserTrackerPathLocalService
- Throws:
SystemException
updateUserTrackerPath
public UserTrackerPath updateUserTrackerPath(UserTrackerPath userTrackerPath)
throws SystemException
- Specified by:
updateUserTrackerPath
in interface UserTrackerPathLocalService
- Throws:
SystemException
updateUserTrackerPath
public UserTrackerPath updateUserTrackerPath(UserTrackerPath userTrackerPath,
boolean merge)
throws SystemException
- Specified by:
updateUserTrackerPath
in interface UserTrackerPathLocalService
- Throws:
SystemException
getUserTrackerPaths
public java.util.List<UserTrackerPath> getUserTrackerPaths(long userTrackerId,
int start,
int end)
throws SystemException
- Specified by:
getUserTrackerPaths
in interface UserTrackerPathLocalService
- Throws:
SystemException
getWrappedUserTrackerPathLocalService
public UserTrackerPathLocalService getWrappedUserTrackerPathLocalService()