public class DDMContentLocalServiceImpl extends DDMContentLocalServiceBaseImpl
counterLocalService, ddmContentLocalService, ddmContentPersistence, ddmStorageLinkLocalService, ddmStorageLinkPersistence, ddmStructureFinder, ddmStructureLinkLocalService, ddmStructureLinkPersistence, ddmStructureLocalService, ddmStructurePersistence, ddmStructureService, ddmTemplateFinder, ddmTemplateLocalService, ddmTemplatePersistence, ddmTemplateService, persistedModelLocalServiceRegistry, resourceLocalService, userFinder, userLocalService, userPersistence, userService| Constructor and Description |
|---|
DDMContentLocalServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.liferay.portlet.dynamicdatamapping.model.DDMContent |
addContent(long userId,
long groupId,
java.lang.String name,
java.lang.String description,
java.lang.String xml,
com.liferay.portal.service.ServiceContext serviceContext) |
void |
deleteContent(com.liferay.portlet.dynamicdatamapping.model.DDMContent content) |
void |
deleteContents(long groupId) |
com.liferay.portlet.dynamicdatamapping.model.DDMContent |
getContent(long contentId) |
java.util.List<com.liferay.portlet.dynamicdatamapping.model.DDMContent> |
getContents() |
java.util.List<com.liferay.portlet.dynamicdatamapping.model.DDMContent> |
getContents(long groupId) |
java.util.List<com.liferay.portlet.dynamicdatamapping.model.DDMContent> |
getContents(long groupId,
int start,
int end) |
int |
getContentsCount(long groupId) |
com.liferay.portlet.dynamicdatamapping.model.DDMContent |
updateContent(long contentId,
java.lang.String name,
java.lang.String description,
java.lang.String xml,
com.liferay.portal.service.ServiceContext serviceContext) |
protected void |
validate(java.lang.String name,
java.lang.String xml) |
addDDMContent, afterPropertiesSet, createDDMContent, deleteDDMContent, deleteDDMContent, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchDDMContent, fetchDDMContentByUuidAndCompanyId, fetchDDMContentByUuidAndGroupId, getBeanIdentifier, getCounterLocalService, getDDMContent, getDDMContentByUuidAndCompanyId, getDDMContentByUuidAndGroupId, getDDMContentLocalService, getDDMContentPersistence, getDDMContents, getDDMContentsCount, getDDMStorageLinkLocalService, getDDMStorageLinkPersistence, getDDMStructureFinder, getDDMStructureLinkLocalService, getDDMStructureLinkPersistence, getDDMStructureLocalService, getDDMStructurePersistence, getDDMStructureService, getDDMTemplateFinder, getDDMTemplateLocalService, getDDMTemplatePersistence, getDDMTemplateService, getModelClass, getModelClassName, getPersistedModel, getResourceLocalService, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setBeanIdentifier, setCounterLocalService, setDDMContentLocalService, setDDMContentPersistence, setDDMStorageLinkLocalService, setDDMStorageLinkPersistence, setDDMStructureFinder, setDDMStructureLinkLocalService, setDDMStructureLinkPersistence, setDDMStructureLocalService, setDDMStructurePersistence, setDDMStructureService, setDDMTemplateFinder, setDDMTemplateLocalService, setDDMTemplatePersistence, setDDMTemplateService, setResourceLocalService, setUserFinder, setUserLocalService, setUserPersistence, setUserService, updateDDMContentpublic com.liferay.portlet.dynamicdatamapping.model.DDMContent addContent(long userId,
long groupId,
java.lang.String name,
java.lang.String description,
java.lang.String xml,
com.liferay.portal.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic void deleteContent(com.liferay.portlet.dynamicdatamapping.model.DDMContent content)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic void deleteContents(long groupId)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portlet.dynamicdatamapping.model.DDMContent getContent(long contentId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portlet.dynamicdatamapping.model.DDMContent> getContents()
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portlet.dynamicdatamapping.model.DDMContent> getContents(long groupId)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portlet.dynamicdatamapping.model.DDMContent> getContents(long groupId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic int getContentsCount(long groupId)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portlet.dynamicdatamapping.model.DDMContent updateContent(long contentId,
java.lang.String name,
java.lang.String description,
java.lang.String xml,
com.liferay.portal.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionprotected void validate(java.lang.String name,
java.lang.String xml)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException