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:
TagsPropertyServiceFactory
,
TagsPropertyServiceUtil
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 model)
|
void |
deleteProperties(long entryId)
|
void |
deleteProperty(long propertyId)
|
void |
deleteProperty(TagsProperty property)
|
java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
|
java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
int begin,
int end)
|
java.util.List |
getProperties()
|
java.util.List |
getProperties(long entryId)
|
TagsProperty |
getProperty(long propertyId)
|
TagsProperty |
getProperty(long entryId,
java.lang.String key)
|
java.lang.String[] |
getPropertyKeys(long companyId)
|
java.util.List |
getPropertyValues(long companyId,
java.lang.String key)
|
TagsProperty |
updateProperty(long propertyId,
java.lang.String key,
java.lang.String value)
|
TagsProperty |
updateTagsProperty(TagsProperty model)
|
addTagsProperty
public TagsProperty addTagsProperty(TagsProperty model)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
updateTagsProperty
public TagsProperty updateTagsProperty(TagsProperty model)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
addProperty
public 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
public 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
public void deleteProperties(long entryId)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
deleteProperty
public void deleteProperty(long propertyId)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
deleteProperty
public void deleteProperty(TagsProperty property)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
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 TagsProperty getProperty(long propertyId)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
getProperty
public 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
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 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