Liferay 6.0.5

com.liferay.portlet.tasks.service.impl
Class TasksProposalLocalServiceImpl

java.lang.Object
  extended by com.liferay.portlet.tasks.service.base.TasksProposalLocalServiceBaseImpl
      extended by com.liferay.portlet.tasks.service.impl.TasksProposalLocalServiceImpl
All Implemented Interfaces:
TasksProposalLocalService

public class TasksProposalLocalServiceImpl
extends TasksProposalLocalServiceBaseImpl


Field Summary
 
Fields inherited from class com.liferay.portlet.tasks.service.base.TasksProposalLocalServiceBaseImpl
counterLocalService, mbMessageFinder, mbMessageLocalService, mbMessagePersistence, mbMessageService, resourceFinder, resourceLocalService, resourcePersistence, resourceService, socialActivityFinder, socialActivityLocalService, socialActivityPersistence, tasksProposalFinder, tasksProposalLocalService, tasksProposalPersistence, tasksProposalService, tasksReviewLocalService, tasksReviewPersistence, tasksReviewService, userFinder, userLocalService, userPersistence, userService
 
Constructor Summary
TasksProposalLocalServiceImpl()
           
 
Method Summary
 TasksProposal addProposal(long userId, long groupId, String className, String classPK, String name, String description, long reviewUserId, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 TasksProposal addProposal(long userId, long groupId, String className, String classPK, String name, String description, long reviewUserId, Boolean addCommunityPermissions, Boolean addGuestPermissions, String[] communityPermissions, String[] guestPermissions)
           
 TasksProposal addProposal(long userId, long groupId, String className, String classPK, String name, String description, long reviewUserId, String[] communityPermissions, String[] guestPermissions)
           
 void addProposalResources(long proposalId, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void addProposalResources(long proposalId, String[] communityPermissions, String[] guestPermissions)
           
 void addProposalResources(TasksProposal proposal, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void addProposalResources(TasksProposal proposal, String[] communityPermissions, String[] guestPermissions)
           
 void deleteProposal(long proposalId)
           
 void deleteProposal(long classNameId, String classPK)
           
 void deleteProposal(String className, String classPK)
           
 void deleteProposal(TasksProposal proposal)
           
 void deleteProposals(long groupId)
           
 TasksProposal getProposal(long proposalId)
           
 TasksProposal getProposal(long classNameId, String classPK)
           
 TasksProposal getProposal(String className, String classPK)
           
 List<TasksProposal> getProposals(long groupId, int start, int end)
           
 int getProposalsCount(long groupId)
           
 List<TasksProposal> getReviewProposals(long groupId, long userId, int start, int end)
           
 int getReviewProposalsCount(long groupId, long userId)
           
 List<TasksProposal> getUserProposals(long groupId, long userId, int start, int end)
           
 int getUserProposalsCount(long groupId, long userId)
           
 TasksProposal updateProposal(long userId, long proposalId, String description, int dueDateMonth, int dueDateDay, int dueDateYear, int dueDateHour, int dueDateMinute)
           
 
Methods inherited from class com.liferay.portlet.tasks.service.base.TasksProposalLocalServiceBaseImpl
addTasksProposal, createTasksProposal, deleteTasksProposal, deleteTasksProposal, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, getCounterLocalService, getMBMessageFinder, getMBMessageLocalService, getMBMessagePersistence, getMBMessageService, getResourceFinder, getResourceLocalService, getResourcePersistence, getResourceService, getSocialActivityFinder, getSocialActivityLocalService, getSocialActivityPersistence, getTasksProposal, getTasksProposalFinder, getTasksProposalLocalService, getTasksProposalPersistence, getTasksProposals, getTasksProposalsCount, getTasksProposalService, getTasksReviewLocalService, getTasksReviewPersistence, getTasksReviewService, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setCounterLocalService, setMBMessageFinder, setMBMessageLocalService, setMBMessagePersistence, setMBMessageService, setResourceFinder, setResourceLocalService, setResourcePersistence, setResourceService, setSocialActivityFinder, setSocialActivityLocalService, setSocialActivityPersistence, setTasksProposalFinder, setTasksProposalLocalService, setTasksProposalPersistence, setTasksProposalService, setTasksReviewLocalService, setTasksReviewPersistence, setTasksReviewService, setUserFinder, setUserLocalService, setUserPersistence, setUserService, updateTasksProposal, updateTasksProposal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TasksProposalLocalServiceImpl

public TasksProposalLocalServiceImpl()
Method Detail

addProposal

public TasksProposal addProposal(long userId,
                                 long groupId,
                                 String className,
                                 String classPK,
                                 String name,
                                 String description,
                                 long reviewUserId,
                                 boolean addCommunityPermissions,
                                 boolean addGuestPermissions)
                          throws PortalException,
                                 SystemException
Throws:
PortalException
SystemException

addProposal

public TasksProposal addProposal(long userId,
                                 long groupId,
                                 String className,
                                 String classPK,
                                 String name,
                                 String description,
                                 long reviewUserId,
                                 Boolean addCommunityPermissions,
                                 Boolean addGuestPermissions,
                                 String[] communityPermissions,
                                 String[] guestPermissions)
                          throws PortalException,
                                 SystemException
Throws:
PortalException
SystemException

addProposal

public TasksProposal addProposal(long userId,
                                 long groupId,
                                 String className,
                                 String classPK,
                                 String name,
                                 String description,
                                 long reviewUserId,
                                 String[] communityPermissions,
                                 String[] guestPermissions)
                          throws PortalException,
                                 SystemException
Throws:
PortalException
SystemException

addProposalResources

public void addProposalResources(long proposalId,
                                 boolean addCommunityPermissions,
                                 boolean addGuestPermissions)
                          throws PortalException,
                                 SystemException
Throws:
PortalException
SystemException

addProposalResources

public void addProposalResources(long proposalId,
                                 String[] communityPermissions,
                                 String[] guestPermissions)
                          throws PortalException,
                                 SystemException
Throws:
PortalException
SystemException

addProposalResources

public void addProposalResources(TasksProposal proposal,
                                 boolean addCommunityPermissions,
                                 boolean addGuestPermissions)
                          throws PortalException,
                                 SystemException
Throws:
PortalException
SystemException

addProposalResources

public void addProposalResources(TasksProposal proposal,
                                 String[] communityPermissions,
                                 String[] guestPermissions)
                          throws PortalException,
                                 SystemException
Throws:
PortalException
SystemException

deleteProposal

public void deleteProposal(long proposalId)
                    throws PortalException,
                           SystemException
Throws:
PortalException
SystemException

deleteProposal

public void deleteProposal(long classNameId,
                           String classPK)
                    throws PortalException,
                           SystemException
Throws:
PortalException
SystemException

deleteProposal

public void deleteProposal(String className,
                           String classPK)
                    throws PortalException,
                           SystemException
Throws:
PortalException
SystemException

deleteProposal

public void deleteProposal(TasksProposal proposal)
                    throws PortalException,
                           SystemException
Throws:
PortalException
SystemException

deleteProposals

public void deleteProposals(long groupId)
                     throws PortalException,
                            SystemException
Throws:
PortalException
SystemException

getProposal

public TasksProposal getProposal(long proposalId)
                          throws PortalException,
                                 SystemException
Throws:
PortalException
SystemException

getProposal

public TasksProposal getProposal(long classNameId,
                                 String classPK)
                          throws PortalException,
                                 SystemException
Throws:
PortalException
SystemException

getProposal

public TasksProposal getProposal(String className,
                                 String classPK)
                          throws PortalException,
                                 SystemException
Throws:
PortalException
SystemException

getProposals

public List<TasksProposal> getProposals(long groupId,
                                        int start,
                                        int end)
                                 throws SystemException
Throws:
SystemException

getProposalsCount

public int getProposalsCount(long groupId)
                      throws SystemException
Throws:
SystemException

getReviewProposals

public List<TasksProposal> getReviewProposals(long groupId,
                                              long userId,
                                              int start,
                                              int end)
                                       throws SystemException
Throws:
SystemException

getReviewProposalsCount

public int getReviewProposalsCount(long groupId,
                                   long userId)
                            throws SystemException
Throws:
SystemException

getUserProposals

public List<TasksProposal> getUserProposals(long groupId,
                                            long userId,
                                            int start,
                                            int end)
                                     throws SystemException
Throws:
SystemException

getUserProposalsCount

public int getUserProposalsCount(long groupId,
                                 long userId)
                          throws SystemException
Throws:
SystemException

updateProposal

public TasksProposal updateProposal(long userId,
                                    long proposalId,
                                    String description,
                                    int dueDateMonth,
                                    int dueDateDay,
                                    int dueDateYear,
                                    int dueDateHour,
                                    int dueDateMinute)
                             throws PortalException,
                                    SystemException
Throws:
PortalException
SystemException

Liferay 6.0.5