Liferay 7.0-ce-m3

com.liferay.portlet.dynamicdatalists.service
Class DDLRecordSetLocalServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.dynamicdatalists.service.DDLRecordSetLocalServiceWrapper
All Implemented Interfaces:
BaseLocalService, PersistedModelLocalService, ServiceWrapper<DDLRecordSetLocalService>, DDLRecordSetLocalService

@ProviderType
public class DDLRecordSetLocalServiceWrapper
extends Object
implements DDLRecordSetLocalService, ServiceWrapper<DDLRecordSetLocalService>

Provides a wrapper for DDLRecordSetLocalService.

See Also:
DDLRecordSetLocalService

Constructor Summary
DDLRecordSetLocalServiceWrapper(DDLRecordSetLocalService ddlRecordSetLocalService)
           
 
Method Summary
 DDLRecordSet addDDLRecordSet(DDLRecordSet ddlRecordSet)
          Adds the d d l record set to the database.
 DDLRecordSet addRecordSet(long userId, long groupId, long ddmStructureId, String recordSetKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, int minDisplayRows, int scope, ServiceContext serviceContext)
           
 void addRecordSetResources(DDLRecordSet recordSet, boolean addGroupPermissions, boolean addGuestPermissions)
           
 void addRecordSetResources(DDLRecordSet recordSet, String[] groupPermissions, String[] guestPermissions)
           
 DDLRecordSet createDDLRecordSet(long recordSetId)
          Creates a new d d l record set with the primary key.
 DDLRecordSet deleteDDLRecordSet(DDLRecordSet ddlRecordSet)
          Deletes the d d l record set from the database.
 DDLRecordSet deleteDDLRecordSet(long recordSetId)
          Deletes the d d l record set with the primary key from the database.
 PersistedModel deletePersistedModel(PersistedModel persistedModel)
           
 void deleteRecordSet(DDLRecordSet recordSet)
           
 void deleteRecordSet(long recordSetId)
           
 void deleteRecordSet(long groupId, String recordSetKey)
           
 void deleteRecordSets(long groupId)
           
 DynamicQuery dynamicQuery()
           
<T> List<T>
dynamicQuery(DynamicQuery dynamicQuery)
          Performs a dynamic query on the database and returns the matching rows.
<T> List<T>
dynamicQuery(DynamicQuery dynamicQuery, int start, int end)
          Performs a dynamic query on the database and returns a range of the matching rows.
<T> List<T>
dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 long dynamicQueryCount(DynamicQuery dynamicQuery)
          Returns the number of rows matching the dynamic query.
 long dynamicQueryCount(DynamicQuery dynamicQuery, Projection projection)
          Returns the number of rows matching the dynamic query.
 DDLRecordSet fetchDDLRecordSet(long recordSetId)
           
 DDLRecordSet fetchDDLRecordSetByUuidAndGroupId(String uuid, long groupId)
          Returns the d d l record set matching the UUID and group.
 DDLRecordSet fetchRecordSet(long recordSetId)
           
 DDLRecordSet fetchRecordSet(long groupId, String recordSetKey)
           
 ActionableDynamicQuery getActionableDynamicQuery()
           
 String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 DDLRecordSet getDDLRecordSet(long recordSetId)
          Returns the d d l record set with the primary key.
 DDLRecordSet getDDLRecordSetByUuidAndGroupId(String uuid, long groupId)
          Returns the d d l record set matching the UUID and group.
 List<DDLRecordSet> getDDLRecordSets(int start, int end)
          Returns a range of all the d d l record sets.
 List<DDLRecordSet> getDDLRecordSetsByUuidAndCompanyId(String uuid, long companyId)
          Returns all the d d l record sets matching the UUID and company.
 List<DDLRecordSet> getDDLRecordSetsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DDLRecordSet> orderByComparator)
          Returns a range of d d l record sets matching the UUID and company.
 int getDDLRecordSetsCount()
          Returns the number of d d l record sets.
 ExportActionableDynamicQuery getExportActionableDynamicQuery(PortletDataContext portletDataContext)
           
 PersistedModel getPersistedModel(Serializable primaryKeyObj)
           
 DDLRecordSet getRecordSet(long recordSetId)
           
 DDLRecordSet getRecordSet(long groupId, String recordSetKey)
           
 List<DDLRecordSet> getRecordSets(long groupId)
           
 int getRecordSetsCount(long groupId)
           
 DDLRecordSetLocalService getWrappedDDLRecordSetLocalService()
          Deprecated. As of 6.1.0, replaced by getWrappedService()
 DDLRecordSetLocalService getWrappedService()
           
 List<DDLRecordSet> search(long companyId, long groupId, String keywords, int scope, int start, int end, OrderByComparator<DDLRecordSet> orderByComparator)
           
 List<DDLRecordSet> search(long companyId, long groupId, String name, String description, int scope, boolean andOperator, int start, int end, OrderByComparator<DDLRecordSet> orderByComparator)
           
 int searchCount(long companyId, long groupId, String keywords, int scope)
           
 int searchCount(long companyId, long groupId, String name, String description, int scope, boolean andOperator)
           
 void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setWrappedDDLRecordSetLocalService(DDLRecordSetLocalService ddlRecordSetLocalService)
          Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portlet.dynamicdatalists.service.DDLRecordSetLocalService)
 void setWrappedService(DDLRecordSetLocalService ddlRecordSetLocalService)
           
 DDLRecordSet updateDDLRecordSet(DDLRecordSet ddlRecordSet)
          Updates the d d l record set in the database or adds it if it does not yet exist.
 DDLRecordSet updateMinDisplayRows(long recordSetId, int minDisplayRows, ServiceContext serviceContext)
           
 DDLRecordSet updateRecordSet(long recordSetId, long ddmStructureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, int minDisplayRows, ServiceContext serviceContext)
           
 DDLRecordSet updateRecordSet(long groupId, long ddmStructureId, String recordSetKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, int minDisplayRows, ServiceContext serviceContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DDLRecordSetLocalServiceWrapper

public DDLRecordSetLocalServiceWrapper(DDLRecordSetLocalService ddlRecordSetLocalService)
Method Detail

addDDLRecordSet

public DDLRecordSet addDDLRecordSet(DDLRecordSet ddlRecordSet)
Adds the d d l record set to the database. Also notifies the appropriate model listeners.

Specified by:
addDDLRecordSet in interface DDLRecordSetLocalService
Parameters:
ddlRecordSet - the d d l record set
Returns:
the d d l record set that was added

addRecordSet

public DDLRecordSet addRecordSet(long userId,
                                 long groupId,
                                 long ddmStructureId,
                                 String recordSetKey,
                                 Map<Locale,String> nameMap,
                                 Map<Locale,String> descriptionMap,
                                 int minDisplayRows,
                                 int scope,
                                 ServiceContext serviceContext)
                          throws PortalException
Specified by:
addRecordSet in interface DDLRecordSetLocalService
Throws:
PortalException

addRecordSetResources

public void addRecordSetResources(DDLRecordSet recordSet,
                                  boolean addGroupPermissions,
                                  boolean addGuestPermissions)
                           throws PortalException
Specified by:
addRecordSetResources in interface DDLRecordSetLocalService
Throws:
PortalException

addRecordSetResources

public void addRecordSetResources(DDLRecordSet recordSet,
                                  String[] groupPermissions,
                                  String[] guestPermissions)
                           throws PortalException
Specified by:
addRecordSetResources in interface DDLRecordSetLocalService
Throws:
PortalException

createDDLRecordSet

public DDLRecordSet createDDLRecordSet(long recordSetId)
Creates a new d d l record set with the primary key. Does not add the d d l record set to the database.

Specified by:
createDDLRecordSet in interface DDLRecordSetLocalService
Parameters:
recordSetId - the primary key for the new d d l record set
Returns:
the new d d l record set

deleteDDLRecordSet

public DDLRecordSet deleteDDLRecordSet(DDLRecordSet ddlRecordSet)
Deletes the d d l record set from the database. Also notifies the appropriate model listeners.

Specified by:
deleteDDLRecordSet in interface DDLRecordSetLocalService
Parameters:
ddlRecordSet - the d d l record set
Returns:
the d d l record set that was removed

deleteDDLRecordSet

public DDLRecordSet deleteDDLRecordSet(long recordSetId)
                                throws PortalException
Deletes the d d l record set with the primary key from the database. Also notifies the appropriate model listeners.

Specified by:
deleteDDLRecordSet in interface DDLRecordSetLocalService
Parameters:
recordSetId - the primary key of the d d l record set
Returns:
the d d l record set that was removed
Throws:
PortalException - if a d d l record set with the primary key could not be found

deletePersistedModel

public PersistedModel deletePersistedModel(PersistedModel persistedModel)
                                    throws PortalException
Specified by:
deletePersistedModel in interface PersistedModelLocalService
Specified by:
deletePersistedModel in interface DDLRecordSetLocalService
Throws:
PortalException

deleteRecordSet

public void deleteRecordSet(long groupId,
                            String recordSetKey)
                     throws PortalException
Specified by:
deleteRecordSet in interface DDLRecordSetLocalService
Throws:
PortalException

deleteRecordSet

public void deleteRecordSet(DDLRecordSet recordSet)
                     throws PortalException
Specified by:
deleteRecordSet in interface DDLRecordSetLocalService
Throws:
PortalException

deleteRecordSet

public void deleteRecordSet(long recordSetId)
                     throws PortalException
Specified by:
deleteRecordSet in interface DDLRecordSetLocalService
Throws:
PortalException

deleteRecordSets

public void deleteRecordSets(long groupId)
                      throws PortalException
Specified by:
deleteRecordSets in interface DDLRecordSetLocalService
Throws:
PortalException

dynamicQuery

public DynamicQuery dynamicQuery()
Specified by:
dynamicQuery in interface DDLRecordSetLocalService

dynamicQuery

public <T> List<T> dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.

Specified by:
dynamicQuery in interface DDLRecordSetLocalService
Parameters:
dynamicQuery - the dynamic query
Returns:
the matching rows

dynamicQuery

public <T> List<T> dynamicQuery(DynamicQuery dynamicQuery,
                                int start,
                                int end)
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from com.liferay.portlet.dynamicdatalists.model.impl.DDLRecordSetModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
dynamicQuery in interface DDLRecordSetLocalService
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

dynamicQuery

public <T> List<T> dynamicQuery(DynamicQuery dynamicQuery,
                                int start,
                                int end,
                                OrderByComparator<T> orderByComparator)
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from com.liferay.portlet.dynamicdatalists.model.impl.DDLRecordSetModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
dynamicQuery in interface DDLRecordSetLocalService
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

dynamicQueryCount

public long dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.

Specified by:
dynamicQueryCount in interface DDLRecordSetLocalService
Parameters:
dynamicQuery - the dynamic query
Returns:
the number of rows matching the dynamic query

dynamicQueryCount

public long dynamicQueryCount(DynamicQuery dynamicQuery,
                              Projection projection)
Returns the number of rows matching the dynamic query.

Specified by:
dynamicQueryCount in interface DDLRecordSetLocalService
Parameters:
dynamicQuery - the dynamic query
projection - the projection to apply to the query
Returns:
the number of rows matching the dynamic query

fetchDDLRecordSet

public DDLRecordSet fetchDDLRecordSet(long recordSetId)
Specified by:
fetchDDLRecordSet in interface DDLRecordSetLocalService

fetchDDLRecordSetByUuidAndGroupId

public DDLRecordSet fetchDDLRecordSetByUuidAndGroupId(String uuid,
                                                      long groupId)
Returns the d d l record set matching the UUID and group.

Specified by:
fetchDDLRecordSetByUuidAndGroupId in interface DDLRecordSetLocalService
Parameters:
uuid - the d d l record set's UUID
groupId - the primary key of the group
Returns:
the matching d d l record set, or null if a matching d d l record set could not be found

fetchRecordSet

public DDLRecordSet fetchRecordSet(long groupId,
                                   String recordSetKey)
Specified by:
fetchRecordSet in interface DDLRecordSetLocalService

fetchRecordSet

public DDLRecordSet fetchRecordSet(long recordSetId)
Specified by:
fetchRecordSet in interface DDLRecordSetLocalService

getActionableDynamicQuery

public ActionableDynamicQuery getActionableDynamicQuery()
Specified by:
getActionableDynamicQuery in interface DDLRecordSetLocalService

getBeanIdentifier

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

Specified by:
getBeanIdentifier in interface DDLRecordSetLocalService
Returns:
the Spring bean ID for this bean

getDDLRecordSet

public DDLRecordSet getDDLRecordSet(long recordSetId)
                             throws PortalException
Returns the d d l record set with the primary key.

Specified by:
getDDLRecordSet in interface DDLRecordSetLocalService
Parameters:
recordSetId - the primary key of the d d l record set
Returns:
the d d l record set
Throws:
PortalException - if a d d l record set with the primary key could not be found

getDDLRecordSetByUuidAndGroupId

public DDLRecordSet getDDLRecordSetByUuidAndGroupId(String uuid,
                                                    long groupId)
                                             throws PortalException
Returns the d d l record set matching the UUID and group.

Specified by:
getDDLRecordSetByUuidAndGroupId in interface DDLRecordSetLocalService
Parameters:
uuid - the d d l record set's UUID
groupId - the primary key of the group
Returns:
the matching d d l record set
Throws:
PortalException - if a matching d d l record set could not be found

getDDLRecordSets

public List<DDLRecordSet> getDDLRecordSets(int start,
                                           int end)
Returns a range of all the d d l record sets.

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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from com.liferay.portlet.dynamicdatalists.model.impl.DDLRecordSetModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
getDDLRecordSets in interface DDLRecordSetLocalService
Parameters:
start - the lower bound of the range of d d l record sets
end - the upper bound of the range of d d l record sets (not inclusive)
Returns:
the range of d d l record sets

getDDLRecordSetsByUuidAndCompanyId

public List<DDLRecordSet> getDDLRecordSetsByUuidAndCompanyId(String uuid,
                                                             long companyId)
Returns all the d d l record sets matching the UUID and company.

Specified by:
getDDLRecordSetsByUuidAndCompanyId in interface DDLRecordSetLocalService
Parameters:
uuid - the UUID of the d d l record sets
companyId - the primary key of the company
Returns:
the matching d d l record sets, or an empty list if no matches were found

getDDLRecordSetsByUuidAndCompanyId

public List<DDLRecordSet> getDDLRecordSetsByUuidAndCompanyId(String uuid,
                                                             long companyId,
                                                             int start,
                                                             int end,
                                                             OrderByComparator<DDLRecordSet> orderByComparator)
Returns a range of d d l record sets matching the UUID and company.

Specified by:
getDDLRecordSetsByUuidAndCompanyId in interface DDLRecordSetLocalService
Parameters:
uuid - the UUID of the d d l record sets
companyId - the primary key of the company
start - the lower bound of the range of d d l record sets
end - the upper bound of the range of d d l record sets (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the range of matching d d l record sets, or an empty list if no matches were found

getDDLRecordSetsCount

public int getDDLRecordSetsCount()
Returns the number of d d l record sets.

Specified by:
getDDLRecordSetsCount in interface DDLRecordSetLocalService
Returns:
the number of d d l record sets

getExportActionableDynamicQuery

public ExportActionableDynamicQuery getExportActionableDynamicQuery(PortletDataContext portletDataContext)
Specified by:
getExportActionableDynamicQuery in interface DDLRecordSetLocalService

getPersistedModel

public PersistedModel getPersistedModel(Serializable primaryKeyObj)
                                 throws PortalException
Specified by:
getPersistedModel in interface PersistedModelLocalService
Specified by:
getPersistedModel in interface DDLRecordSetLocalService
Throws:
PortalException

getRecordSet

public DDLRecordSet getRecordSet(long groupId,
                                 String recordSetKey)
                          throws PortalException
Specified by:
getRecordSet in interface DDLRecordSetLocalService
Throws:
PortalException

getRecordSet

public DDLRecordSet getRecordSet(long recordSetId)
                          throws PortalException
Specified by:
getRecordSet in interface DDLRecordSetLocalService
Throws:
PortalException

getRecordSets

public List<DDLRecordSet> getRecordSets(long groupId)
Specified by:
getRecordSets in interface DDLRecordSetLocalService

getRecordSetsCount

public int getRecordSetsCount(long groupId)
Specified by:
getRecordSetsCount in interface DDLRecordSetLocalService

search

public List<DDLRecordSet> search(long companyId,
                                 long groupId,
                                 String keywords,
                                 int scope,
                                 int start,
                                 int end,
                                 OrderByComparator<DDLRecordSet> orderByComparator)
Specified by:
search in interface DDLRecordSetLocalService

search

public List<DDLRecordSet> search(long companyId,
                                 long groupId,
                                 String name,
                                 String description,
                                 int scope,
                                 boolean andOperator,
                                 int start,
                                 int end,
                                 OrderByComparator<DDLRecordSet> orderByComparator)
Specified by:
search in interface DDLRecordSetLocalService

searchCount

public int searchCount(long companyId,
                       long groupId,
                       String keywords,
                       int scope)
Specified by:
searchCount in interface DDLRecordSetLocalService

searchCount

public int searchCount(long companyId,
                       long groupId,
                       String name,
                       String description,
                       int scope,
                       boolean andOperator)
Specified by:
searchCount in interface DDLRecordSetLocalService

setBeanIdentifier

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

Specified by:
setBeanIdentifier in interface DDLRecordSetLocalService
Parameters:
beanIdentifier - the Spring bean ID for this bean

updateDDLRecordSet

public DDLRecordSet updateDDLRecordSet(DDLRecordSet ddlRecordSet)
Updates the d d l record set in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.

Specified by:
updateDDLRecordSet in interface DDLRecordSetLocalService
Parameters:
ddlRecordSet - the d d l record set
Returns:
the d d l record set that was updated

updateMinDisplayRows

public DDLRecordSet updateMinDisplayRows(long recordSetId,
                                         int minDisplayRows,
                                         ServiceContext serviceContext)
                                  throws PortalException
Specified by:
updateMinDisplayRows in interface DDLRecordSetLocalService
Throws:
PortalException

updateRecordSet

public DDLRecordSet updateRecordSet(long groupId,
                                    long ddmStructureId,
                                    String recordSetKey,
                                    Map<Locale,String> nameMap,
                                    Map<Locale,String> descriptionMap,
                                    int minDisplayRows,
                                    ServiceContext serviceContext)
                             throws PortalException
Specified by:
updateRecordSet in interface DDLRecordSetLocalService
Throws:
PortalException

updateRecordSet

public DDLRecordSet updateRecordSet(long recordSetId,
                                    long ddmStructureId,
                                    Map<Locale,String> nameMap,
                                    Map<Locale,String> descriptionMap,
                                    int minDisplayRows,
                                    ServiceContext serviceContext)
                             throws PortalException
Specified by:
updateRecordSet in interface DDLRecordSetLocalService
Throws:
PortalException

getWrappedDDLRecordSetLocalService

@Deprecated
public DDLRecordSetLocalService getWrappedDDLRecordSetLocalService()
Deprecated. As of 6.1.0, replaced by getWrappedService()


setWrappedDDLRecordSetLocalService

@Deprecated
public void setWrappedDDLRecordSetLocalService(DDLRecordSetLocalService ddlRecordSetLocalService)
Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portlet.dynamicdatalists.service.DDLRecordSetLocalService)


getWrappedService

public DDLRecordSetLocalService getWrappedService()
Specified by:
getWrappedService in interface ServiceWrapper<DDLRecordSetLocalService>

setWrappedService

public void setWrappedService(DDLRecordSetLocalService ddlRecordSetLocalService)
Specified by:
setWrappedService in interface ServiceWrapper<DDLRecordSetLocalService>

Liferay 7.0-ce-m3