Package com.liferay.portal.service.impl
Class WebDAVPropsLocalServiceImpl
Object
com.liferay.portal.kernel.service.BaseLocalServiceImpl
com.liferay.portal.service.base.WebDAVPropsLocalServiceBaseImpl
com.liferay.portal.service.impl.WebDAVPropsLocalServiceImpl
- All Implemented Interfaces:
com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService,com.liferay.portal.kernel.service.BaseLocalService,com.liferay.portal.kernel.service.PersistedModelLocalService,com.liferay.portal.kernel.service.WebDAVPropsLocalService
- Author:
- Alexander Chow
-
Field Summary
Fields inherited from class com.liferay.portal.service.base.WebDAVPropsLocalServiceBaseImpl
counterLocalService, webDAVPropsLocalService, webDAVPropsPersistence -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteWebDAVProps(String className, long classPK) com.liferay.portal.kernel.model.WebDAVPropsgetWebDAVProps(long companyId, String className, long classPK) voidstoreWebDAVProps(com.liferay.portal.kernel.model.WebDAVProps webDAVProps) Methods inherited from class com.liferay.portal.service.base.WebDAVPropsLocalServiceBaseImpl
addWebDAVProps, afterPropertiesSet, createPersistedModel, createWebDAVProps, deletePersistedModel, deleteWebDAVProps, deleteWebDAVProps, destroy, dslQuery, dslQueryCount, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchWebDAVProps, getActionableDynamicQuery, getBasePersistence, getCounterLocalService, getIndexableActionableDynamicQuery, getModelClass, getModelClassName, getOSGiServiceIdentifier, getPersistedModel, getWebDAVProps, getWebDAVPropses, getWebDAVPropsesCount, getWebDAVPropsLocalService, getWebDAVPropsPersistence, initActionableDynamicQuery, runSQL, setCounterLocalService, setWebDAVPropsLocalService, setWebDAVPropsPersistence, updateWebDAVPropsMethods inherited from class com.liferay.portal.kernel.service.BaseLocalServiceImpl
getClassLoader, getLocalizationMapMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.service.PersistedModelLocalService
fetchPersistedModel
-
Constructor Details
-
WebDAVPropsLocalServiceImpl
public WebDAVPropsLocalServiceImpl()
-
-
Method Details
-
deleteWebDAVProps
-
getWebDAVProps
public com.liferay.portal.kernel.model.WebDAVProps getWebDAVProps(long companyId, String className, long classPK) -
storeWebDAVProps
public void storeWebDAVProps(com.liferay.portal.kernel.model.WebDAVProps webDAVProps) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-