com.liferay.portlet.tasks.service
Class TasksProposalLocalServiceWrapper
java.lang.Object
com.liferay.portlet.tasks.service.TasksProposalLocalServiceWrapper
- All Implemented Interfaces:
- TasksProposalLocalService
public class TasksProposalLocalServiceWrapper
- extends Object
- implements TasksProposalLocalService
This class is a wrapper for TasksProposalLocalService.
- See Also:
TasksProposalLocalService- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
|
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)
|
TasksProposal |
addTasksProposal(TasksProposal tasksProposal)
|
TasksProposal |
createTasksProposal(long proposalId)
|
void |
deleteProposal(long proposalId)
|
void |
deleteProposal(long classNameId,
String classPK)
|
void |
deleteProposal(String className,
String classPK)
|
void |
deleteProposal(TasksProposal proposal)
|
void |
deleteProposals(long groupId)
|
void |
deleteTasksProposal(long proposalId)
|
void |
deleteTasksProposal(TasksProposal tasksProposal)
|
List |
dynamicQuery(DynamicQuery dynamicQuery)
|
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
|
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)
|
TasksProposal |
getTasksProposal(long proposalId)
|
List<TasksProposal> |
getTasksProposals(int start,
int end)
|
int |
getTasksProposalsCount()
|
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,
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 SystemException
- Specified by:
addTasksProposal in interface TasksProposalLocalService
- Throws:
SystemException
createTasksProposal
public TasksProposal createTasksProposal(long proposalId)
- Specified by:
createTasksProposal in interface TasksProposalLocalService
deleteTasksProposal
public void deleteTasksProposal(long proposalId)
throws PortalException,
SystemException
- Specified by:
deleteTasksProposal in interface TasksProposalLocalService
- Throws:
PortalException
SystemException
deleteTasksProposal
public void deleteTasksProposal(TasksProposal tasksProposal)
throws SystemException
- Specified by:
deleteTasksProposal in interface TasksProposalLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQuery in interface TasksProposalLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Specified by:
dynamicQuery in interface TasksProposalLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Specified by:
dynamicQuery in interface TasksProposalLocalService
- Throws:
SystemException
dynamicQueryCount
public long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQueryCount in interface TasksProposalLocalService
- Throws:
SystemException
getTasksProposal
public TasksProposal getTasksProposal(long proposalId)
throws PortalException,
SystemException
- Specified by:
getTasksProposal in interface TasksProposalLocalService
- Throws:
PortalException
SystemException
getTasksProposals
public List<TasksProposal> getTasksProposals(int start,
int end)
throws SystemException
- Specified by:
getTasksProposals in interface TasksProposalLocalService
- Throws:
SystemException
getTasksProposalsCount
public int getTasksProposalsCount()
throws SystemException
- Specified by:
getTasksProposalsCount in interface TasksProposalLocalService
- Throws:
SystemException
updateTasksProposal
public TasksProposal updateTasksProposal(TasksProposal tasksProposal)
throws SystemException
- Specified by:
updateTasksProposal in interface TasksProposalLocalService
- Throws:
SystemException
updateTasksProposal
public TasksProposal updateTasksProposal(TasksProposal tasksProposal,
boolean merge)
throws SystemException
- Specified by:
updateTasksProposal in interface TasksProposalLocalService
- Throws:
SystemException
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
- Specified by:
addProposal in interface TasksProposalLocalService
- 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
- Specified by:
addProposal in interface TasksProposalLocalService
- 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
- Specified by:
addProposal in interface TasksProposalLocalService
- Throws:
PortalException
SystemException
addProposalResources
public void addProposalResources(long proposalId,
boolean addCommunityPermissions,
boolean addGuestPermissions)
throws PortalException,
SystemException
- Specified by:
addProposalResources in interface TasksProposalLocalService
- Throws:
PortalException
SystemException
addProposalResources
public void addProposalResources(long proposalId,
String[] communityPermissions,
String[] guestPermissions)
throws PortalException,
SystemException
- Specified by:
addProposalResources in interface TasksProposalLocalService
- Throws:
PortalException
SystemException
addProposalResources
public void addProposalResources(TasksProposal proposal,
boolean addCommunityPermissions,
boolean addGuestPermissions)
throws PortalException,
SystemException
- Specified by:
addProposalResources in interface TasksProposalLocalService
- Throws:
PortalException
SystemException
addProposalResources
public void addProposalResources(TasksProposal proposal,
String[] communityPermissions,
String[] guestPermissions)
throws PortalException,
SystemException
- Specified by:
addProposalResources in interface TasksProposalLocalService
- Throws:
PortalException
SystemException
deleteProposal
public void deleteProposal(long proposalId)
throws PortalException,
SystemException
- Specified by:
deleteProposal in interface TasksProposalLocalService
- Throws:
PortalException
SystemException
deleteProposal
public void deleteProposal(long classNameId,
String classPK)
throws PortalException,
SystemException
- Specified by:
deleteProposal in interface TasksProposalLocalService
- Throws:
PortalException
SystemException
deleteProposal
public void deleteProposal(String className,
String classPK)
throws PortalException,
SystemException
- Specified by:
deleteProposal in interface TasksProposalLocalService
- Throws:
PortalException
SystemException
deleteProposal
public void deleteProposal(TasksProposal proposal)
throws PortalException,
SystemException
- Specified by:
deleteProposal in interface TasksProposalLocalService
- Throws:
PortalException
SystemException
deleteProposals
public void deleteProposals(long groupId)
throws PortalException,
SystemException
- Specified by:
deleteProposals in interface TasksProposalLocalService
- Throws:
PortalException
SystemException
getProposal
public TasksProposal getProposal(long proposalId)
throws PortalException,
SystemException
- Specified by:
getProposal in interface TasksProposalLocalService
- Throws:
PortalException
SystemException
getProposal
public TasksProposal getProposal(long classNameId,
String classPK)
throws PortalException,
SystemException
- Specified by:
getProposal in interface TasksProposalLocalService
- Throws:
PortalException
SystemException
getProposal
public TasksProposal getProposal(String className,
String classPK)
throws PortalException,
SystemException
- Specified by:
getProposal in interface TasksProposalLocalService
- Throws:
PortalException
SystemException
getProposals
public List<TasksProposal> getProposals(long groupId,
int start,
int end)
throws SystemException
- Specified by:
getProposals in interface TasksProposalLocalService
- Throws:
SystemException
getProposalsCount
public int getProposalsCount(long groupId)
throws SystemException
- Specified by:
getProposalsCount in interface TasksProposalLocalService
- Throws:
SystemException
getReviewProposals
public List<TasksProposal> getReviewProposals(long groupId,
long userId,
int start,
int end)
throws SystemException
- Specified by:
getReviewProposals in interface TasksProposalLocalService
- Throws:
SystemException
getReviewProposalsCount
public int getReviewProposalsCount(long groupId,
long userId)
throws SystemException
- Specified by:
getReviewProposalsCount in interface TasksProposalLocalService
- Throws:
SystemException
getUserProposals
public List<TasksProposal> getUserProposals(long groupId,
long userId,
int start,
int end)
throws SystemException
- Specified by:
getUserProposals in interface TasksProposalLocalService
- Throws:
SystemException
getUserProposalsCount
public int getUserProposalsCount(long groupId,
long userId)
throws SystemException
- Specified by:
getUserProposalsCount in interface TasksProposalLocalService
- 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
- Specified by:
updateProposal in interface TasksProposalLocalService
- Throws:
PortalException
SystemException
getWrappedTasksProposalLocalService
public TasksProposalLocalService getWrappedTasksProposalLocalService()