com.liferay.portlet.tags.service
Interface TagsPropertyLocalService


@Transactional(rollbackFor={com.liferay.portal.PortalException.class,com.liferay.portal.SystemException.class})
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 addTagsProperty(TagsProperty tagsProperty)
           
 TagsProperty createTagsProperty(long propertyId)
           
 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 groupId)
           
 java.util.List<TagsProperty> getPropertyValues(long groupId, 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)
           
 

Method Detail

addTagsProperty

TagsProperty addTagsProperty(TagsProperty tagsProperty)
                             throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

createTagsProperty

TagsProperty createTagsProperty(long propertyId)

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

@Transactional(propagation=SUPPORTS,
               readOnly=true)
TagsProperty getTagsProperty(long propertyId)
                             throws com.liferay.portal.SystemException,
                                    com.liferay.portal.PortalException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException

getTagsProperties

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<TagsProperty> getTagsProperties(int start,
                                                             int end)
                                               throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getTagsPropertiesCount

@Transactional(propagation=SUPPORTS,
               readOnly=true)
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

deleteProperties

void deleteProperties(long entryId)
                      throws com.liferay.portal.SystemException
Throws:
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.SystemException
Throws:
com.liferay.portal.SystemException

getProperties

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<TagsProperty> getProperties()
                                           throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getProperties

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<TagsProperty> getProperties(long entryId)
                                           throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getProperty

@Transactional(propagation=SUPPORTS,
               readOnly=true)
TagsProperty getProperty(long propertyId)
                         throws com.liferay.portal.PortalException,
                                com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getProperty

@Transactional(propagation=SUPPORTS,
               readOnly=true)
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

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.lang.String[] getPropertyKeys(long groupId)
                                   throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getPropertyValues

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<TagsProperty> getPropertyValues(long groupId,
                                                             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