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

java.lang.Object
  extended by com.liferay.portal.service.base.PrincipalBean
      extended by com.liferay.portlet.tags.service.base.TagsPropertyServiceBaseImpl
          extended by com.liferay.portlet.tags.service.impl.TagsPropertyServiceImpl
All Implemented Interfaces:
com.liferay.portlet.tags.service.TagsPropertyService

public class TagsPropertyServiceImpl
extends TagsPropertyServiceBaseImpl

View Source

Author:
Brian Wing Shun Chan

Field Summary
 
Fields inherited from class com.liferay.portlet.tags.service.base.TagsPropertyServiceBaseImpl
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
 
Fields inherited from class com.liferay.portal.service.base.PrincipalBean
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
 
Constructor Summary
TagsPropertyServiceImpl()
           
 
Method Summary
 com.liferay.portlet.tags.model.TagsProperty addProperty(long entryId, java.lang.String key, java.lang.String value)
           
 void deleteProperty(long propertyId)
           
 java.util.List<com.liferay.portlet.tags.model.TagsProperty> getProperties(long entryId)
           
 java.util.List<com.liferay.portlet.tags.model.TagsProperty> getPropertyValues(long companyId, java.lang.String key)
           
 com.liferay.portlet.tags.model.TagsProperty updateProperty(long propertyId, java.lang.String key, java.lang.String value)
           
 
Methods inherited from class com.liferay.portlet.tags.service.base.TagsPropertyServiceBaseImpl
getCounterLocalService, getCounterService, getTagsAssetFinder, getTagsAssetLocalService, getTagsAssetPersistence, getTagsAssetService, getTagsEntryFinder, getTagsEntryLocalService, getTagsEntryPersistence, getTagsEntryService, 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
 
Methods inherited from class com.liferay.portal.service.base.PrincipalBean
getGuestOrUserId, getPermissionChecker, getUser, getUserId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagsPropertyServiceImpl

public TagsPropertyServiceImpl()
Method Detail

addProperty

public com.liferay.portlet.tags.model.TagsProperty addProperty(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

deleteProperty

public void deleteProperty(long propertyId)
                    throws com.liferay.portal.PortalException,
                           com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
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

getPropertyValues

public java.util.List<com.liferay.portlet.tags.model.TagsProperty> getPropertyValues(long companyId,
                                                                                     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