com.liferay.portlet.tags.service.base
Class TagsPropertyLocalServiceBaseImpl
java.lang.Object
com.liferay.portlet.tags.service.base.TagsPropertyLocalServiceBaseImpl
- All Implemented Interfaces:
- com.liferay.portlet.tags.service.TagsPropertyLocalService, org.springframework.beans.factory.InitializingBean
- Direct Known Subclasses:
- TagsPropertyLocalServiceImpl
public abstract class TagsPropertyLocalServiceBaseImpl
- extends java.lang.Object
- implements com.liferay.portlet.tags.service.TagsPropertyLocalService, org.springframework.beans.factory.InitializingBean
View Source
- Author:
- Brian Wing Shun Chan
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.liferay.portlet.tags.service.TagsPropertyLocalService |
addProperty, addProperty, deleteProperties, deleteProperty, deleteProperty, getProperties, getProperties, getProperty, getProperty, getPropertyKeys, getPropertyValues, updateProperty |
tagsAssetLocalService
protected com.liferay.portlet.tags.service.TagsAssetLocalService tagsAssetLocalService
tagsAssetService
protected com.liferay.portlet.tags.service.TagsAssetService tagsAssetService
tagsAssetPersistence
protected com.liferay.portlet.tags.service.persistence.TagsAssetPersistence tagsAssetPersistence
tagsAssetFinder
protected com.liferay.portlet.tags.service.persistence.TagsAssetFinder tagsAssetFinder
tagsEntryLocalService
protected com.liferay.portlet.tags.service.TagsEntryLocalService tagsEntryLocalService
tagsEntryService
protected com.liferay.portlet.tags.service.TagsEntryService tagsEntryService
tagsEntryPersistence
protected com.liferay.portlet.tags.service.persistence.TagsEntryPersistence tagsEntryPersistence
tagsEntryFinder
protected com.liferay.portlet.tags.service.persistence.TagsEntryFinder tagsEntryFinder
tagsPropertyPersistence
protected com.liferay.portlet.tags.service.persistence.TagsPropertyPersistence tagsPropertyPersistence
tagsPropertyFinder
protected com.liferay.portlet.tags.service.persistence.TagsPropertyFinder tagsPropertyFinder
tagsPropertyKeyFinder
protected com.liferay.portlet.tags.service.persistence.TagsPropertyKeyFinder tagsPropertyKeyFinder
tagsSourceLocalService
protected com.liferay.portlet.tags.service.TagsSourceLocalService tagsSourceLocalService
tagsSourceService
protected com.liferay.portlet.tags.service.TagsSourceService tagsSourceService
tagsSourcePersistence
protected com.liferay.portlet.tags.service.persistence.TagsSourcePersistence tagsSourcePersistence
counterLocalService
protected com.liferay.counter.service.CounterLocalService counterLocalService
counterService
protected com.liferay.counter.service.CounterService counterService
userLocalService
protected com.liferay.portal.service.UserLocalService userLocalService
userService
protected com.liferay.portal.service.UserService userService
userPersistence
protected com.liferay.portal.service.persistence.UserPersistence userPersistence
userFinder
protected com.liferay.portal.service.persistence.UserFinder userFinder
TagsPropertyLocalServiceBaseImpl
public TagsPropertyLocalServiceBaseImpl()
addTagsProperty
public com.liferay.portlet.tags.model.TagsProperty addTagsProperty(com.liferay.portlet.tags.model.TagsProperty tagsProperty)
throws com.liferay.portal.SystemException
- Specified by:
addTagsProperty
in interface com.liferay.portlet.tags.service.TagsPropertyLocalService
- Throws:
com.liferay.portal.SystemException
deleteTagsProperty
public void deleteTagsProperty(long propertyId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
deleteTagsProperty
in interface com.liferay.portlet.tags.service.TagsPropertyLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteTagsProperty
public void deleteTagsProperty(com.liferay.portlet.tags.model.TagsProperty tagsProperty)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
deleteTagsProperty
in interface com.liferay.portlet.tags.service.TagsPropertyLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
dynamicQuery
public java.util.List<com.liferay.portlet.tags.model.TagsProperty> dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface com.liferay.portlet.tags.service.TagsPropertyLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List<com.liferay.portlet.tags.model.TagsProperty> dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
int begin,
int end)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface com.liferay.portlet.tags.service.TagsPropertyLocalService
- Throws:
com.liferay.portal.SystemException
updateTagsProperty
public com.liferay.portlet.tags.model.TagsProperty updateTagsProperty(com.liferay.portlet.tags.model.TagsProperty tagsProperty)
throws com.liferay.portal.SystemException
- Specified by:
updateTagsProperty
in interface com.liferay.portlet.tags.service.TagsPropertyLocalService
- Throws:
com.liferay.portal.SystemException
getTagsAssetLocalService
public com.liferay.portlet.tags.service.TagsAssetLocalService getTagsAssetLocalService()
setTagsAssetLocalService
public void setTagsAssetLocalService(com.liferay.portlet.tags.service.TagsAssetLocalService tagsAssetLocalService)
getTagsAssetService
public com.liferay.portlet.tags.service.TagsAssetService getTagsAssetService()
setTagsAssetService
public void setTagsAssetService(com.liferay.portlet.tags.service.TagsAssetService tagsAssetService)
getTagsAssetPersistence
public com.liferay.portlet.tags.service.persistence.TagsAssetPersistence getTagsAssetPersistence()
setTagsAssetPersistence
public void setTagsAssetPersistence(com.liferay.portlet.tags.service.persistence.TagsAssetPersistence tagsAssetPersistence)
getTagsAssetFinder
public com.liferay.portlet.tags.service.persistence.TagsAssetFinder getTagsAssetFinder()
setTagsAssetFinder
public void setTagsAssetFinder(com.liferay.portlet.tags.service.persistence.TagsAssetFinder tagsAssetFinder)
getTagsEntryLocalService
public com.liferay.portlet.tags.service.TagsEntryLocalService getTagsEntryLocalService()
setTagsEntryLocalService
public void setTagsEntryLocalService(com.liferay.portlet.tags.service.TagsEntryLocalService tagsEntryLocalService)
getTagsEntryService
public com.liferay.portlet.tags.service.TagsEntryService getTagsEntryService()
setTagsEntryService
public void setTagsEntryService(com.liferay.portlet.tags.service.TagsEntryService tagsEntryService)
getTagsEntryPersistence
public com.liferay.portlet.tags.service.persistence.TagsEntryPersistence getTagsEntryPersistence()
setTagsEntryPersistence
public void setTagsEntryPersistence(com.liferay.portlet.tags.service.persistence.TagsEntryPersistence tagsEntryPersistence)
getTagsEntryFinder
public com.liferay.portlet.tags.service.persistence.TagsEntryFinder getTagsEntryFinder()
setTagsEntryFinder
public void setTagsEntryFinder(com.liferay.portlet.tags.service.persistence.TagsEntryFinder tagsEntryFinder)
getTagsPropertyPersistence
public com.liferay.portlet.tags.service.persistence.TagsPropertyPersistence getTagsPropertyPersistence()
setTagsPropertyPersistence
public void setTagsPropertyPersistence(com.liferay.portlet.tags.service.persistence.TagsPropertyPersistence tagsPropertyPersistence)
getTagsPropertyFinder
public com.liferay.portlet.tags.service.persistence.TagsPropertyFinder getTagsPropertyFinder()
setTagsPropertyFinder
public void setTagsPropertyFinder(com.liferay.portlet.tags.service.persistence.TagsPropertyFinder tagsPropertyFinder)
getTagsPropertyKeyFinder
public com.liferay.portlet.tags.service.persistence.TagsPropertyKeyFinder getTagsPropertyKeyFinder()
setTagsPropertyKeyFinder
public void setTagsPropertyKeyFinder(com.liferay.portlet.tags.service.persistence.TagsPropertyKeyFinder tagsPropertyKeyFinder)
getTagsSourceLocalService
public com.liferay.portlet.tags.service.TagsSourceLocalService getTagsSourceLocalService()
setTagsSourceLocalService
public void setTagsSourceLocalService(com.liferay.portlet.tags.service.TagsSourceLocalService tagsSourceLocalService)
getTagsSourceService
public com.liferay.portlet.tags.service.TagsSourceService getTagsSourceService()
setTagsSourceService
public void setTagsSourceService(com.liferay.portlet.tags.service.TagsSourceService tagsSourceService)
getTagsSourcePersistence
public com.liferay.portlet.tags.service.persistence.TagsSourcePersistence getTagsSourcePersistence()
setTagsSourcePersistence
public void setTagsSourcePersistence(com.liferay.portlet.tags.service.persistence.TagsSourcePersistence tagsSourcePersistence)
getCounterLocalService
public com.liferay.counter.service.CounterLocalService getCounterLocalService()
setCounterLocalService
public void setCounterLocalService(com.liferay.counter.service.CounterLocalService counterLocalService)
getCounterService
public com.liferay.counter.service.CounterService getCounterService()
setCounterService
public void setCounterService(com.liferay.counter.service.CounterService counterService)
getUserLocalService
public com.liferay.portal.service.UserLocalService getUserLocalService()
setUserLocalService
public void setUserLocalService(com.liferay.portal.service.UserLocalService userLocalService)
getUserService
public com.liferay.portal.service.UserService getUserService()
setUserService
public void setUserService(com.liferay.portal.service.UserService userService)
getUserPersistence
public com.liferay.portal.service.persistence.UserPersistence getUserPersistence()
setUserPersistence
public void setUserPersistence(com.liferay.portal.service.persistence.UserPersistence userPersistence)
getUserFinder
public com.liferay.portal.service.persistence.UserFinder getUserFinder()
setUserFinder
public void setUserFinder(com.liferay.portal.service.persistence.UserFinder userFinder)
afterPropertiesSet
public void afterPropertiesSet()
- Specified by:
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean