com.liferay.portlet.tags.service
Class TagsPropertyServiceWrapper
java.lang.Object
com.liferay.portlet.tags.service.TagsPropertyServiceWrapper
- All Implemented Interfaces:
- TagsPropertyService
public class TagsPropertyServiceWrapper
- extends java.lang.Object
- implements TagsPropertyService
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for TagsPropertyService
.
- Author:
- Brian Wing Shun Chan
- See Also:
TagsPropertyService
- Generated:
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TagsPropertyServiceWrapper
public TagsPropertyServiceWrapper(TagsPropertyService tagsPropertyService)
addProperty
public TagsProperty addProperty(long entryId,
java.lang.String key,
java.lang.String value)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
addProperty
in interface TagsPropertyService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteProperty
public void deleteProperty(long propertyId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
deleteProperty
in interface TagsPropertyService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getProperties
public java.util.List<TagsProperty> getProperties(long entryId)
throws com.liferay.portal.SystemException
- Specified by:
getProperties
in interface TagsPropertyService
- Throws:
com.liferay.portal.SystemException
getPropertyValues
public java.util.List<TagsProperty> getPropertyValues(long companyId,
java.lang.String key)
throws com.liferay.portal.SystemException
- Specified by:
getPropertyValues
in interface TagsPropertyService
- 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 TagsPropertyService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getWrappedTagsPropertyService
public TagsPropertyService getWrappedTagsPropertyService()