com.liferay.portlet.tags.service
Class TagsSourceLocalServiceWrapper
java.lang.Object
com.liferay.portlet.tags.service.TagsSourceLocalServiceWrapper
- All Implemented Interfaces:
- TagsSourceLocalService
public class TagsSourceLocalServiceWrapper
- extends java.lang.Object
- implements TagsSourceLocalService
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for TagsSourceLocalService
.
- Author:
- Brian Wing Shun Chan
- See Also:
TagsSourceLocalService
- Generated:
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TagsSourceLocalServiceWrapper
public TagsSourceLocalServiceWrapper(TagsSourceLocalService tagsSourceLocalService)
addTagsSource
public TagsSource addTagsSource(TagsSource tagsSource)
throws com.liferay.portal.SystemException
- Specified by:
addTagsSource
in interface TagsSourceLocalService
- Throws:
com.liferay.portal.SystemException
createTagsSource
public TagsSource createTagsSource(long sourceId)
- Specified by:
createTagsSource
in interface TagsSourceLocalService
deleteTagsSource
public void deleteTagsSource(long sourceId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
deleteTagsSource
in interface TagsSourceLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteTagsSource
public void deleteTagsSource(TagsSource tagsSource)
throws com.liferay.portal.SystemException
- Specified by:
deleteTagsSource
in interface TagsSourceLocalService
- 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 TagsSourceLocalService
- 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 TagsSourceLocalService
- 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 TagsSourceLocalService
- 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 TagsSourceLocalService
- Throws:
com.liferay.portal.SystemException
getTagsSource
public TagsSource getTagsSource(long sourceId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getTagsSource
in interface TagsSourceLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getTagsSources
public java.util.List<TagsSource> getTagsSources(int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
getTagsSources
in interface TagsSourceLocalService
- Throws:
com.liferay.portal.SystemException
getTagsSourcesCount
public int getTagsSourcesCount()
throws com.liferay.portal.SystemException
- Specified by:
getTagsSourcesCount
in interface TagsSourceLocalService
- Throws:
com.liferay.portal.SystemException
updateTagsSource
public TagsSource updateTagsSource(TagsSource tagsSource)
throws com.liferay.portal.SystemException
- Specified by:
updateTagsSource
in interface TagsSourceLocalService
- Throws:
com.liferay.portal.SystemException
updateTagsSource
public TagsSource updateTagsSource(TagsSource tagsSource,
boolean merge)
throws com.liferay.portal.SystemException
- Specified by:
updateTagsSource
in interface TagsSourceLocalService
- Throws:
com.liferay.portal.SystemException
getWrappedTagsSourceLocalService
public TagsSourceLocalService getWrappedTagsSourceLocalService()