com.liferay.portlet.tags.service
Interface TagsPropertyLocalService
public interface TagsPropertyLocalService
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This interface defines the service. The default implementation is
com.liferay.portlet.tags.service.impl.TagsPropertyLocalServiceImpl
.
Modify methods in that class and rerun ServiceBuilder to populate this class
and all other generated classes.
This is a local service. Methods of this service will not have security checks based on the propagated JAAS credentials because this service can only be accessed from within the same VM.
- Author:
- Brian Wing Shun Chan
- See Also:
TagsPropertyLocalServiceUtil
Method Summary |
TagsProperty |
addProperty(long userId,
long entryId,
java.lang.String key,
java.lang.String value)
|
TagsProperty |
addProperty(long userId,
java.lang.String entryName,
java.lang.String key,
java.lang.String value)
|
TagsProperty |
addTagsProperty(TagsProperty tagsProperty)
|
void |
deleteProperties(long entryId)
|
void |
deleteProperty(long propertyId)
|
void |
deleteProperty(TagsProperty property)
|
void |
deleteTagsProperty(long propertyId)
|
void |
deleteTagsProperty(TagsProperty tagsProperty)
|
java.util.List<java.lang.Object> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
java.util.List<java.lang.Object> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
|
java.util.List<TagsProperty> |
getProperties()
|
java.util.List<TagsProperty> |
getProperties(long entryId)
|
TagsProperty |
getProperty(long propertyId)
|
TagsProperty |
getProperty(long entryId,
java.lang.String key)
|
java.lang.String[] |
getPropertyKeys(long companyId)
|
java.util.List<TagsProperty> |
getPropertyValues(long companyId,
java.lang.String key)
|
java.util.List<TagsProperty> |
getTagsProperties(int start,
int end)
|
int |
getTagsPropertiesCount()
|
TagsProperty |
getTagsProperty(long propertyId)
|
TagsProperty |
updateProperty(long propertyId,
java.lang.String key,
java.lang.String value)
|
TagsProperty |
updateTagsProperty(TagsProperty tagsProperty)
|
addTagsProperty
TagsProperty addTagsProperty(TagsProperty tagsProperty)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
deleteTagsProperty
void deleteTagsProperty(long propertyId)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
deleteTagsProperty
void deleteTagsProperty(TagsProperty tagsProperty)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
dynamicQuery
java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
dynamicQuery
java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getTagsProperty
TagsProperty getTagsProperty(long propertyId)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
getTagsProperties
java.util.List<TagsProperty> getTagsProperties(int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getTagsPropertiesCount
int getTagsPropertiesCount()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
updateTagsProperty
TagsProperty updateTagsProperty(TagsProperty tagsProperty)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
addProperty
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
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
void deleteProperties(long entryId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteProperty
void deleteProperty(long propertyId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteProperty
void deleteProperty(TagsProperty property)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getProperties
java.util.List<TagsProperty> getProperties()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getProperties
java.util.List<TagsProperty> getProperties(long entryId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getProperty
TagsProperty getProperty(long propertyId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getProperty
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
java.lang.String[] getPropertyKeys(long companyId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getPropertyValues
java.util.List<TagsProperty> getPropertyValues(long companyId,
java.lang.String key)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
updateProperty
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