com.liferay.portal.service.base
Class UserTrackerPathLocalServiceBaseImpl
java.lang.Object
com.liferay.portal.service.base.UserTrackerPathLocalServiceBaseImpl
- All Implemented Interfaces:
- com.liferay.portal.service.UserTrackerPathLocalService
- Direct Known Subclasses:
- UserTrackerPathLocalServiceImpl
- public abstract class UserTrackerPathLocalServiceBaseImpl
- extends java.lang.Object
- implements com.liferay.portal.service.UserTrackerPathLocalService
View Source
- Author:
- Brian Wing Shun Chan
Method Summary |
com.liferay.portal.model.UserTrackerPath |
addUserTrackerPath(com.liferay.portal.model.UserTrackerPath model)
|
java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
|
java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
int begin,
int end)
|
com.liferay.portal.model.UserTrackerPath |
updateUserTrackerPath(com.liferay.portal.model.UserTrackerPath model)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.liferay.portal.service.UserTrackerPathLocalService |
getUserTrackerPaths |
UserTrackerPathLocalServiceBaseImpl
public UserTrackerPathLocalServiceBaseImpl()
addUserTrackerPath
public com.liferay.portal.model.UserTrackerPath addUserTrackerPath(com.liferay.portal.model.UserTrackerPath model)
throws com.liferay.portal.SystemException
- Specified by:
addUserTrackerPath
in interface com.liferay.portal.service.UserTrackerPathLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface com.liferay.portal.service.UserTrackerPathLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
int begin,
int end)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface com.liferay.portal.service.UserTrackerPathLocalService
- Throws:
com.liferay.portal.SystemException
updateUserTrackerPath
public com.liferay.portal.model.UserTrackerPath updateUserTrackerPath(com.liferay.portal.model.UserTrackerPath model)
throws com.liferay.portal.SystemException
- Specified by:
updateUserTrackerPath
in interface com.liferay.portal.service.UserTrackerPathLocalService
- Throws:
com.liferay.portal.SystemException