com.liferay.portlet.tags.service
Class TagsPropertyLocalServiceWrapper
java.lang.Object
com.liferay.portlet.tags.service.TagsPropertyLocalServiceWrapper
- All Implemented Interfaces:
- TagsPropertyLocalService
public class TagsPropertyLocalServiceWrapper
- extends java.lang.Object
- implements TagsPropertyLocalService
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for TagsPropertyLocalService
.
- Author:
- Brian Wing Shun Chan
- See Also:
TagsPropertyLocalService
- Generated:
Method Summary |
TagsProperty |
addProperty(long userId,
long entryId,
java.lang.String key,
java.lang.String value)
|
TagsProperty |
addTagsProperty(TagsProperty tagsProperty)
|
TagsProperty |
createTagsProperty(long propertyId)
|
void |
deleteProperties(long entryId)
|
void |
deleteProperty(long propertyId)
|
void |
deleteProperty(TagsProperty property)
|
void |
deleteTagsProperty(long propertyId)
|
void |
deleteTagsProperty(TagsProperty tagsProperty)
|
java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
|
java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
int |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
java.util.List<TagsProperty> |
getProperties()
|
java.util.List<TagsProperty> |
getProperties(long entryId)
|
TagsProperty |
getProperty(long propertyId)
|
TagsProperty |
getProperty(long entryId,
java.lang.String key)
|
java.lang.String[] |
getPropertyKeys(long groupId)
|
java.util.List<TagsProperty> |
getPropertyValues(long groupId,
java.lang.String key)
|
java.util.List<TagsProperty> |
getTagsProperties(int start,
int end)
|
int |
getTagsPropertiesCount()
|
TagsProperty |
getTagsProperty(long propertyId)
|
TagsPropertyLocalService |
getWrappedTagsPropertyLocalService()
|
TagsProperty |
updateProperty(long propertyId,
java.lang.String key,
java.lang.String value)
|
TagsProperty |
updateTagsProperty(TagsProperty tagsProperty)
|
TagsProperty |
updateTagsProperty(TagsProperty tagsProperty,
boolean merge)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TagsPropertyLocalServiceWrapper
public TagsPropertyLocalServiceWrapper(TagsPropertyLocalService tagsPropertyLocalService)
addTagsProperty
public TagsProperty addTagsProperty(TagsProperty tagsProperty)
throws com.liferay.portal.SystemException
- Specified by:
addTagsProperty
in interface TagsPropertyLocalService
- Throws:
com.liferay.portal.SystemException
createTagsProperty
public TagsProperty createTagsProperty(long propertyId)
- Specified by:
createTagsProperty
in interface TagsPropertyLocalService
deleteTagsProperty
public void deleteTagsProperty(long propertyId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
deleteTagsProperty
in interface TagsPropertyLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteTagsProperty
public void deleteTagsProperty(TagsProperty tagsProperty)
throws com.liferay.portal.SystemException
- Specified by:
deleteTagsProperty
in interface TagsPropertyLocalService
- 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 TagsPropertyLocalService
- 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 TagsPropertyLocalService
- 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 TagsPropertyLocalService
- 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 TagsPropertyLocalService
- Throws:
com.liferay.portal.SystemException
getTagsProperty
public TagsProperty getTagsProperty(long propertyId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getTagsProperty
in interface TagsPropertyLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getTagsProperties
public java.util.List<TagsProperty> getTagsProperties(int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
getTagsProperties
in interface TagsPropertyLocalService
- Throws:
com.liferay.portal.SystemException
getTagsPropertiesCount
public int getTagsPropertiesCount()
throws com.liferay.portal.SystemException
- Specified by:
getTagsPropertiesCount
in interface TagsPropertyLocalService
- Throws:
com.liferay.portal.SystemException
updateTagsProperty
public TagsProperty updateTagsProperty(TagsProperty tagsProperty)
throws com.liferay.portal.SystemException
- Specified by:
updateTagsProperty
in interface TagsPropertyLocalService
- Throws:
com.liferay.portal.SystemException
updateTagsProperty
public TagsProperty updateTagsProperty(TagsProperty tagsProperty,
boolean merge)
throws com.liferay.portal.SystemException
- Specified by:
updateTagsProperty
in interface TagsPropertyLocalService
- Throws:
com.liferay.portal.SystemException
addProperty
public TagsProperty addProperty(long userId,
long entryId,
java.lang.String key,
java.lang.String value)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
addProperty
in interface TagsPropertyLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteProperties
public void deleteProperties(long entryId)
throws com.liferay.portal.SystemException
- Specified by:
deleteProperties
in interface TagsPropertyLocalService
- Throws:
com.liferay.portal.SystemException
deleteProperty
public void deleteProperty(long propertyId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
deleteProperty
in interface TagsPropertyLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteProperty
public void deleteProperty(TagsProperty property)
throws com.liferay.portal.SystemException
- Specified by:
deleteProperty
in interface TagsPropertyLocalService
- Throws:
com.liferay.portal.SystemException
getProperties
public java.util.List<TagsProperty> getProperties()
throws com.liferay.portal.SystemException
- Specified by:
getProperties
in interface TagsPropertyLocalService
- Throws:
com.liferay.portal.SystemException
getProperties
public java.util.List<TagsProperty> getProperties(long entryId)
throws com.liferay.portal.SystemException
- Specified by:
getProperties
in interface TagsPropertyLocalService
- Throws:
com.liferay.portal.SystemException
getProperty
public TagsProperty getProperty(long propertyId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getProperty
in interface TagsPropertyLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getProperty
public TagsProperty getProperty(long entryId,
java.lang.String key)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getProperty
in interface TagsPropertyLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getPropertyKeys
public java.lang.String[] getPropertyKeys(long groupId)
throws com.liferay.portal.SystemException
- Specified by:
getPropertyKeys
in interface TagsPropertyLocalService
- Throws:
com.liferay.portal.SystemException
getPropertyValues
public java.util.List<TagsProperty> getPropertyValues(long groupId,
java.lang.String key)
throws com.liferay.portal.SystemException
- Specified by:
getPropertyValues
in interface TagsPropertyLocalService
- Throws:
com.liferay.portal.SystemException
updateProperty
public TagsProperty updateProperty(long propertyId,
java.lang.String key,
java.lang.String value)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
updateProperty
in interface TagsPropertyLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getWrappedTagsPropertyLocalService
public TagsPropertyLocalService getWrappedTagsPropertyLocalService()