|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
TagsPropertyLocalServiceFactory
,
TagsPropertyLocalServiceUtil
Method Detail |
public TagsProperty addTagsProperty(TagsProperty model) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer, int begin, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
public TagsProperty updateTagsProperty(TagsProperty model) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
public TagsAssetPersistence getTagsAssetPersistence()
public void setTagsAssetPersistence(TagsAssetPersistence tagsAssetPersistence)
public TagsAssetFinder getTagsAssetFinder()
public void setTagsAssetFinder(TagsAssetFinder tagsAssetFinder)
public TagsEntryPersistence getTagsEntryPersistence()
public void setTagsEntryPersistence(TagsEntryPersistence tagsEntryPersistence)
public TagsEntryFinder getTagsEntryFinder()
public void setTagsEntryFinder(TagsEntryFinder tagsEntryFinder)
public TagsPropertyPersistence getTagsPropertyPersistence()
public void setTagsPropertyPersistence(TagsPropertyPersistence tagsPropertyPersistence)
public TagsPropertyFinder getTagsPropertyFinder()
public void setTagsPropertyFinder(TagsPropertyFinder tagsPropertyFinder)
public TagsPropertyKeyFinder getTagsPropertyKeyFinder()
public void setTagsPropertyKeyFinder(TagsPropertyKeyFinder tagsPropertyKeyFinder)
public TagsSourcePersistence getTagsSourcePersistence()
public void setTagsSourcePersistence(TagsSourcePersistence tagsSourcePersistence)
public UserPersistence getUserPersistence()
public void setUserPersistence(UserPersistence userPersistence)
public UserFinder getUserFinder()
public void setUserFinder(UserFinder userFinder)
public void afterPropertiesSet()
public TagsProperty addProperty(long userId, long entryId, java.lang.String key, java.lang.String value) throws com.liferay.portal.SystemException, com.liferay.portal.PortalException
com.liferay.portal.SystemException
com.liferay.portal.PortalException
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
com.liferay.portal.SystemException
com.liferay.portal.PortalException
public void deleteProperties(long entryId) throws com.liferay.portal.SystemException, com.liferay.portal.PortalException
com.liferay.portal.SystemException
com.liferay.portal.PortalException
public void deleteProperty(long propertyId) throws com.liferay.portal.SystemException, com.liferay.portal.PortalException
com.liferay.portal.SystemException
com.liferay.portal.PortalException
public void deleteProperty(TagsProperty property) throws com.liferay.portal.SystemException, com.liferay.portal.PortalException
com.liferay.portal.SystemException
com.liferay.portal.PortalException
public java.util.List getProperties() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
public java.util.List getProperties(long entryId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
public TagsProperty getProperty(long propertyId) throws com.liferay.portal.SystemException, com.liferay.portal.PortalException
com.liferay.portal.SystemException
com.liferay.portal.PortalException
public TagsProperty getProperty(long entryId, java.lang.String key) throws com.liferay.portal.SystemException, com.liferay.portal.PortalException
com.liferay.portal.SystemException
com.liferay.portal.PortalException
public java.lang.String[] getPropertyKeys(long companyId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
public java.util.List getPropertyValues(long companyId, java.lang.String key) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
public TagsProperty updateProperty(long propertyId, java.lang.String key, java.lang.String value) throws com.liferay.portal.SystemException, com.liferay.portal.PortalException
com.liferay.portal.SystemException
com.liferay.portal.PortalException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |