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 model)
           
 void afterPropertiesSet()
           
 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)
           
 TagsAssetFinder getTagsAssetFinder()
           
 TagsAssetPersistence getTagsAssetPersistence()
           
 TagsEntryFinder getTagsEntryFinder()
           
 TagsEntryPersistence getTagsEntryPersistence()
           
 TagsPropertyFinder getTagsPropertyFinder()
           
 TagsPropertyKeyFinder getTagsPropertyKeyFinder()
           
 TagsPropertyPersistence getTagsPropertyPersistence()
           
 TagsSourcePersistence getTagsSourcePersistence()
           
 UserFinder getUserFinder()
           
 UserPersistence getUserPersistence()
           
 void setTagsAssetFinder(TagsAssetFinder tagsAssetFinder)
           
 void setTagsAssetPersistence(TagsAssetPersistence tagsAssetPersistence)
           
 void setTagsEntryFinder(TagsEntryFinder tagsEntryFinder)
           
 void setTagsEntryPersistence(TagsEntryPersistence tagsEntryPersistence)
           
 void setTagsPropertyFinder(TagsPropertyFinder tagsPropertyFinder)
           
 void setTagsPropertyKeyFinder(TagsPropertyKeyFinder tagsPropertyKeyFinder)
           
 void setTagsPropertyPersistence(TagsPropertyPersistence tagsPropertyPersistence)
           
 void setTagsSourcePersistence(TagsSourcePersistence tagsSourcePersistence)
           
 void setUserFinder(UserFinder userFinder)
           
 void setUserPersistence(UserPersistence userPersistence)
           
 TagsProperty updateProperty(long propertyId, java.lang.String key, java.lang.String value)
           
 TagsProperty updateTagsProperty(TagsProperty model)
           
 

Method Detail

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

getTagsAssetPersistence

public TagsAssetPersistence getTagsAssetPersistence()

setTagsAssetPersistence

public void setTagsAssetPersistence(TagsAssetPersistence tagsAssetPersistence)

getTagsAssetFinder

public TagsAssetFinder getTagsAssetFinder()

setTagsAssetFinder

public void setTagsAssetFinder(TagsAssetFinder tagsAssetFinder)

getTagsEntryPersistence

public TagsEntryPersistence getTagsEntryPersistence()

setTagsEntryPersistence

public void setTagsEntryPersistence(TagsEntryPersistence tagsEntryPersistence)

getTagsEntryFinder

public TagsEntryFinder getTagsEntryFinder()

setTagsEntryFinder

public void setTagsEntryFinder(TagsEntryFinder tagsEntryFinder)

getTagsPropertyPersistence

public TagsPropertyPersistence getTagsPropertyPersistence()

setTagsPropertyPersistence

public void setTagsPropertyPersistence(TagsPropertyPersistence tagsPropertyPersistence)

getTagsPropertyFinder

public TagsPropertyFinder getTagsPropertyFinder()

setTagsPropertyFinder

public void setTagsPropertyFinder(TagsPropertyFinder tagsPropertyFinder)

getTagsPropertyKeyFinder

public TagsPropertyKeyFinder getTagsPropertyKeyFinder()

setTagsPropertyKeyFinder

public void setTagsPropertyKeyFinder(TagsPropertyKeyFinder tagsPropertyKeyFinder)

getTagsSourcePersistence

public TagsSourcePersistence getTagsSourcePersistence()

setTagsSourcePersistence

public void setTagsSourcePersistence(TagsSourcePersistence tagsSourcePersistence)

getUserPersistence

public UserPersistence getUserPersistence()

setUserPersistence

public void setUserPersistence(UserPersistence userPersistence)

getUserFinder

public UserFinder getUserFinder()

setUserFinder

public void setUserFinder(UserFinder userFinder)

afterPropertiesSet

public void afterPropertiesSet()

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