com.liferay.portlet.tags.service.impl
Class TagsPropertyLocalServiceImpl
java.lang.Object
com.liferay.portlet.tags.service.base.TagsPropertyLocalServiceBaseImpl
com.liferay.portlet.tags.service.impl.TagsPropertyLocalServiceImpl
- All Implemented Interfaces:
- com.liferay.portlet.tags.service.TagsPropertyLocalService
- public class TagsPropertyLocalServiceImpl
- extends TagsPropertyLocalServiceBaseImpl
View Source
- Author:
- Brian Wing Shun Chan
Method Summary |
com.liferay.portlet.tags.model.TagsProperty |
addProperty(long userId,
long entryId,
java.lang.String key,
java.lang.String value)
|
com.liferay.portlet.tags.model.TagsProperty |
addProperty(long userId,
java.lang.String entryName,
java.lang.String key,
java.lang.String value)
|
void |
deleteProperties(long entryId)
|
void |
deleteProperty(long propertyId)
|
void |
deleteProperty(com.liferay.portlet.tags.model.TagsProperty property)
|
java.util.List |
getProperties()
|
java.util.List |
getProperties(long entryId)
|
com.liferay.portlet.tags.model.TagsProperty |
getProperty(long propertyId)
|
com.liferay.portlet.tags.model.TagsProperty |
getProperty(long entryId,
java.lang.String key)
|
java.lang.String[] |
getPropertyKeys(long companyId)
|
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)
|
protected void |
validate(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 |
TagsPropertyLocalServiceImpl
public TagsPropertyLocalServiceImpl()
addProperty
public com.liferay.portlet.tags.model.TagsProperty addProperty(long userId,
long entryId,
java.lang.String key,
java.lang.String value)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
addProperty
public com.liferay.portlet.tags.model.TagsProperty addProperty(long userId,
java.lang.String entryName,
java.lang.String key,
java.lang.String value)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteProperties
public void deleteProperties(long entryId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteProperty
public void deleteProperty(long propertyId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteProperty
public void deleteProperty(com.liferay.portlet.tags.model.TagsProperty property)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getProperties
public java.util.List getProperties()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getProperties
public java.util.List getProperties(long entryId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getProperty
public com.liferay.portlet.tags.model.TagsProperty getProperty(long propertyId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getProperty
public com.liferay.portlet.tags.model.TagsProperty getProperty(long entryId,
java.lang.String key)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getPropertyKeys
public java.lang.String[] getPropertyKeys(long companyId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getPropertyValues
public java.util.List getPropertyValues(long companyId,
java.lang.String key)
throws com.liferay.portal.SystemException
- 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
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
validate
protected void validate(java.lang.String key,
java.lang.String value)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException