com.liferay.portal.service.base
Class UserTrackerPathLocalServiceBaseImpl

java.lang.Object
  extended bycom.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

Constructor Summary
UserTrackerPathLocalServiceBaseImpl()
           
 
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
 

Constructor Detail

UserTrackerPathLocalServiceBaseImpl

public UserTrackerPathLocalServiceBaseImpl()
Method Detail

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