Liferay 6.0.5

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

java.lang.Object
  extended by com.liferay.portal.service.base.PrincipalBean
      extended by com.liferay.portlet.tasks.service.base.TasksProposalServiceBaseImpl
          extended by com.liferay.portlet.tasks.service.impl.TasksProposalServiceImpl
All Implemented Interfaces:
TasksProposalService

public class TasksProposalServiceImpl
extends TasksProposalServiceBaseImpl


Field Summary
 
Fields inherited from class com.liferay.portlet.tasks.service.base.TasksProposalServiceBaseImpl
counterLocalService, mbMessageFinder, mbMessageLocalService, mbMessagePersistence, mbMessageService, resourceFinder, resourceLocalService, resourcePersistence, resourceService, socialActivityFinder, socialActivityLocalService, socialActivityPersistence, tasksProposalFinder, tasksProposalLocalService, tasksProposalPersistence, tasksProposalService, tasksReviewLocalService, tasksReviewPersistence, tasksReviewService, 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
TasksProposalServiceImpl()
           
 
Method Summary
 TasksProposal addProposal(long groupId, String className, String classPK, String name, String description, long reviewUserId, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 TasksProposal addProposal(long groupId, String className, String classPK, String name, String description, long reviewUserId, String[] communityPermissions, String[] guestPermissions)
           
 void deleteProposal(long proposalId)
           
 TasksProposal updateProposal(long proposalId, String description, int dueDateMonth, int dueDateDay, int dueDateYear, int dueDateHour, int dueDateMinute)
           
 
Methods inherited from class com.liferay.portlet.tasks.service.base.TasksProposalServiceBaseImpl
getCounterLocalService, getMBMessageFinder, getMBMessageLocalService, getMBMessagePersistence, getMBMessageService, getResourceFinder, getResourceLocalService, getResourcePersistence, getResourceService, getSocialActivityFinder, getSocialActivityLocalService, getSocialActivityPersistence, getTasksProposalFinder, getTasksProposalLocalService, getTasksProposalPersistence, 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
 
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

TasksProposalServiceImpl

public TasksProposalServiceImpl()
Method Detail

addProposal

public TasksProposal addProposal(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 groupId,
                                 String className,
                                 String classPK,
                                 String name,
                                 String description,
                                 long reviewUserId,
                                 String[] communityPermissions,
                                 String[] guestPermissions)
                          throws PortalException,
                                 SystemException
Throws:
PortalException
SystemException

deleteProposal

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

updateProposal

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

Liferay 6.0.5