com.liferay.portlet.tags.service.impl
Class TagsPropertyLocalServiceImpl

java.lang.Object
  extended by com.liferay.portlet.tags.service.base.TagsPropertyLocalServiceBaseImpl
      extended by 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

Field Summary
 
Fields inherited from class com.liferay.portlet.tags.service.base.TagsPropertyLocalServiceBaseImpl
counterLocalService, counterService, tagsAssetFinder, tagsAssetLocalService, tagsAssetPersistence, tagsAssetService, tagsEntryFinder, tagsEntryLocalService, tagsEntryPersistence, tagsEntryService, tagsPropertyFinder, tagsPropertyKeyFinder, tagsPropertyLocalService, tagsPropertyPersistence, tagsPropertyService, tagsSourceLocalService, tagsSourcePersistence, tagsSourceService, tagsVocabularyLocalService, tagsVocabularyPersistence, tagsVocabularyService, userFinder, userLocalService, userPersistence, userService
 
Constructor Summary
TagsPropertyLocalServiceImpl()
           
 
Method Summary
 com.liferay.portlet.tags.model.TagsProperty addProperty(long userId, long entryId, 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<com.liferay.portlet.tags.model.TagsProperty> getProperties()
           
 java.util.List<com.liferay.portlet.tags.model.TagsProperty> 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 groupId)
           
 java.util.List<com.liferay.portlet.tags.model.TagsProperty> getPropertyValues(long groupId, 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 com.liferay.portlet.tags.service.base.TagsPropertyLocalServiceBaseImpl
addTagsProperty, createTagsProperty, deleteTagsProperty, deleteTagsProperty, dynamicQuery, dynamicQuery, getCounterLocalService, getCounterService, getTagsAssetFinder, getTagsAssetLocalService, getTagsAssetPersistence, getTagsAssetService, getTagsEntryFinder, getTagsEntryLocalService, getTagsEntryPersistence, getTagsEntryService, getTagsProperties, getTagsPropertiesCount, getTagsProperty, getTagsPropertyFinder, getTagsPropertyKeyFinder, getTagsPropertyLocalService, getTagsPropertyPersistence, getTagsPropertyService, getTagsSourceLocalService, getTagsSourcePersistence, getTagsSourceService, getTagsVocabularyLocalService, getTagsVocabularyPersistence, getTagsVocabularyService, getUserFinder, getUserLocalService, getUserPersistence, getUserService, setCounterLocalService, setCounterService, setTagsAssetFinder, setTagsAssetLocalService, setTagsAssetPersistence, setTagsAssetService, setTagsEntryFinder, setTagsEntryLocalService, setTagsEntryPersistence, setTagsEntryService, setTagsPropertyFinder, setTagsPropertyKeyFinder, setTagsPropertyLocalService, setTagsPropertyPersistence, setTagsPropertyService, setTagsSourceLocalService, setTagsSourcePersistence, setTagsSourceService, setTagsVocabularyLocalService, setTagsVocabularyPersistence, setTagsVocabularyService, setUserFinder, setUserLocalService, setUserPersistence, setUserService, updateTagsProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagsPropertyLocalServiceImpl

public TagsPropertyLocalServiceImpl()
Method Detail

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

deleteProperties

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

getProperties

public java.util.List<com.liferay.portlet.tags.model.TagsProperty> getProperties()
                                                                          throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getProperties

public java.util.List<com.liferay.portlet.tags.model.TagsProperty> 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 groupId)
                                   throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getPropertyValues

public java.util.List<com.liferay.portlet.tags.model.TagsProperty> getPropertyValues(long groupId,
                                                                                     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
Throws:
com.liferay.portal.PortalException