com.liferay.portlet.tags.service
Class TagsPropertyServiceWrapper

java.lang.Object
  extended by 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:

Constructor Summary
TagsPropertyServiceWrapper(TagsPropertyService tagsPropertyService)
           
 
Method Summary
 TagsProperty addProperty(long entryId, java.lang.String key, java.lang.String value)
           
 TagsProperty addProperty(java.lang.String entryName, java.lang.String key, java.lang.String value)
           
 void deleteProperty(long propertyId)
           
 java.util.List<TagsProperty> getProperties(long entryId)
           
 java.util.List<TagsProperty> getPropertyValues(long companyId, java.lang.String key)
           
 TagsPropertyService getWrappedTagsPropertyService()
           
 TagsProperty updateProperty(long propertyId, java.lang.String key, java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagsPropertyServiceWrapper

public TagsPropertyServiceWrapper(TagsPropertyService tagsPropertyService)
Method Detail

addProperty

public TagsProperty addProperty(long entryId,
                                java.lang.String key,
                                java.lang.String value)
                         throws com.liferay.portal.PortalException,
                                com.liferay.portal.SystemException,
                                java.rmi.RemoteException
Specified by:
addProperty in interface TagsPropertyService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException

addProperty

public TagsProperty addProperty(java.lang.String entryName,
                                java.lang.String key,
                                java.lang.String value)
                         throws com.liferay.portal.PortalException,
                                com.liferay.portal.SystemException,
                                java.rmi.RemoteException
Specified by:
addProperty in interface TagsPropertyService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException

deleteProperty

public void deleteProperty(long propertyId)
                    throws com.liferay.portal.PortalException,
                           com.liferay.portal.SystemException,
                           java.rmi.RemoteException
Specified by:
deleteProperty in interface TagsPropertyService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException

getProperties

public java.util.List<TagsProperty> getProperties(long entryId)
                                           throws com.liferay.portal.SystemException,
                                                  java.rmi.RemoteException
Specified by:
getProperties in interface TagsPropertyService
Throws:
com.liferay.portal.SystemException
java.rmi.RemoteException

getPropertyValues

public java.util.List<TagsProperty> getPropertyValues(long companyId,
                                                      java.lang.String key)
                                               throws com.liferay.portal.SystemException,
                                                      java.rmi.RemoteException
Specified by:
getPropertyValues in interface TagsPropertyService
Throws:
com.liferay.portal.SystemException
java.rmi.RemoteException

updateProperty

public TagsProperty updateProperty(long propertyId,
                                   java.lang.String key,
                                   java.lang.String value)
                            throws com.liferay.portal.PortalException,
                                   com.liferay.portal.SystemException,
                                   java.rmi.RemoteException
Specified by:
updateProperty in interface TagsPropertyService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException

getWrappedTagsPropertyService

public TagsPropertyService getWrappedTagsPropertyService()