com.liferay.portlet.tags.service.base
Class TagsAssetLocalServiceBaseImpl

java.lang.Object
  extended bycom.liferay.portlet.tags.service.base.TagsAssetLocalServiceBaseImpl
All Implemented Interfaces:
com.liferay.portlet.tags.service.TagsAssetLocalService
Direct Known Subclasses:
TagsAssetLocalServiceImpl

public abstract class TagsAssetLocalServiceBaseImpl
extends java.lang.Object
implements com.liferay.portlet.tags.service.TagsAssetLocalService

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
TagsAssetLocalServiceBaseImpl()
           
 
Method Summary
 com.liferay.portlet.tags.model.TagsAsset addTagsAsset(com.liferay.portlet.tags.model.TagsAsset 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.portlet.tags.model.TagsAsset updateTagsAsset(com.liferay.portlet.tags.model.TagsAsset 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.portlet.tags.service.TagsAssetLocalService
deleteAsset, deleteAsset, deleteAsset, getAsset, getAsset, getAssets, getAssets, getAssetsCount, getAssetsCount, getAssetTypes, getCompanyAssetDisplays, getCompanyAssets, getCompanyAssetsCount, search, searchAssetDisplays, searchAssetDisplaysCount, updateAsset, updateAsset, validate
 

Constructor Detail

TagsAssetLocalServiceBaseImpl

public TagsAssetLocalServiceBaseImpl()
Method Detail

addTagsAsset

public com.liferay.portlet.tags.model.TagsAsset addTagsAsset(com.liferay.portlet.tags.model.TagsAsset model)
                                                      throws com.liferay.portal.SystemException
Specified by:
addTagsAsset in interface com.liferay.portlet.tags.service.TagsAssetLocalService
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.portlet.tags.service.TagsAssetLocalService
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.portlet.tags.service.TagsAssetLocalService
Throws:
com.liferay.portal.SystemException

updateTagsAsset

public com.liferay.portlet.tags.model.TagsAsset updateTagsAsset(com.liferay.portlet.tags.model.TagsAsset model)
                                                         throws com.liferay.portal.SystemException
Specified by:
updateTagsAsset in interface com.liferay.portlet.tags.service.TagsAssetLocalService
Throws:
com.liferay.portal.SystemException