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:
TagsPropertyLocalServiceFactory
,
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<TagsProperty> |
dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
|
java.util.List<TagsProperty> |
dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
int begin,
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)
|
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,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
dynamicQuery
java.util.List<TagsProperty> dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
dynamicQuery
java.util.List<TagsProperty> dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
int begin,
int end)
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.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
addProperty
TagsProperty addProperty(long userId,
java.lang.String entryName,
java.lang.String key,
java.lang.String value)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
deleteProperties
void deleteProperties(long entryId)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
deleteProperty
void deleteProperty(long propertyId)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
deleteProperty
void deleteProperty(TagsProperty property)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
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.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
getProperty
TagsProperty getProperty(long entryId,
java.lang.String key)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
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.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException