com.liferay.portlet.tags.service.base
Class TagsPropertyLocalServiceBaseImpl
java.lang.Object
com.liferay.portlet.tags.service.base.TagsPropertyLocalServiceBaseImpl
- All Implemented Interfaces:
- com.liferay.portlet.tags.service.TagsPropertyLocalService
- Direct Known Subclasses:
- TagsPropertyLocalServiceImpl
- public abstract class TagsPropertyLocalServiceBaseImpl
- extends java.lang.Object
- implements com.liferay.portlet.tags.service.TagsPropertyLocalService
View Source
- Author:
- Brian Wing Shun Chan
Method Summary |
com.liferay.portlet.tags.model.TagsProperty |
addTagsProperty(com.liferay.portlet.tags.model.TagsProperty 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.TagsProperty |
updateTagsProperty(com.liferay.portlet.tags.model.TagsProperty 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.TagsPropertyLocalService |
addProperty, addProperty, deleteProperties, deleteProperty, deleteProperty, getProperties, getProperties, getProperty, getProperty, getPropertyKeys, getPropertyValues, updateProperty |
TagsPropertyLocalServiceBaseImpl
public TagsPropertyLocalServiceBaseImpl()
addTagsProperty
public com.liferay.portlet.tags.model.TagsProperty addTagsProperty(com.liferay.portlet.tags.model.TagsProperty model)
throws com.liferay.portal.SystemException
- Specified by:
addTagsProperty
in interface com.liferay.portlet.tags.service.TagsPropertyLocalService
- 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.TagsPropertyLocalService
- 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.TagsPropertyLocalService
- Throws:
com.liferay.portal.SystemException
updateTagsProperty
public com.liferay.portlet.tags.model.TagsProperty updateTagsProperty(com.liferay.portlet.tags.model.TagsProperty model)
throws com.liferay.portal.SystemException
- Specified by:
updateTagsProperty
in interface com.liferay.portlet.tags.service.TagsPropertyLocalService
- Throws:
com.liferay.portal.SystemException