com.liferay.portlet.tasks.service
Class TasksProposalLocalServiceWrapper
java.lang.Object
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:
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 |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
|
java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
int |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
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 |
TasksProposalLocalServiceWrapper
public TasksProposalLocalServiceWrapper(TasksProposalLocalService tasksProposalLocalService)
addTasksProposal
public TasksProposal addTasksProposal(TasksProposal tasksProposal)
throws com.liferay.portal.SystemException
- Specified by:
addTasksProposal
in interface TasksProposalLocalService
- Throws:
com.liferay.portal.SystemException
createTasksProposal
public TasksProposal createTasksProposal(long proposalId)
- Specified by:
createTasksProposal
in interface TasksProposalLocalService
deleteTasksProposal
public void deleteTasksProposal(long proposalId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
deleteTasksProposal
in interface TasksProposalLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteTasksProposal
public void deleteTasksProposal(TasksProposal tasksProposal)
throws com.liferay.portal.SystemException
- Specified by:
deleteTasksProposal
in interface TasksProposalLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface TasksProposalLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface TasksProposalLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface TasksProposalLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQueryCount
public int dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQueryCount
in interface TasksProposalLocalService
- Throws:
com.liferay.portal.SystemException
getTasksProposal
public TasksProposal getTasksProposal(long proposalId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getTasksProposal
in interface TasksProposalLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getTasksProposals
public java.util.List<TasksProposal> getTasksProposals(int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
getTasksProposals
in interface TasksProposalLocalService
- Throws:
com.liferay.portal.SystemException
getTasksProposalsCount
public int getTasksProposalsCount()
throws com.liferay.portal.SystemException
- Specified by:
getTasksProposalsCount
in interface TasksProposalLocalService
- Throws:
com.liferay.portal.SystemException
updateTasksProposal
public TasksProposal updateTasksProposal(TasksProposal tasksProposal)
throws com.liferay.portal.SystemException
- Specified by:
updateTasksProposal
in interface TasksProposalLocalService
- Throws:
com.liferay.portal.SystemException
updateTasksProposal
public TasksProposal updateTasksProposal(TasksProposal tasksProposal,
boolean merge)
throws com.liferay.portal.SystemException
- Specified by:
updateTasksProposal
in interface TasksProposalLocalService
- Throws:
com.liferay.portal.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.PortalException,
com.liferay.portal.SystemException
- Specified by:
addProposal
in interface TasksProposalLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.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.PortalException,
com.liferay.portal.SystemException
- Specified by:
addProposal
in interface TasksProposalLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.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.PortalException,
com.liferay.portal.SystemException
- Specified by:
addProposal
in interface TasksProposalLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
addProposalResources
public void addProposalResources(long proposalId,
boolean addCommunityPermissions,
boolean addGuestPermissions)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
addProposalResources
in interface TasksProposalLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
addProposalResources
public void addProposalResources(long proposalId,
java.lang.String[] communityPermissions,
java.lang.String[] guestPermissions)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
addProposalResources
in interface TasksProposalLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
addProposalResources
public void addProposalResources(TasksProposal proposal,
boolean addCommunityPermissions,
boolean addGuestPermissions)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
addProposalResources
in interface TasksProposalLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
addProposalResources
public void addProposalResources(TasksProposal proposal,
java.lang.String[] communityPermissions,
java.lang.String[] guestPermissions)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
addProposalResources
in interface TasksProposalLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteProposal
public void deleteProposal(long proposalId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
deleteProposal
in interface TasksProposalLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteProposal
public void deleteProposal(long classNameId,
java.lang.String classPK)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
deleteProposal
in interface TasksProposalLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteProposal
public void deleteProposal(java.lang.String className,
java.lang.String classPK)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
deleteProposal
in interface TasksProposalLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteProposal
public void deleteProposal(TasksProposal proposal)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
deleteProposal
in interface TasksProposalLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteProposals
public void deleteProposals(long groupId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
deleteProposals
in interface TasksProposalLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getProposal
public TasksProposal getProposal(long proposalId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getProposal
in interface TasksProposalLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getProposal
public TasksProposal getProposal(long classNameId,
java.lang.String classPK)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getProposal
in interface TasksProposalLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getProposal
public TasksProposal getProposal(java.lang.String className,
java.lang.String classPK)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getProposal
in interface TasksProposalLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getProposals
public java.util.List<TasksProposal> getProposals(long groupId,
int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
getProposals
in interface TasksProposalLocalService
- Throws:
com.liferay.portal.SystemException
getProposalsCount
public int getProposalsCount(long groupId)
throws com.liferay.portal.SystemException
- Specified by:
getProposalsCount
in interface TasksProposalLocalService
- Throws:
com.liferay.portal.SystemException
getReviewProposals
public java.util.List<TasksProposal> getReviewProposals(long groupId,
long userId,
int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
getReviewProposals
in interface TasksProposalLocalService
- Throws:
com.liferay.portal.SystemException
getReviewProposalsCount
public int getReviewProposalsCount(long groupId,
long userId)
throws com.liferay.portal.SystemException
- Specified by:
getReviewProposalsCount
in interface TasksProposalLocalService
- Throws:
com.liferay.portal.SystemException
getUserProposals
public java.util.List<TasksProposal> getUserProposals(long groupId,
long userId,
int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
getUserProposals
in interface TasksProposalLocalService
- Throws:
com.liferay.portal.SystemException
getUserProposalsCount
public int getUserProposalsCount(long groupId,
long userId)
throws com.liferay.portal.SystemException
- Specified by:
getUserProposalsCount
in interface TasksProposalLocalService
- Throws:
com.liferay.portal.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.PortalException,
com.liferay.portal.SystemException
- Specified by:
updateProposal
in interface TasksProposalLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getWrappedTasksProposalLocalService
public TasksProposalLocalService getWrappedTasksProposalLocalService()