com.liferay.portlet.tags.service
Interface TagsSourceLocalService


public interface TagsSourceLocalService

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.TagsSourceLocalServiceImpl. 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:
TagsSourceLocalServiceFactory, TagsSourceLocalServiceUtil

Method Summary
 TagsSource addTagsSource(TagsSource model)
           
 void afterPropertiesSet()
           
 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)
           
 TagsAssetFinder getTagsAssetFinder()
           
 TagsAssetPersistence getTagsAssetPersistence()
           
 TagsEntryFinder getTagsEntryFinder()
           
 TagsEntryPersistence getTagsEntryPersistence()
           
 TagsPropertyFinder getTagsPropertyFinder()
           
 TagsPropertyKeyFinder getTagsPropertyKeyFinder()
           
 TagsPropertyPersistence getTagsPropertyPersistence()
           
 TagsSourcePersistence getTagsSourcePersistence()
           
 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)
           
 TagsSource updateTagsSource(TagsSource model)
           
 

Method Detail

addTagsSource

public TagsSource addTagsSource(TagsSource 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

updateTagsSource

public TagsSource updateTagsSource(TagsSource 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)

afterPropertiesSet

public void afterPropertiesSet()