com.liferay.portlet.tags.service.impl
Class TagsPropertyServiceImpl

java.lang.Object
  extended bycom.liferay.portal.service.impl.PrincipalBean
      extended bycom.liferay.portlet.tags.service.impl.TagsPropertyServiceImpl
All Implemented Interfaces:
com.liferay.portlet.tags.service.TagsPropertyService

public class TagsPropertyServiceImpl
extends PrincipalBean
implements com.liferay.portlet.tags.service.TagsPropertyService

View Source

Author:
Brian Wing Shun Chan

Field Summary
 
Fields inherited from class com.liferay.portal.service.impl.PrincipalBean
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
 
Constructor Summary
TagsPropertyServiceImpl()
           
 
Method Summary
 com.liferay.portlet.tags.model.TagsProperty addProperty(long entryId, java.lang.String key, java.lang.String value)
           
 com.liferay.portlet.tags.model.TagsProperty addProperty(java.lang.String entryName, java.lang.String key, java.lang.String value)
           
 void deleteProperty(long propertyId)
           
 java.util.List getProperties(long entryId)
           
 java.util.List getPropertyValues(long companyId, java.lang.String key)
           
 com.liferay.portlet.tags.model.TagsProperty updateProperty(long propertyId, java.lang.String key, java.lang.String value)
           
 
Methods inherited from class com.liferay.portal.service.impl.PrincipalBean
getGuestOrUserId, getPermissionChecker, getUser, getUserId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagsPropertyServiceImpl

public TagsPropertyServiceImpl()
Method Detail

addProperty

public com.liferay.portlet.tags.model.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 com.liferay.portlet.tags.service.TagsPropertyService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

addProperty

public com.liferay.portlet.tags.model.TagsProperty addProperty(java.lang.String entryName,
                                                               java.lang.String key,
                                                               java.lang.String value)
                                                        throws com.liferay.portal.PortalException,
                                                               com.liferay.portal.SystemException
Specified by:
addProperty in interface com.liferay.portlet.tags.service.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 com.liferay.portlet.tags.service.TagsPropertyService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getProperties

public java.util.List getProperties(long entryId)
                             throws com.liferay.portal.SystemException
Specified by:
getProperties in interface com.liferay.portlet.tags.service.TagsPropertyService
Throws:
com.liferay.portal.SystemException

getPropertyValues

public java.util.List getPropertyValues(long companyId,
                                        java.lang.String key)
                                 throws com.liferay.portal.SystemException
Specified by:
getPropertyValues in interface com.liferay.portlet.tags.service.TagsPropertyService
Throws:
com.liferay.portal.SystemException

updateProperty

public com.liferay.portlet.tags.model.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 com.liferay.portlet.tags.service.TagsPropertyService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException