com.liferay.portlet.dynamicdatamapping.service.impl
Class DDMStructureServiceImpl

java.lang.Object
  extended by com.liferay.portal.service.base.PrincipalBean
      extended by com.liferay.portlet.dynamicdatamapping.service.base.DDMStructureServiceBaseImpl
          extended by com.liferay.portlet.dynamicdatamapping.service.impl.DDMStructureServiceImpl
All Implemented Interfaces:
com.liferay.portal.kernel.bean.IdentifiableBean, com.liferay.portlet.dynamicdatamapping.service.DDMStructureService

public class DDMStructureServiceImpl
extends DDMStructureServiceBaseImpl

Author:
Brian Wing Shun Chan, Bruno Basto

Field Summary
 
Fields inherited from class com.liferay.portlet.dynamicdatamapping.service.base.DDMStructureServiceBaseImpl
counterLocalService, ddmContentLocalService, ddmContentPersistence, ddmStorageLinkLocalService, ddmStorageLinkPersistence, ddmStructureFinder, ddmStructureLinkLocalService, ddmStructureLinkPersistence, ddmStructureLocalService, ddmStructurePersistence, ddmStructureService, ddmTemplateFinder, ddmTemplateLocalService, ddmTemplatePersistence, ddmTemplateService, dlFileEntryTypeFinder, dlFileEntryTypeLocalService, dlFileEntryTypePersistence, dlFileEntryTypeService, resourceFinder, resourceLocalService, resourcePersistence, resourceService, userFinder, userLocalService, userPersistence, userService
 
Fields inherited from class com.liferay.portal.service.base.PrincipalBean
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
 
Constructor Summary
DDMStructureServiceImpl()
           
 
Method Summary
 com.liferay.portlet.dynamicdatamapping.model.DDMStructure addStructure(long groupId, long classNameId, java.lang.String structureKey, java.util.Map<java.util.Locale,java.lang.String> nameMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, java.lang.String xsd, java.lang.String storageType, int type, com.liferay.portal.service.ServiceContext serviceContext)
           
 com.liferay.portlet.dynamicdatamapping.model.DDMStructure copyStructure(long structureId, java.util.Map<java.util.Locale,java.lang.String> nameMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, com.liferay.portal.service.ServiceContext serviceContext)
           
 void deleteStructure(long structureId)
           
 com.liferay.portlet.dynamicdatamapping.model.DDMStructure fetchStructure(long groupId, java.lang.String structureKey)
           
 com.liferay.portlet.dynamicdatamapping.model.DDMStructure getStructure(long structureId)
           
 com.liferay.portlet.dynamicdatamapping.model.DDMStructure updateStructure(long structureId, java.util.Map<java.util.Locale,java.lang.String> nameMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, java.lang.String xsd, com.liferay.portal.service.ServiceContext serviceContext)
           
 com.liferay.portlet.dynamicdatamapping.model.DDMStructure updateStructure(long groupId, java.lang.String structureKey, java.util.Map<java.util.Locale,java.lang.String> nameMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, java.lang.String xsd, com.liferay.portal.service.ServiceContext serviceContext)
           
 
Methods inherited from class com.liferay.portlet.dynamicdatamapping.service.base.DDMStructureServiceBaseImpl
afterPropertiesSet, destroy, getBeanIdentifier, getCounterLocalService, getDDMContentLocalService, getDDMContentPersistence, getDDMStorageLinkLocalService, getDDMStorageLinkPersistence, getDDMStructureFinder, getDDMStructureLinkLocalService, getDDMStructureLinkPersistence, getDDMStructureLocalService, getDDMStructurePersistence, getDDMStructureService, getDDMTemplateFinder, getDDMTemplateLocalService, getDDMTemplatePersistence, getDDMTemplateService, getDLFileEntryTypeFinder, getDLFileEntryTypeLocalService, getDLFileEntryTypePersistence, getDLFileEntryTypeService, getModelClass, getModelClassName, getResourceFinder, getResourceLocalService, getResourcePersistence, getResourceService, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setBeanIdentifier, setCounterLocalService, setDDMContentLocalService, setDDMContentPersistence, setDDMStorageLinkLocalService, setDDMStorageLinkPersistence, setDDMStructureFinder, setDDMStructureLinkLocalService, setDDMStructureLinkPersistence, setDDMStructureLocalService, setDDMStructurePersistence, setDDMStructureService, setDDMTemplateFinder, setDDMTemplateLocalService, setDDMTemplatePersistence, setDDMTemplateService, setDLFileEntryTypeFinder, setDLFileEntryTypeLocalService, setDLFileEntryTypePersistence, setDLFileEntryTypeService, setResourceFinder, setResourceLocalService, setResourcePersistence, setResourceService, setUserFinder, setUserLocalService, setUserPersistence, setUserService
 
Methods inherited from class com.liferay.portal.service.base.PrincipalBean
getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DDMStructureServiceImpl

public DDMStructureServiceImpl()
Method Detail

addStructure

public com.liferay.portlet.dynamicdatamapping.model.DDMStructure addStructure(long groupId,
                                                                              long classNameId,
                                                                              java.lang.String structureKey,
                                                                              java.util.Map<java.util.Locale,java.lang.String> nameMap,
                                                                              java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
                                                                              java.lang.String xsd,
                                                                              java.lang.String storageType,
                                                                              int type,
                                                                              com.liferay.portal.service.ServiceContext serviceContext)
                                                                       throws com.liferay.portal.kernel.exception.PortalException,
                                                                              com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

copyStructure

public com.liferay.portlet.dynamicdatamapping.model.DDMStructure copyStructure(long structureId,
                                                                               java.util.Map<java.util.Locale,java.lang.String> nameMap,
                                                                               java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
                                                                               com.liferay.portal.service.ServiceContext serviceContext)
                                                                        throws com.liferay.portal.kernel.exception.PortalException,
                                                                               com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

deleteStructure

public void deleteStructure(long structureId)
                     throws com.liferay.portal.kernel.exception.PortalException,
                            com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

fetchStructure

public com.liferay.portlet.dynamicdatamapping.model.DDMStructure fetchStructure(long groupId,
                                                                                java.lang.String structureKey)
                                                                         throws com.liferay.portal.kernel.exception.PortalException,
                                                                                com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getStructure

public com.liferay.portlet.dynamicdatamapping.model.DDMStructure getStructure(long structureId)
                                                                       throws com.liferay.portal.kernel.exception.PortalException,
                                                                              com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

updateStructure

public com.liferay.portlet.dynamicdatamapping.model.DDMStructure updateStructure(long structureId,
                                                                                 java.util.Map<java.util.Locale,java.lang.String> nameMap,
                                                                                 java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
                                                                                 java.lang.String xsd,
                                                                                 com.liferay.portal.service.ServiceContext serviceContext)
                                                                          throws com.liferay.portal.kernel.exception.PortalException,
                                                                                 com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

updateStructure

public com.liferay.portlet.dynamicdatamapping.model.DDMStructure updateStructure(long groupId,
                                                                                 java.lang.String structureKey,
                                                                                 java.util.Map<java.util.Locale,java.lang.String> nameMap,
                                                                                 java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
                                                                                 java.lang.String xsd,
                                                                                 com.liferay.portal.service.ServiceContext serviceContext)
                                                                          throws com.liferay.portal.kernel.exception.PortalException,
                                                                                 com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException