com.liferay.portlet.tasks.service
Class TasksProposalLocalServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.tasks.service.TasksProposalLocalServiceWrapper
All Implemented Interfaces:
TasksProposalLocalService

public class TasksProposalLocalServiceWrapper
extends java.lang.Object
implements TasksProposalLocalService

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is a wrapper for TasksProposalLocalService.

Author:
Brian Wing Shun Chan
See Also:
TasksProposalLocalService
Generated:

Constructor Summary
TasksProposalLocalServiceWrapper(TasksProposalLocalService tasksProposalLocalService)
           
 
Method Summary
 TasksProposal addProposal(long userId, long groupId, java.lang.String className, java.lang.String classPK, java.lang.String name, java.lang.String description, long reviewUserId, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 TasksProposal addProposal(long userId, long groupId, java.lang.String className, java.lang.String classPK, java.lang.String name, java.lang.String description, long reviewUserId, java.lang.Boolean addCommunityPermissions, java.lang.Boolean addGuestPermissions, java.lang.String[] communityPermissions, java.lang.String[] guestPermissions)
           
 TasksProposal addProposal(long userId, long groupId, java.lang.String className, java.lang.String classPK, java.lang.String name, java.lang.String description, long reviewUserId, java.lang.String[] communityPermissions, java.lang.String[] guestPermissions)
           
 void addProposalResources(long proposalId, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void addProposalResources(long proposalId, java.lang.String[] communityPermissions, java.lang.String[] guestPermissions)
           
 void addProposalResources(TasksProposal proposal, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void addProposalResources(TasksProposal proposal, java.lang.String[] communityPermissions, java.lang.String[] guestPermissions)
           
 TasksProposal addTasksProposal(TasksProposal tasksProposal)
           
 TasksProposal createTasksProposal(long proposalId)
           
 void deleteProposal(long proposalId)
           
 void deleteProposal(long classNameId, java.lang.String classPK)
           
 void deleteProposal(java.lang.String className, java.lang.String classPK)
           
 void deleteProposal(TasksProposal proposal)
           
 void deleteProposals(long groupId)
           
 void deleteTasksProposal(long proposalId)
           
 void deleteTasksProposal(TasksProposal tasksProposal)
           
 java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
 java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
           
 TasksProposal getProposal(long proposalId)
           
 TasksProposal getProposal(long classNameId, java.lang.String classPK)
           
 TasksProposal getProposal(java.lang.String className, java.lang.String classPK)
           
 java.util.List<TasksProposal> getProposals(long groupId, int start, int end)
           
 int getProposalsCount(long groupId)
           
 java.util.List<TasksProposal> getReviewProposals(long groupId, long userId, int start, int end)
           
 int getReviewProposalsCount(long groupId, long userId)
           
 TasksProposal getTasksProposal(long proposalId)
           
 java.util.List<TasksProposal> getTasksProposals(int start, int end)
           
 int getTasksProposalsCount()
           
 java.util.List<TasksProposal> getUserProposals(long groupId, long userId, int start, int end)
           
 int getUserProposalsCount(long groupId, long userId)
           
 TasksProposalLocalService getWrappedTasksProposalLocalService()
           
 TasksProposal updateProposal(long userId, long proposalId, java.lang.String description, int dueDateMonth, int dueDateDay, int dueDateYear, int dueDateHour, int dueDateMinute)
           
 TasksProposal updateTasksProposal(TasksProposal tasksProposal)
           
 TasksProposal updateTasksProposal(TasksProposal tasksProposal, boolean merge)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TasksProposalLocalServiceWrapper

public TasksProposalLocalServiceWrapper(TasksProposalLocalService tasksProposalLocalService)
Method Detail

addTasksProposal

public TasksProposal addTasksProposal(TasksProposal tasksProposal)
                               throws com.liferay.portal.kernel.exception.SystemException
Specified by:
addTasksProposal in interface TasksProposalLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

createTasksProposal

public TasksProposal createTasksProposal(long proposalId)
Specified by:
createTasksProposal in interface TasksProposalLocalService

deleteTasksProposal

public void deleteTasksProposal(long proposalId)
                         throws com.liferay.portal.kernel.exception.PortalException,
                                com.liferay.portal.kernel.exception.SystemException
Specified by:
deleteTasksProposal in interface TasksProposalLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

deleteTasksProposal

public void deleteTasksProposal(TasksProposal tasksProposal)
                         throws com.liferay.portal.kernel.exception.SystemException
Specified by:
deleteTasksProposal in interface TasksProposalLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

dynamicQuery

public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                                              throws com.liferay.portal.kernel.exception.SystemException
Specified by:
dynamicQuery in interface TasksProposalLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

dynamicQuery

public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                                     int start,
                                                     int end)
                                              throws com.liferay.portal.kernel.exception.SystemException
Specified by:
dynamicQuery in interface TasksProposalLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getTasksProposal

public TasksProposal getTasksProposal(long proposalId)
                               throws com.liferay.portal.kernel.exception.PortalException,
                                      com.liferay.portal.kernel.exception.SystemException
Specified by:
getTasksProposal in interface TasksProposalLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getTasksProposals

public java.util.List<TasksProposal> getTasksProposals(int start,
                                                       int end)
                                                throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getTasksProposals in interface TasksProposalLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getTasksProposalsCount

public int getTasksProposalsCount()
                           throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getTasksProposalsCount in interface TasksProposalLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

updateTasksProposal

public TasksProposal updateTasksProposal(TasksProposal tasksProposal)
                                  throws com.liferay.portal.kernel.exception.SystemException
Specified by:
updateTasksProposal in interface TasksProposalLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

updateTasksProposal

public TasksProposal updateTasksProposal(TasksProposal tasksProposal,
                                         boolean merge)
                                  throws com.liferay.portal.kernel.exception.SystemException
Specified by:
updateTasksProposal in interface TasksProposalLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

addProposal

public TasksProposal addProposal(long userId,
                                 long groupId,
                                 java.lang.String className,
                                 java.lang.String classPK,
                                 java.lang.String name,
                                 java.lang.String description,
                                 long reviewUserId,
                                 boolean addCommunityPermissions,
                                 boolean addGuestPermissions)
                          throws com.liferay.portal.kernel.exception.PortalException,
                                 com.liferay.portal.kernel.exception.SystemException
Specified by:
addProposal in interface TasksProposalLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

addProposal

public TasksProposal addProposal(long userId,
                                 long groupId,
                                 java.lang.String className,
                                 java.lang.String classPK,
                                 java.lang.String name,
                                 java.lang.String description,
                                 long reviewUserId,
                                 java.lang.Boolean addCommunityPermissions,
                                 java.lang.Boolean addGuestPermissions,
                                 java.lang.String[] communityPermissions,
                                 java.lang.String[] guestPermissions)
                          throws com.liferay.portal.kernel.exception.PortalException,
                                 com.liferay.portal.kernel.exception.SystemException
Specified by:
addProposal in interface TasksProposalLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

addProposal

public TasksProposal addProposal(long userId,
                                 long groupId,
                                 java.lang.String className,
                                 java.lang.String classPK,
                                 java.lang.String name,
                                 java.lang.String description,
                                 long reviewUserId,
                                 java.lang.String[] communityPermissions,
                                 java.lang.String[] guestPermissions)
                          throws com.liferay.portal.kernel.exception.PortalException,
                                 com.liferay.portal.kernel.exception.SystemException
Specified by:
addProposal in interface TasksProposalLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

addProposalResources

public void addProposalResources(long proposalId,
                                 boolean addCommunityPermissions,
                                 boolean addGuestPermissions)
                          throws com.liferay.portal.kernel.exception.PortalException,
                                 com.liferay.portal.kernel.exception.SystemException
Specified by:
addProposalResources in interface TasksProposalLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

addProposalResources

public void addProposalResources(long proposalId,
                                 java.lang.String[] communityPermissions,
                                 java.lang.String[] guestPermissions)
                          throws com.liferay.portal.kernel.exception.PortalException,
                                 com.liferay.portal.kernel.exception.SystemException
Specified by:
addProposalResources in interface TasksProposalLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

addProposalResources

public void addProposalResources(TasksProposal proposal,
                                 boolean addCommunityPermissions,
                                 boolean addGuestPermissions)
                          throws com.liferay.portal.kernel.exception.PortalException,
                                 com.liferay.portal.kernel.exception.SystemException
Specified by:
addProposalResources in interface TasksProposalLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

addProposalResources

public void addProposalResources(TasksProposal proposal,
                                 java.lang.String[] communityPermissions,
                                 java.lang.String[] guestPermissions)
                          throws com.liferay.portal.kernel.exception.PortalException,
                                 com.liferay.portal.kernel.exception.SystemException
Specified by:
addProposalResources in interface TasksProposalLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

deleteProposal

public void deleteProposal(long proposalId)
                    throws com.liferay.portal.kernel.exception.PortalException,
                           com.liferay.portal.kernel.exception.SystemException
Specified by:
deleteProposal in interface TasksProposalLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

deleteProposal

public void deleteProposal(long classNameId,
                           java.lang.String classPK)
                    throws com.liferay.portal.kernel.exception.PortalException,
                           com.liferay.portal.kernel.exception.SystemException
Specified by:
deleteProposal in interface TasksProposalLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

deleteProposal

public void deleteProposal(java.lang.String className,
                           java.lang.String classPK)
                    throws com.liferay.portal.kernel.exception.PortalException,
                           com.liferay.portal.kernel.exception.SystemException
Specified by:
deleteProposal in interface TasksProposalLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

deleteProposal

public void deleteProposal(TasksProposal proposal)
                    throws com.liferay.portal.kernel.exception.PortalException,
                           com.liferay.portal.kernel.exception.SystemException
Specified by:
deleteProposal in interface TasksProposalLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

deleteProposals

public void deleteProposals(long groupId)
                     throws com.liferay.portal.kernel.exception.PortalException,
                            com.liferay.portal.kernel.exception.SystemException
Specified by:
deleteProposals in interface TasksProposalLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getProposal

public TasksProposal getProposal(long proposalId)
                          throws com.liferay.portal.kernel.exception.PortalException,
                                 com.liferay.portal.kernel.exception.SystemException
Specified by:
getProposal in interface TasksProposalLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getProposal

public TasksProposal getProposal(long classNameId,
                                 java.lang.String classPK)
                          throws com.liferay.portal.kernel.exception.PortalException,
                                 com.liferay.portal.kernel.exception.SystemException
Specified by:
getProposal in interface TasksProposalLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getProposal

public TasksProposal getProposal(java.lang.String className,
                                 java.lang.String classPK)
                          throws com.liferay.portal.kernel.exception.PortalException,
                                 com.liferay.portal.kernel.exception.SystemException
Specified by:
getProposal in interface TasksProposalLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getProposals

public java.util.List<TasksProposal> getProposals(long groupId,
                                                  int start,
                                                  int end)
                                           throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getProposals in interface TasksProposalLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getProposalsCount

public int getProposalsCount(long groupId)
                      throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getProposalsCount in interface TasksProposalLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getReviewProposals

public java.util.List<TasksProposal> getReviewProposals(long groupId,
                                                        long userId,
                                                        int start,
                                                        int end)
                                                 throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getReviewProposals in interface TasksProposalLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getReviewProposalsCount

public int getReviewProposalsCount(long groupId,
                                   long userId)
                            throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getReviewProposalsCount in interface TasksProposalLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getUserProposals

public java.util.List<TasksProposal> getUserProposals(long groupId,
                                                      long userId,
                                                      int start,
                                                      int end)
                                               throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getUserProposals in interface TasksProposalLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getUserProposalsCount

public int getUserProposalsCount(long groupId,
                                 long userId)
                          throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getUserProposalsCount in interface TasksProposalLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

updateProposal

public TasksProposal updateProposal(long userId,
                                    long proposalId,
                                    java.lang.String description,
                                    int dueDateMonth,
                                    int dueDateDay,
                                    int dueDateYear,
                                    int dueDateHour,
                                    int dueDateMinute)
                             throws com.liferay.portal.kernel.exception.PortalException,
                                    com.liferay.portal.kernel.exception.SystemException
Specified by:
updateProposal in interface TasksProposalLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getWrappedTasksProposalLocalService

public TasksProposalLocalService getWrappedTasksProposalLocalService()