com.liferay.portlet.dynamicdatalists.service.impl
Class DDLRecordSetServiceImpl

java.lang.Object
  extended by com.liferay.portal.service.base.PrincipalBean
      extended by com.liferay.portlet.dynamicdatalists.service.base.DDLRecordSetServiceBaseImpl
          extended by com.liferay.portlet.dynamicdatalists.service.impl.DDLRecordSetServiceImpl
All Implemented Interfaces:
com.liferay.portal.kernel.bean.IdentifiableBean, com.liferay.portlet.dynamicdatalists.service.DDLRecordSetService

public class DDLRecordSetServiceImpl
extends DDLRecordSetServiceBaseImpl

Author:
Brian Wing Shun Chan, Marcellus Tavares

Field Summary
 
Fields inherited from class com.liferay.portlet.dynamicdatalists.service.base.DDLRecordSetServiceBaseImpl
counterLocalService, ddlRecordFinder, ddlRecordLocalService, ddlRecordPersistence, ddlRecordService, ddlRecordSetFinder, ddlRecordSetLocalService, ddlRecordSetPersistence, ddlRecordSetService, ddlRecordVersionPersistence, ddmStructureFinder, ddmStructureLinkLocalService, ddmStructureLinkPersistence, ddmStructureLocalService, ddmStructurePersistence, ddmStructureService, 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
DDLRecordSetServiceImpl()
           
 
Method Summary
 com.liferay.portlet.dynamicdatalists.model.DDLRecordSet addRecordSet(long groupId, long ddmStructureId, java.lang.String recordSetKey, java.util.Map<java.util.Locale,java.lang.String> nameMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, int minDisplayRows, int scope, com.liferay.portal.service.ServiceContext serviceContext)
           
 void deleteRecordSet(long recordSetId)
           
 com.liferay.portlet.dynamicdatalists.model.DDLRecordSet getRecordSet(long recordSetId)
           
 com.liferay.portlet.dynamicdatalists.model.DDLRecordSet updateMinDisplayRows(long recordSetId, int minDisplayRows, com.liferay.portal.service.ServiceContext serviceContext)
           
 com.liferay.portlet.dynamicdatalists.model.DDLRecordSet updateRecordSet(long recordSetId, long ddmStructureId, java.util.Map<java.util.Locale,java.lang.String> nameMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, int minDisplayRows, com.liferay.portal.service.ServiceContext serviceContext)
           
 com.liferay.portlet.dynamicdatalists.model.DDLRecordSet updateRecordSet(long groupId, long ddmStructureId, java.lang.String recordSetKey, java.util.Map<java.util.Locale,java.lang.String> nameMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, int minDisplayRows, com.liferay.portal.service.ServiceContext serviceContext)
           
 
Methods inherited from class com.liferay.portlet.dynamicdatalists.service.base.DDLRecordSetServiceBaseImpl
afterPropertiesSet, destroy, getBeanIdentifier, getCounterLocalService, getDDLRecordFinder, getDDLRecordLocalService, getDDLRecordPersistence, getDDLRecordService, getDDLRecordSetFinder, getDDLRecordSetLocalService, getDDLRecordSetPersistence, getDDLRecordSetService, getDDLRecordVersionPersistence, getDDMStructureFinder, getDDMStructureLinkLocalService, getDDMStructureLinkPersistence, getDDMStructureLocalService, getDDMStructurePersistence, getDDMStructureService, getModelClass, getModelClassName, getResourceFinder, getResourceLocalService, getResourcePersistence, getResourceService, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setBeanIdentifier, setCounterLocalService, setDDLRecordFinder, setDDLRecordLocalService, setDDLRecordPersistence, setDDLRecordService, setDDLRecordSetFinder, setDDLRecordSetLocalService, setDDLRecordSetPersistence, setDDLRecordSetService, setDDLRecordVersionPersistence, setDDMStructureFinder, setDDMStructureLinkLocalService, setDDMStructureLinkPersistence, setDDMStructureLocalService, setDDMStructurePersistence, setDDMStructureService, 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

DDLRecordSetServiceImpl

public DDLRecordSetServiceImpl()
Method Detail

addRecordSet

public com.liferay.portlet.dynamicdatalists.model.DDLRecordSet addRecordSet(long groupId,
                                                                            long ddmStructureId,
                                                                            java.lang.String recordSetKey,
                                                                            java.util.Map<java.util.Locale,java.lang.String> nameMap,
                                                                            java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
                                                                            int minDisplayRows,
                                                                            int scope,
                                                                            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

deleteRecordSet

public void deleteRecordSet(long recordSetId)
                     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

getRecordSet

public com.liferay.portlet.dynamicdatalists.model.DDLRecordSet getRecordSet(long recordSetId)
                                                                     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

updateMinDisplayRows

public com.liferay.portlet.dynamicdatalists.model.DDLRecordSet updateMinDisplayRows(long recordSetId,
                                                                                    int minDisplayRows,
                                                                                    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

updateRecordSet

public com.liferay.portlet.dynamicdatalists.model.DDLRecordSet updateRecordSet(long recordSetId,
                                                                               long ddmStructureId,
                                                                               java.util.Map<java.util.Locale,java.lang.String> nameMap,
                                                                               java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
                                                                               int minDisplayRows,
                                                                               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

updateRecordSet

public com.liferay.portlet.dynamicdatalists.model.DDLRecordSet updateRecordSet(long groupId,
                                                                               long ddmStructureId,
                                                                               java.lang.String recordSetKey,
                                                                               java.util.Map<java.util.Locale,java.lang.String> nameMap,
                                                                               java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
                                                                               int minDisplayRows,
                                                                               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