com.liferay.portlet.tags.service.impl
Class TagsPropertyServiceImpl
java.lang.Object
com.liferay.portal.service.impl.PrincipalBean
com.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
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TagsPropertyServiceImpl
public TagsPropertyServiceImpl()
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