com.liferay.portlet.dynamicdatamapping.service.base
Class DDMStructureLocalServiceBaseImpl

java.lang.Object
  extended by com.liferay.portlet.dynamicdatamapping.service.base.DDMStructureLocalServiceBaseImpl
All Implemented Interfaces:
com.liferay.portal.kernel.bean.IdentifiableBean, com.liferay.portal.service.PersistedModelLocalService, com.liferay.portlet.dynamicdatamapping.service.DDMStructureLocalService
Direct Known Subclasses:
DDMStructureLocalServiceImpl

public abstract class DDMStructureLocalServiceBaseImpl
extends java.lang.Object
implements com.liferay.portlet.dynamicdatamapping.service.DDMStructureLocalService, com.liferay.portal.kernel.bean.IdentifiableBean

The base implementation of the d d m structure local service.

This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in DDMStructureLocalServiceImpl.

Author:
Brian Wing Shun Chan
See Also:
DDMStructureLocalServiceImpl, DDMStructureLocalServiceUtil
Generated:

Field Summary
protected  com.liferay.counter.service.CounterLocalService counterLocalService
           
protected  com.liferay.portlet.dynamicdatamapping.service.DDMContentLocalService ddmContentLocalService
           
protected  com.liferay.portlet.dynamicdatamapping.service.persistence.DDMContentPersistence ddmContentPersistence
           
protected  com.liferay.portlet.dynamicdatamapping.service.DDMStorageLinkLocalService ddmStorageLinkLocalService
           
protected  com.liferay.portlet.dynamicdatamapping.service.persistence.DDMStorageLinkPersistence ddmStorageLinkPersistence
           
protected  com.liferay.portlet.dynamicdatamapping.service.persistence.DDMStructureFinder ddmStructureFinder
           
protected  com.liferay.portlet.dynamicdatamapping.service.DDMStructureLinkLocalService ddmStructureLinkLocalService
           
protected  com.liferay.portlet.dynamicdatamapping.service.persistence.DDMStructureLinkPersistence ddmStructureLinkPersistence
           
protected  com.liferay.portlet.dynamicdatamapping.service.DDMStructureLocalService ddmStructureLocalService
           
protected  com.liferay.portlet.dynamicdatamapping.service.persistence.DDMStructurePersistence ddmStructurePersistence
           
protected  com.liferay.portlet.dynamicdatamapping.service.DDMStructureService ddmStructureService
           
protected  com.liferay.portlet.dynamicdatamapping.service.persistence.DDMTemplateFinder ddmTemplateFinder
           
protected  com.liferay.portlet.dynamicdatamapping.service.DDMTemplateLocalService ddmTemplateLocalService
           
protected  com.liferay.portlet.dynamicdatamapping.service.persistence.DDMTemplatePersistence ddmTemplatePersistence
           
protected  com.liferay.portlet.dynamicdatamapping.service.DDMTemplateService ddmTemplateService
           
protected  com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypeFinder dlFileEntryTypeFinder
           
protected  com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalService dlFileEntryTypeLocalService
           
protected  com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence dlFileEntryTypePersistence
           
protected  com.liferay.portlet.documentlibrary.service.DLFileEntryTypeService dlFileEntryTypeService
           
protected  com.liferay.portal.service.PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry
           
protected  com.liferay.portal.service.persistence.ResourceFinder resourceFinder
           
protected  com.liferay.portal.service.ResourceLocalService resourceLocalService
           
protected  com.liferay.portal.service.persistence.ResourcePersistence resourcePersistence
           
protected  com.liferay.portal.service.ResourceService resourceService
           
protected  com.liferay.portal.service.persistence.UserFinder userFinder
           
protected  com.liferay.portal.service.UserLocalService userLocalService
           
protected  com.liferay.portal.service.persistence.UserPersistence userPersistence
           
protected  com.liferay.portal.service.UserService userService
           
 
Constructor Summary
DDMStructureLocalServiceBaseImpl()
           
 
Method Summary
 com.liferay.portlet.dynamicdatamapping.model.DDMStructure addDDMStructure(com.liferay.portlet.dynamicdatamapping.model.DDMStructure ddmStructure)
          Adds the d d m structure to the database.
 void afterPropertiesSet()
           
 com.liferay.portlet.dynamicdatamapping.model.DDMStructure createDDMStructure(long structureId)
          Creates a new d d m structure with the primary key.
 void deleteDDMStructure(com.liferay.portlet.dynamicdatamapping.model.DDMStructure ddmStructure)
          Deletes the d d m structure from the database.
 void deleteDDMStructure(long structureId)
          Deletes the d d m structure with the primary key from the database.
 void destroy()
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
          Performs a dynamic query on the database and returns the matching rows.
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
          Performs a dynamic query on the database and returns a range of the matching rows.
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
          Returns the number of rows that match the dynamic query.
 com.liferay.portlet.dynamicdatamapping.model.DDMStructure fetchDDMStructure(long structureId)
           
 java.lang.String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 com.liferay.counter.service.CounterLocalService getCounterLocalService()
          Returns the counter local service.
 com.liferay.portlet.dynamicdatamapping.service.DDMContentLocalService getDDMContentLocalService()
          Returns the d d m content local service.
 com.liferay.portlet.dynamicdatamapping.service.persistence.DDMContentPersistence getDDMContentPersistence()
          Returns the d d m content persistence.
 com.liferay.portlet.dynamicdatamapping.service.DDMStorageLinkLocalService getDDMStorageLinkLocalService()
          Returns the d d m storage link local service.
 com.liferay.portlet.dynamicdatamapping.service.persistence.DDMStorageLinkPersistence getDDMStorageLinkPersistence()
          Returns the d d m storage link persistence.
 com.liferay.portlet.dynamicdatamapping.model.DDMStructure getDDMStructure(long structureId)
          Returns the d d m structure with the primary key.
 com.liferay.portlet.dynamicdatamapping.model.DDMStructure getDDMStructureByUuidAndGroupId(java.lang.String uuid, long groupId)
          Returns the d d m structure with the UUID in the group.
 com.liferay.portlet.dynamicdatamapping.service.persistence.DDMStructureFinder getDDMStructureFinder()
          Returns the d d m structure finder.
 com.liferay.portlet.dynamicdatamapping.service.DDMStructureLinkLocalService getDDMStructureLinkLocalService()
          Returns the d d m structure link local service.
 com.liferay.portlet.dynamicdatamapping.service.persistence.DDMStructureLinkPersistence getDDMStructureLinkPersistence()
          Returns the d d m structure link persistence.
 com.liferay.portlet.dynamicdatamapping.service.DDMStructureLocalService getDDMStructureLocalService()
          Returns the d d m structure local service.
 com.liferay.portlet.dynamicdatamapping.service.persistence.DDMStructurePersistence getDDMStructurePersistence()
          Returns the d d m structure persistence.
 java.util.List<com.liferay.portlet.dynamicdatamapping.model.DDMStructure> getDDMStructures(int start, int end)
          Returns a range of all the d d m structures.
 int getDDMStructuresCount()
          Returns the number of d d m structures.
 com.liferay.portlet.dynamicdatamapping.service.DDMStructureService getDDMStructureService()
          Returns the d d m structure remote service.
 com.liferay.portlet.dynamicdatamapping.service.persistence.DDMTemplateFinder getDDMTemplateFinder()
          Returns the d d m template finder.
 com.liferay.portlet.dynamicdatamapping.service.DDMTemplateLocalService getDDMTemplateLocalService()
          Returns the d d m template local service.
 com.liferay.portlet.dynamicdatamapping.service.persistence.DDMTemplatePersistence getDDMTemplatePersistence()
          Returns the d d m template persistence.
 com.liferay.portlet.dynamicdatamapping.service.DDMTemplateService getDDMTemplateService()
          Returns the d d m template remote service.
 com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypeFinder getDLFileEntryTypeFinder()
          Returns the document library file entry type finder.
 com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalService getDLFileEntryTypeLocalService()
          Returns the document library file entry type local service.
 com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence getDLFileEntryTypePersistence()
          Returns the document library file entry type persistence.
 com.liferay.portlet.documentlibrary.service.DLFileEntryTypeService getDLFileEntryTypeService()
          Returns the document library file entry type remote service.
protected  java.lang.Class<?> getModelClass()
           
protected  java.lang.String getModelClassName()
           
 com.liferay.portal.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj)
           
 com.liferay.portal.service.persistence.ResourceFinder getResourceFinder()
          Returns the resource finder.
 com.liferay.portal.service.ResourceLocalService getResourceLocalService()
          Returns the resource local service.
 com.liferay.portal.service.persistence.ResourcePersistence getResourcePersistence()
          Returns the resource persistence.
 com.liferay.portal.service.ResourceService getResourceService()
          Returns the resource remote service.
 com.liferay.portal.service.persistence.UserFinder getUserFinder()
          Returns the user finder.
 com.liferay.portal.service.UserLocalService getUserLocalService()
          Returns the user local service.
 com.liferay.portal.service.persistence.UserPersistence getUserPersistence()
          Returns the user persistence.
 com.liferay.portal.service.UserService getUserService()
          Returns the user remote service.
protected  void runSQL(java.lang.String sql)
          Performs an SQL query.
 void setBeanIdentifier(java.lang.String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setCounterLocalService(com.liferay.counter.service.CounterLocalService counterLocalService)
          Sets the counter local service.
 void setDDMContentLocalService(com.liferay.portlet.dynamicdatamapping.service.DDMContentLocalService ddmContentLocalService)
          Sets the d d m content local service.
 void setDDMContentPersistence(com.liferay.portlet.dynamicdatamapping.service.persistence.DDMContentPersistence ddmContentPersistence)
          Sets the d d m content persistence.
 void setDDMStorageLinkLocalService(com.liferay.portlet.dynamicdatamapping.service.DDMStorageLinkLocalService ddmStorageLinkLocalService)
          Sets the d d m storage link local service.
 void setDDMStorageLinkPersistence(com.liferay.portlet.dynamicdatamapping.service.persistence.DDMStorageLinkPersistence ddmStorageLinkPersistence)
          Sets the d d m storage link persistence.
 void setDDMStructureFinder(com.liferay.portlet.dynamicdatamapping.service.persistence.DDMStructureFinder ddmStructureFinder)
          Sets the d d m structure finder.
 void setDDMStructureLinkLocalService(com.liferay.portlet.dynamicdatamapping.service.DDMStructureLinkLocalService ddmStructureLinkLocalService)
          Sets the d d m structure link local service.
 void setDDMStructureLinkPersistence(com.liferay.portlet.dynamicdatamapping.service.persistence.DDMStructureLinkPersistence ddmStructureLinkPersistence)
          Sets the d d m structure link persistence.
 void setDDMStructureLocalService(com.liferay.portlet.dynamicdatamapping.service.DDMStructureLocalService ddmStructureLocalService)
          Sets the d d m structure local service.
 void setDDMStructurePersistence(com.liferay.portlet.dynamicdatamapping.service.persistence.DDMStructurePersistence ddmStructurePersistence)
          Sets the d d m structure persistence.
 void setDDMStructureService(com.liferay.portlet.dynamicdatamapping.service.DDMStructureService ddmStructureService)
          Sets the d d m structure remote service.
 void setDDMTemplateFinder(com.liferay.portlet.dynamicdatamapping.service.persistence.DDMTemplateFinder ddmTemplateFinder)
          Sets the d d m template finder.
 void setDDMTemplateLocalService(com.liferay.portlet.dynamicdatamapping.service.DDMTemplateLocalService ddmTemplateLocalService)
          Sets the d d m template local service.
 void setDDMTemplatePersistence(com.liferay.portlet.dynamicdatamapping.service.persistence.DDMTemplatePersistence ddmTemplatePersistence)
          Sets the d d m template persistence.
 void setDDMTemplateService(com.liferay.portlet.dynamicdatamapping.service.DDMTemplateService ddmTemplateService)
          Sets the d d m template remote service.
 void setDLFileEntryTypeFinder(com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypeFinder dlFileEntryTypeFinder)
          Sets the document library file entry type finder.
 void setDLFileEntryTypeLocalService(com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalService dlFileEntryTypeLocalService)
          Sets the document library file entry type local service.
 void setDLFileEntryTypePersistence(com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence dlFileEntryTypePersistence)
          Sets the document library file entry type persistence.
 void setDLFileEntryTypeService(com.liferay.portlet.documentlibrary.service.DLFileEntryTypeService dlFileEntryTypeService)
          Sets the document library file entry type remote service.
 void setResourceFinder(com.liferay.portal.service.persistence.ResourceFinder resourceFinder)
          Sets the resource finder.
 void setResourceLocalService(com.liferay.portal.service.ResourceLocalService resourceLocalService)
          Sets the resource local service.
 void setResourcePersistence(com.liferay.portal.service.persistence.ResourcePersistence resourcePersistence)
          Sets the resource persistence.
 void setResourceService(com.liferay.portal.service.ResourceService resourceService)
          Sets the resource remote service.
 void setUserFinder(com.liferay.portal.service.persistence.UserFinder userFinder)
          Sets the user finder.
 void setUserLocalService(com.liferay.portal.service.UserLocalService userLocalService)
          Sets the user local service.
 void setUserPersistence(com.liferay.portal.service.persistence.UserPersistence userPersistence)
          Sets the user persistence.
 void setUserService(com.liferay.portal.service.UserService userService)
          Sets the user remote service.
 com.liferay.portlet.dynamicdatamapping.model.DDMStructure updateDDMStructure(com.liferay.portlet.dynamicdatamapping.model.DDMStructure ddmStructure)
          Updates the d d m structure in the database or adds it if it does not yet exist.
 com.liferay.portlet.dynamicdatamapping.model.DDMStructure updateDDMStructure(com.liferay.portlet.dynamicdatamapping.model.DDMStructure ddmStructure, boolean merge)
          Updates the d d m structure in the database or adds it if it does not yet exist.
 
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.dynamicdatamapping.service.DDMStructureLocalService
addStructure, addStructureResources, addStructureResources, copyStructure, deleteStructure, deleteStructure, deleteStructure, deleteStructures, fetchStructure, fetchStructure, getClassStructures, getClassStructures, getClassStructures, getDLFileEntryTypeStructures, getStructure, getStructure, getStructure, getStructureEntries, getStructureEntries, getStructureEntries, getStructureEntriesCount, search, search, searchCount, searchCount, updateStructure, updateStructure
 

Field Detail

ddmContentLocalService

@BeanReference(type=com.liferay.portlet.dynamicdatamapping.service.DDMContentLocalService.class)
protected com.liferay.portlet.dynamicdatamapping.service.DDMContentLocalService ddmContentLocalService

ddmContentPersistence

@BeanReference(type=com.liferay.portlet.dynamicdatamapping.service.persistence.DDMContentPersistence.class)
protected com.liferay.portlet.dynamicdatamapping.service.persistence.DDMContentPersistence ddmContentPersistence

ddmStorageLinkLocalService

@BeanReference(type=com.liferay.portlet.dynamicdatamapping.service.DDMStorageLinkLocalService.class)
protected com.liferay.portlet.dynamicdatamapping.service.DDMStorageLinkLocalService ddmStorageLinkLocalService

ddmStorageLinkPersistence

@BeanReference(type=com.liferay.portlet.dynamicdatamapping.service.persistence.DDMStorageLinkPersistence.class)
protected com.liferay.portlet.dynamicdatamapping.service.persistence.DDMStorageLinkPersistence ddmStorageLinkPersistence

ddmStructureLocalService

@BeanReference(type=com.liferay.portlet.dynamicdatamapping.service.DDMStructureLocalService.class)
protected com.liferay.portlet.dynamicdatamapping.service.DDMStructureLocalService ddmStructureLocalService

ddmStructureService

@BeanReference(type=com.liferay.portlet.dynamicdatamapping.service.DDMStructureService.class)
protected com.liferay.portlet.dynamicdatamapping.service.DDMStructureService ddmStructureService

ddmStructurePersistence

@BeanReference(type=com.liferay.portlet.dynamicdatamapping.service.persistence.DDMStructurePersistence.class)
protected com.liferay.portlet.dynamicdatamapping.service.persistence.DDMStructurePersistence ddmStructurePersistence

ddmStructureFinder

@BeanReference(type=com.liferay.portlet.dynamicdatamapping.service.persistence.DDMStructureFinder.class)
protected com.liferay.portlet.dynamicdatamapping.service.persistence.DDMStructureFinder ddmStructureFinder

ddmStructureLinkLocalService

@BeanReference(type=com.liferay.portlet.dynamicdatamapping.service.DDMStructureLinkLocalService.class)
protected com.liferay.portlet.dynamicdatamapping.service.DDMStructureLinkLocalService ddmStructureLinkLocalService

ddmStructureLinkPersistence

@BeanReference(type=com.liferay.portlet.dynamicdatamapping.service.persistence.DDMStructureLinkPersistence.class)
protected com.liferay.portlet.dynamicdatamapping.service.persistence.DDMStructureLinkPersistence ddmStructureLinkPersistence

ddmTemplateLocalService

@BeanReference(type=com.liferay.portlet.dynamicdatamapping.service.DDMTemplateLocalService.class)
protected com.liferay.portlet.dynamicdatamapping.service.DDMTemplateLocalService ddmTemplateLocalService

ddmTemplateService

@BeanReference(type=com.liferay.portlet.dynamicdatamapping.service.DDMTemplateService.class)
protected com.liferay.portlet.dynamicdatamapping.service.DDMTemplateService ddmTemplateService

ddmTemplatePersistence

@BeanReference(type=com.liferay.portlet.dynamicdatamapping.service.persistence.DDMTemplatePersistence.class)
protected com.liferay.portlet.dynamicdatamapping.service.persistence.DDMTemplatePersistence ddmTemplatePersistence

ddmTemplateFinder

@BeanReference(type=com.liferay.portlet.dynamicdatamapping.service.persistence.DDMTemplateFinder.class)
protected com.liferay.portlet.dynamicdatamapping.service.persistence.DDMTemplateFinder ddmTemplateFinder

counterLocalService

@BeanReference(type=com.liferay.counter.service.CounterLocalService.class)
protected com.liferay.counter.service.CounterLocalService counterLocalService

resourceLocalService

@BeanReference(type=com.liferay.portal.service.ResourceLocalService.class)
protected com.liferay.portal.service.ResourceLocalService resourceLocalService

resourceService

@BeanReference(type=com.liferay.portal.service.ResourceService.class)
protected com.liferay.portal.service.ResourceService resourceService

resourcePersistence

@BeanReference(type=com.liferay.portal.service.persistence.ResourcePersistence.class)
protected com.liferay.portal.service.persistence.ResourcePersistence resourcePersistence

resourceFinder

@BeanReference(type=com.liferay.portal.service.persistence.ResourceFinder.class)
protected com.liferay.portal.service.persistence.ResourceFinder resourceFinder

userLocalService

@BeanReference(type=com.liferay.portal.service.UserLocalService.class)
protected com.liferay.portal.service.UserLocalService userLocalService

userService

@BeanReference(type=com.liferay.portal.service.UserService.class)
protected com.liferay.portal.service.UserService userService

userPersistence

@BeanReference(type=com.liferay.portal.service.persistence.UserPersistence.class)
protected com.liferay.portal.service.persistence.UserPersistence userPersistence

userFinder

@BeanReference(type=com.liferay.portal.service.persistence.UserFinder.class)
protected com.liferay.portal.service.persistence.UserFinder userFinder

dlFileEntryTypeLocalService

@BeanReference(type=com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalService.class)
protected com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalService dlFileEntryTypeLocalService

dlFileEntryTypeService

@BeanReference(type=com.liferay.portlet.documentlibrary.service.DLFileEntryTypeService.class)
protected com.liferay.portlet.documentlibrary.service.DLFileEntryTypeService dlFileEntryTypeService

dlFileEntryTypePersistence

@BeanReference(type=com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence.class)
protected com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence dlFileEntryTypePersistence

dlFileEntryTypeFinder

@BeanReference(type=com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypeFinder.class)
protected com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypeFinder dlFileEntryTypeFinder

persistedModelLocalServiceRegistry

@BeanReference(type=com.liferay.portal.service.PersistedModelLocalServiceRegistry.class)
protected com.liferay.portal.service.PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry
Constructor Detail

DDMStructureLocalServiceBaseImpl

public DDMStructureLocalServiceBaseImpl()
Method Detail

addDDMStructure

public com.liferay.portlet.dynamicdatamapping.model.DDMStructure addDDMStructure(com.liferay.portlet.dynamicdatamapping.model.DDMStructure ddmStructure)
                                                                          throws com.liferay.portal.kernel.exception.SystemException
Adds the d d m structure to the database. Also notifies the appropriate model listeners.

Specified by:
addDDMStructure in interface com.liferay.portlet.dynamicdatamapping.service.DDMStructureLocalService
Parameters:
ddmStructure - the d d m structure
Returns:
the d d m structure that was added
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

createDDMStructure

public com.liferay.portlet.dynamicdatamapping.model.DDMStructure createDDMStructure(long structureId)
Creates a new d d m structure with the primary key. Does not add the d d m structure to the database.

Specified by:
createDDMStructure in interface com.liferay.portlet.dynamicdatamapping.service.DDMStructureLocalService
Parameters:
structureId - the primary key for the new d d m structure
Returns:
the new d d m structure

deleteDDMStructure

public void deleteDDMStructure(long structureId)
                        throws com.liferay.portal.kernel.exception.PortalException,
                               com.liferay.portal.kernel.exception.SystemException
Deletes the d d m structure with the primary key from the database. Also notifies the appropriate model listeners.

Specified by:
deleteDDMStructure in interface com.liferay.portlet.dynamicdatamapping.service.DDMStructureLocalService
Parameters:
structureId - the primary key of the d d m structure
Throws:
com.liferay.portal.kernel.exception.PortalException - if a d d m structure with the primary key could not be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

deleteDDMStructure

public void deleteDDMStructure(com.liferay.portlet.dynamicdatamapping.model.DDMStructure ddmStructure)
                        throws com.liferay.portal.kernel.exception.SystemException
Deletes the d d m structure from the database. Also notifies the appropriate model listeners.

Specified by:
deleteDDMStructure in interface com.liferay.portlet.dynamicdatamapping.service.DDMStructureLocalService
Parameters:
ddmStructure - the d d m structure
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                            throws com.liferay.portal.kernel.exception.SystemException
Performs a dynamic query on the database and returns the matching rows.

Specified by:
dynamicQuery in interface com.liferay.portlet.dynamicdatamapping.service.DDMStructureLocalService
Parameters:
dynamicQuery - the dynamic query
Returns:
the matching rows
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                   int start,
                                   int end)
                            throws com.liferay.portal.kernel.exception.SystemException
Performs a dynamic query on the database and returns a range of the matching rows.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Specified by:
dynamicQuery in interface com.liferay.portlet.dynamicdatamapping.service.DDMStructureLocalService
Parameters:
dynamicQuery - the dynamic query
start - the lower bound of the range of model instances
end - the upper bound of the range of model instances (not inclusive)
Returns:
the range of matching rows
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                   int start,
                                   int end,
                                   com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                            throws com.liferay.portal.kernel.exception.SystemException
Performs a dynamic query on the database and returns an ordered range of the matching rows.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Specified by:
dynamicQuery in interface com.liferay.portlet.dynamicdatamapping.service.DDMStructureLocalService
Parameters:
dynamicQuery - the dynamic query
start - the lower bound of the range of model instances
end - the upper bound of the range of model instances (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching rows
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

dynamicQueryCount

public long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                       throws com.liferay.portal.kernel.exception.SystemException
Returns the number of rows that match the dynamic query.

Specified by:
dynamicQueryCount in interface com.liferay.portlet.dynamicdatamapping.service.DDMStructureLocalService
Parameters:
dynamicQuery - the dynamic query
Returns:
the number of rows that match the dynamic query
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

fetchDDMStructure

public com.liferay.portlet.dynamicdatamapping.model.DDMStructure fetchDDMStructure(long structureId)
                                                                            throws com.liferay.portal.kernel.exception.SystemException
Specified by:
fetchDDMStructure in interface com.liferay.portlet.dynamicdatamapping.service.DDMStructureLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getDDMStructure

public com.liferay.portlet.dynamicdatamapping.model.DDMStructure getDDMStructure(long structureId)
                                                                          throws com.liferay.portal.kernel.exception.PortalException,
                                                                                 com.liferay.portal.kernel.exception.SystemException
Returns the d d m structure with the primary key.

Specified by:
getDDMStructure in interface com.liferay.portlet.dynamicdatamapping.service.DDMStructureLocalService
Parameters:
structureId - the primary key of the d d m structure
Returns:
the d d m structure
Throws:
com.liferay.portal.kernel.exception.PortalException - if a d d m structure with the primary key could not be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

getPersistedModel

public com.liferay.portal.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj)
                                                          throws com.liferay.portal.kernel.exception.PortalException,
                                                                 com.liferay.portal.kernel.exception.SystemException
Specified by:
getPersistedModel in interface com.liferay.portal.service.PersistedModelLocalService
Specified by:
getPersistedModel in interface com.liferay.portlet.dynamicdatamapping.service.DDMStructureLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getDDMStructureByUuidAndGroupId

public com.liferay.portlet.dynamicdatamapping.model.DDMStructure getDDMStructureByUuidAndGroupId(java.lang.String uuid,
                                                                                                 long groupId)
                                                                                          throws com.liferay.portal.kernel.exception.PortalException,
                                                                                                 com.liferay.portal.kernel.exception.SystemException
Returns the d d m structure with the UUID in the group.

Specified by:
getDDMStructureByUuidAndGroupId in interface com.liferay.portlet.dynamicdatamapping.service.DDMStructureLocalService
Parameters:
uuid - the UUID of d d m structure
groupId - the group id of the d d m structure
Returns:
the d d m structure
Throws:
com.liferay.portal.kernel.exception.PortalException - if a d d m structure with the UUID in the group could not be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

getDDMStructures

public java.util.List<com.liferay.portlet.dynamicdatamapping.model.DDMStructure> getDDMStructures(int start,
                                                                                                  int end)
                                                                                           throws com.liferay.portal.kernel.exception.SystemException
Returns a range of all the d d m structures.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Specified by:
getDDMStructures in interface com.liferay.portlet.dynamicdatamapping.service.DDMStructureLocalService
Parameters:
start - the lower bound of the range of d d m structures
end - the upper bound of the range of d d m structures (not inclusive)
Returns:
the range of d d m structures
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

getDDMStructuresCount

public int getDDMStructuresCount()
                          throws com.liferay.portal.kernel.exception.SystemException
Returns the number of d d m structures.

Specified by:
getDDMStructuresCount in interface com.liferay.portlet.dynamicdatamapping.service.DDMStructureLocalService
Returns:
the number of d d m structures
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

updateDDMStructure

public com.liferay.portlet.dynamicdatamapping.model.DDMStructure updateDDMStructure(com.liferay.portlet.dynamicdatamapping.model.DDMStructure ddmStructure)
                                                                             throws com.liferay.portal.kernel.exception.SystemException
Updates the d d m structure in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.

Specified by:
updateDDMStructure in interface com.liferay.portlet.dynamicdatamapping.service.DDMStructureLocalService
Parameters:
ddmStructure - the d d m structure
Returns:
the d d m structure that was updated
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

updateDDMStructure

public com.liferay.portlet.dynamicdatamapping.model.DDMStructure updateDDMStructure(com.liferay.portlet.dynamicdatamapping.model.DDMStructure ddmStructure,
                                                                                    boolean merge)
                                                                             throws com.liferay.portal.kernel.exception.SystemException
Updates the d d m structure in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.

Specified by:
updateDDMStructure in interface com.liferay.portlet.dynamicdatamapping.service.DDMStructureLocalService
Parameters:
ddmStructure - the d d m structure
merge - whether to merge the d d m structure with the current session. See BatchSession.update(com.liferay.portal.kernel.dao.orm.Session, com.liferay.portal.model.BaseModel, boolean) for an explanation.
Returns:
the d d m structure that was updated
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

getDDMContentLocalService

public com.liferay.portlet.dynamicdatamapping.service.DDMContentLocalService getDDMContentLocalService()
Returns the d d m content local service.

Returns:
the d d m content local service

setDDMContentLocalService

public void setDDMContentLocalService(com.liferay.portlet.dynamicdatamapping.service.DDMContentLocalService ddmContentLocalService)
Sets the d d m content local service.

Parameters:
ddmContentLocalService - the d d m content local service

getDDMContentPersistence

public com.liferay.portlet.dynamicdatamapping.service.persistence.DDMContentPersistence getDDMContentPersistence()
Returns the d d m content persistence.

Returns:
the d d m content persistence

setDDMContentPersistence

public void setDDMContentPersistence(com.liferay.portlet.dynamicdatamapping.service.persistence.DDMContentPersistence ddmContentPersistence)
Sets the d d m content persistence.

Parameters:
ddmContentPersistence - the d d m content persistence

getDDMStorageLinkLocalService

public com.liferay.portlet.dynamicdatamapping.service.DDMStorageLinkLocalService getDDMStorageLinkLocalService()
Returns the d d m storage link local service.

Returns:
the d d m storage link local service

setDDMStorageLinkLocalService

public void setDDMStorageLinkLocalService(com.liferay.portlet.dynamicdatamapping.service.DDMStorageLinkLocalService ddmStorageLinkLocalService)
Sets the d d m storage link local service.

Parameters:
ddmStorageLinkLocalService - the d d m storage link local service

getDDMStorageLinkPersistence

public com.liferay.portlet.dynamicdatamapping.service.persistence.DDMStorageLinkPersistence getDDMStorageLinkPersistence()
Returns the d d m storage link persistence.

Returns:
the d d m storage link persistence

setDDMStorageLinkPersistence

public void setDDMStorageLinkPersistence(com.liferay.portlet.dynamicdatamapping.service.persistence.DDMStorageLinkPersistence ddmStorageLinkPersistence)
Sets the d d m storage link persistence.

Parameters:
ddmStorageLinkPersistence - the d d m storage link persistence

getDDMStructureLocalService

public com.liferay.portlet.dynamicdatamapping.service.DDMStructureLocalService getDDMStructureLocalService()
Returns the d d m structure local service.

Returns:
the d d m structure local service

setDDMStructureLocalService

public void setDDMStructureLocalService(com.liferay.portlet.dynamicdatamapping.service.DDMStructureLocalService ddmStructureLocalService)
Sets the d d m structure local service.

Parameters:
ddmStructureLocalService - the d d m structure local service

getDDMStructureService

public com.liferay.portlet.dynamicdatamapping.service.DDMStructureService getDDMStructureService()
Returns the d d m structure remote service.

Returns:
the d d m structure remote service

setDDMStructureService

public void setDDMStructureService(com.liferay.portlet.dynamicdatamapping.service.DDMStructureService ddmStructureService)
Sets the d d m structure remote service.

Parameters:
ddmStructureService - the d d m structure remote service

getDDMStructurePersistence

public com.liferay.portlet.dynamicdatamapping.service.persistence.DDMStructurePersistence getDDMStructurePersistence()
Returns the d d m structure persistence.

Returns:
the d d m structure persistence

setDDMStructurePersistence

public void setDDMStructurePersistence(com.liferay.portlet.dynamicdatamapping.service.persistence.DDMStructurePersistence ddmStructurePersistence)
Sets the d d m structure persistence.

Parameters:
ddmStructurePersistence - the d d m structure persistence

getDDMStructureFinder

public com.liferay.portlet.dynamicdatamapping.service.persistence.DDMStructureFinder getDDMStructureFinder()
Returns the d d m structure finder.

Returns:
the d d m structure finder

setDDMStructureFinder

public void setDDMStructureFinder(com.liferay.portlet.dynamicdatamapping.service.persistence.DDMStructureFinder ddmStructureFinder)
Sets the d d m structure finder.

Parameters:
ddmStructureFinder - the d d m structure finder

getDDMStructureLinkLocalService

public com.liferay.portlet.dynamicdatamapping.service.DDMStructureLinkLocalService getDDMStructureLinkLocalService()
Returns the d d m structure link local service.

Returns:
the d d m structure link local service

setDDMStructureLinkLocalService

public void setDDMStructureLinkLocalService(com.liferay.portlet.dynamicdatamapping.service.DDMStructureLinkLocalService ddmStructureLinkLocalService)
Sets the d d m structure link local service.

Parameters:
ddmStructureLinkLocalService - the d d m structure link local service

getDDMStructureLinkPersistence

public com.liferay.portlet.dynamicdatamapping.service.persistence.DDMStructureLinkPersistence getDDMStructureLinkPersistence()
Returns the d d m structure link persistence.

Returns:
the d d m structure link persistence

setDDMStructureLinkPersistence

public void setDDMStructureLinkPersistence(com.liferay.portlet.dynamicdatamapping.service.persistence.DDMStructureLinkPersistence ddmStructureLinkPersistence)
Sets the d d m structure link persistence.

Parameters:
ddmStructureLinkPersistence - the d d m structure link persistence

getDDMTemplateLocalService

public com.liferay.portlet.dynamicdatamapping.service.DDMTemplateLocalService getDDMTemplateLocalService()
Returns the d d m template local service.

Returns:
the d d m template local service

setDDMTemplateLocalService

public void setDDMTemplateLocalService(com.liferay.portlet.dynamicdatamapping.service.DDMTemplateLocalService ddmTemplateLocalService)
Sets the d d m template local service.

Parameters:
ddmTemplateLocalService - the d d m template local service

getDDMTemplateService

public com.liferay.portlet.dynamicdatamapping.service.DDMTemplateService getDDMTemplateService()
Returns the d d m template remote service.

Returns:
the d d m template remote service

setDDMTemplateService

public void setDDMTemplateService(com.liferay.portlet.dynamicdatamapping.service.DDMTemplateService ddmTemplateService)
Sets the d d m template remote service.

Parameters:
ddmTemplateService - the d d m template remote service

getDDMTemplatePersistence

public com.liferay.portlet.dynamicdatamapping.service.persistence.DDMTemplatePersistence getDDMTemplatePersistence()
Returns the d d m template persistence.

Returns:
the d d m template persistence

setDDMTemplatePersistence

public void setDDMTemplatePersistence(com.liferay.portlet.dynamicdatamapping.service.persistence.DDMTemplatePersistence ddmTemplatePersistence)
Sets the d d m template persistence.

Parameters:
ddmTemplatePersistence - the d d m template persistence

getDDMTemplateFinder

public com.liferay.portlet.dynamicdatamapping.service.persistence.DDMTemplateFinder getDDMTemplateFinder()
Returns the d d m template finder.

Returns:
the d d m template finder

setDDMTemplateFinder

public void setDDMTemplateFinder(com.liferay.portlet.dynamicdatamapping.service.persistence.DDMTemplateFinder ddmTemplateFinder)
Sets the d d m template finder.

Parameters:
ddmTemplateFinder - the d d m template finder

getCounterLocalService

public com.liferay.counter.service.CounterLocalService getCounterLocalService()
Returns the counter local service.

Returns:
the counter local service

setCounterLocalService

public void setCounterLocalService(com.liferay.counter.service.CounterLocalService counterLocalService)
Sets the counter local service.

Parameters:
counterLocalService - the counter local service

getResourceLocalService

public com.liferay.portal.service.ResourceLocalService getResourceLocalService()
Returns the resource local service.

Returns:
the resource local service

setResourceLocalService

public void setResourceLocalService(com.liferay.portal.service.ResourceLocalService resourceLocalService)
Sets the resource local service.

Parameters:
resourceLocalService - the resource local service

getResourceService

public com.liferay.portal.service.ResourceService getResourceService()
Returns the resource remote service.

Returns:
the resource remote service

setResourceService

public void setResourceService(com.liferay.portal.service.ResourceService resourceService)
Sets the resource remote service.

Parameters:
resourceService - the resource remote service

getResourcePersistence

public com.liferay.portal.service.persistence.ResourcePersistence getResourcePersistence()
Returns the resource persistence.

Returns:
the resource persistence

setResourcePersistence

public void setResourcePersistence(com.liferay.portal.service.persistence.ResourcePersistence resourcePersistence)
Sets the resource persistence.

Parameters:
resourcePersistence - the resource persistence

getResourceFinder

public com.liferay.portal.service.persistence.ResourceFinder getResourceFinder()
Returns the resource finder.

Returns:
the resource finder

setResourceFinder

public void setResourceFinder(com.liferay.portal.service.persistence.ResourceFinder resourceFinder)
Sets the resource finder.

Parameters:
resourceFinder - the resource finder

getUserLocalService

public com.liferay.portal.service.UserLocalService getUserLocalService()
Returns the user local service.

Returns:
the user local service

setUserLocalService

public void setUserLocalService(com.liferay.portal.service.UserLocalService userLocalService)
Sets the user local service.

Parameters:
userLocalService - the user local service

getUserService

public com.liferay.portal.service.UserService getUserService()
Returns the user remote service.

Returns:
the user remote service

setUserService

public void setUserService(com.liferay.portal.service.UserService userService)
Sets the user remote service.

Parameters:
userService - the user remote service

getUserPersistence

public com.liferay.portal.service.persistence.UserPersistence getUserPersistence()
Returns the user persistence.

Returns:
the user persistence

setUserPersistence

public void setUserPersistence(com.liferay.portal.service.persistence.UserPersistence userPersistence)
Sets the user persistence.

Parameters:
userPersistence - the user persistence

getUserFinder

public com.liferay.portal.service.persistence.UserFinder getUserFinder()
Returns the user finder.

Returns:
the user finder

setUserFinder

public void setUserFinder(com.liferay.portal.service.persistence.UserFinder userFinder)
Sets the user finder.

Parameters:
userFinder - the user finder

getDLFileEntryTypeLocalService

public com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalService getDLFileEntryTypeLocalService()
Returns the document library file entry type local service.

Returns:
the document library file entry type local service

setDLFileEntryTypeLocalService

public void setDLFileEntryTypeLocalService(com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalService dlFileEntryTypeLocalService)
Sets the document library file entry type local service.

Parameters:
dlFileEntryTypeLocalService - the document library file entry type local service

getDLFileEntryTypeService

public com.liferay.portlet.documentlibrary.service.DLFileEntryTypeService getDLFileEntryTypeService()
Returns the document library file entry type remote service.

Returns:
the document library file entry type remote service

setDLFileEntryTypeService

public void setDLFileEntryTypeService(com.liferay.portlet.documentlibrary.service.DLFileEntryTypeService dlFileEntryTypeService)
Sets the document library file entry type remote service.

Parameters:
dlFileEntryTypeService - the document library file entry type remote service

getDLFileEntryTypePersistence

public com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence getDLFileEntryTypePersistence()
Returns the document library file entry type persistence.

Returns:
the document library file entry type persistence

setDLFileEntryTypePersistence

public void setDLFileEntryTypePersistence(com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence dlFileEntryTypePersistence)
Sets the document library file entry type persistence.

Parameters:
dlFileEntryTypePersistence - the document library file entry type persistence

getDLFileEntryTypeFinder

public com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypeFinder getDLFileEntryTypeFinder()
Returns the document library file entry type finder.

Returns:
the document library file entry type finder

setDLFileEntryTypeFinder

public void setDLFileEntryTypeFinder(com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypeFinder dlFileEntryTypeFinder)
Sets the document library file entry type finder.

Parameters:
dlFileEntryTypeFinder - the document library file entry type finder

afterPropertiesSet

public void afterPropertiesSet()

destroy

public void destroy()

getBeanIdentifier

public java.lang.String getBeanIdentifier()
Returns the Spring bean ID for this bean.

Specified by:
getBeanIdentifier in interface com.liferay.portal.kernel.bean.IdentifiableBean
Specified by:
getBeanIdentifier in interface com.liferay.portlet.dynamicdatamapping.service.DDMStructureLocalService
Returns:
the Spring bean ID for this bean

setBeanIdentifier

public void setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.

Specified by:
setBeanIdentifier in interface com.liferay.portal.kernel.bean.IdentifiableBean
Specified by:
setBeanIdentifier in interface com.liferay.portlet.dynamicdatamapping.service.DDMStructureLocalService
Parameters:
beanIdentifier - the Spring bean ID for this bean

getModelClass

protected java.lang.Class<?> getModelClass()

getModelClassName

protected java.lang.String getModelClassName()

runSQL

protected void runSQL(java.lang.String sql)
               throws com.liferay.portal.kernel.exception.SystemException
Performs an SQL query.

Parameters:
sql - the sql query
Throws:
com.liferay.portal.kernel.exception.SystemException