Liferay 6.0.5

Uses of Interface
com.liferay.portlet.tasks.model.TasksProposal

Packages that use TasksProposal
com.liferay.portlet.tasks.model   
com.liferay.portlet.tasks.model.impl   
com.liferay.portlet.tasks.service   
com.liferay.portlet.tasks.service.base   
com.liferay.portlet.tasks.service.http   
com.liferay.portlet.tasks.service.impl   
com.liferay.portlet.tasks.service.permission   
com.liferay.portlet.tasks.service.persistence   
 

Uses of TasksProposal in com.liferay.portlet.tasks.model
 

Classes in com.liferay.portlet.tasks.model that implement TasksProposal
 class TasksProposalWrapper
           This class is a wrapper for TasksProposal.
 

Methods in com.liferay.portlet.tasks.model that return TasksProposal
 TasksProposal TasksProposalWrapper.getWrappedTasksProposal()
           
 TasksProposal TasksProposalWrapper.toEscapedModel()
           
 TasksProposal TasksProposalModel.toEscapedModel()
          Gets a copy of this tasks proposal as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.
 

Methods in com.liferay.portlet.tasks.model with parameters of type TasksProposal
 int TasksProposalWrapper.compareTo(TasksProposal tasksProposal)
           
 int TasksProposalModel.compareTo(TasksProposal tasksProposal)
           
static TasksProposalSoap TasksProposalSoap.toSoapModel(TasksProposal model)
           
static TasksProposalSoap[] TasksProposalSoap.toSoapModels(TasksProposal[] models)
           
static TasksProposalSoap[][] TasksProposalSoap.toSoapModels(TasksProposal[][] models)
           
 

Method parameters in com.liferay.portlet.tasks.model with type arguments of type TasksProposal
static TasksProposalSoap[] TasksProposalSoap.toSoapModels(List<TasksProposal> models)
           
 

Constructors in com.liferay.portlet.tasks.model with parameters of type TasksProposal
TasksProposalWrapper(TasksProposal tasksProposal)
           
 

Uses of TasksProposal in com.liferay.portlet.tasks.model.impl
 

Classes in com.liferay.portlet.tasks.model.impl that implement TasksProposal
 class TasksProposalImpl
           
 

Methods in com.liferay.portlet.tasks.model.impl that return TasksProposal
 TasksProposal TasksProposalModelImpl.toEscapedModel()
           
static TasksProposal TasksProposalModelImpl.toModel(TasksProposalSoap soapModel)
          Converts the soap model instance into a normal model instance.
 

Methods in com.liferay.portlet.tasks.model.impl that return types with arguments of type TasksProposal
static List<TasksProposal> TasksProposalModelImpl.toModels(TasksProposalSoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

Methods in com.liferay.portlet.tasks.model.impl with parameters of type TasksProposal
 int TasksProposalModelImpl.compareTo(TasksProposal tasksProposal)
           
 

Uses of TasksProposal in com.liferay.portlet.tasks.service
 

Methods in com.liferay.portlet.tasks.service that return TasksProposal
 TasksProposal TasksProposalLocalServiceWrapper.addProposal(long userId, long groupId, String className, String classPK, String name, String description, long reviewUserId, boolean addCommunityPermissions, boolean addGuestPermissions)
           
static TasksProposal TasksProposalLocalServiceUtil.addProposal(long userId, long groupId, String className, String classPK, String name, String description, long reviewUserId, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 TasksProposal TasksProposalLocalService.addProposal(long userId, long groupId, String className, String classPK, String name, String description, long reviewUserId, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 TasksProposal TasksProposalLocalServiceWrapper.addProposal(long userId, long groupId, String className, String classPK, String name, String description, long reviewUserId, Boolean addCommunityPermissions, Boolean addGuestPermissions, String[] communityPermissions, String[] guestPermissions)
           
static TasksProposal TasksProposalLocalServiceUtil.addProposal(long userId, long groupId, String className, String classPK, String name, String description, long reviewUserId, Boolean addCommunityPermissions, Boolean addGuestPermissions, String[] communityPermissions, String[] guestPermissions)
           
 TasksProposal TasksProposalLocalService.addProposal(long userId, long groupId, String className, String classPK, String name, String description, long reviewUserId, Boolean addCommunityPermissions, Boolean addGuestPermissions, String[] communityPermissions, String[] guestPermissions)
           
 TasksProposal TasksProposalLocalServiceWrapper.addProposal(long userId, long groupId, String className, String classPK, String name, String description, long reviewUserId, String[] communityPermissions, String[] guestPermissions)
           
static TasksProposal TasksProposalLocalServiceUtil.addProposal(long userId, long groupId, String className, String classPK, String name, String description, long reviewUserId, String[] communityPermissions, String[] guestPermissions)
           
 TasksProposal TasksProposalLocalService.addProposal(long userId, long groupId, String className, String classPK, String name, String description, long reviewUserId, String[] communityPermissions, String[] guestPermissions)
           
 TasksProposal TasksProposalServiceWrapper.addProposal(long groupId, String className, String classPK, String name, String description, long reviewUserId, boolean addCommunityPermissions, boolean addGuestPermissions)
           
static TasksProposal TasksProposalServiceUtil.addProposal(long groupId, String className, String classPK, String name, String description, long reviewUserId, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 TasksProposal TasksProposalService.addProposal(long groupId, String className, String classPK, String name, String description, long reviewUserId, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 TasksProposal TasksProposalServiceWrapper.addProposal(long groupId, String className, String classPK, String name, String description, long reviewUserId, String[] communityPermissions, String[] guestPermissions)
           
static TasksProposal TasksProposalServiceUtil.addProposal(long groupId, String className, String classPK, String name, String description, long reviewUserId, String[] communityPermissions, String[] guestPermissions)
           
 TasksProposal TasksProposalService.addProposal(long groupId, String className, String classPK, String name, String description, long reviewUserId, String[] communityPermissions, String[] guestPermissions)
           
 TasksProposal TasksProposalLocalServiceWrapper.addTasksProposal(TasksProposal tasksProposal)
          Adds the tasks proposal to the database.
static TasksProposal TasksProposalLocalServiceUtil.addTasksProposal(TasksProposal tasksProposal)
          Adds the tasks proposal to the database.
 TasksProposal TasksProposalLocalService.addTasksProposal(TasksProposal tasksProposal)
          Adds the tasks proposal to the database.
 TasksProposal TasksProposalLocalServiceWrapper.createTasksProposal(long proposalId)
          Creates a new tasks proposal with the primary key.
static TasksProposal TasksProposalLocalServiceUtil.createTasksProposal(long proposalId)
          Creates a new tasks proposal with the primary key.
 TasksProposal TasksProposalLocalService.createTasksProposal(long proposalId)
          Creates a new tasks proposal with the primary key.
 TasksProposal TasksProposalLocalServiceWrapper.getProposal(long proposalId)
           
static TasksProposal TasksProposalLocalServiceUtil.getProposal(long proposalId)
           
 TasksProposal TasksProposalLocalService.getProposal(long proposalId)
           
 TasksProposal TasksProposalLocalServiceWrapper.getProposal(long classNameId, String classPK)
           
static TasksProposal TasksProposalLocalServiceUtil.getProposal(long classNameId, String classPK)
           
 TasksProposal TasksProposalLocalService.getProposal(long classNameId, String classPK)
           
 TasksProposal TasksProposalLocalServiceWrapper.getProposal(String className, String classPK)
           
static TasksProposal TasksProposalLocalServiceUtil.getProposal(String className, String classPK)
           
 TasksProposal TasksProposalLocalService.getProposal(String className, String classPK)
           
 TasksProposal TasksProposalLocalServiceWrapper.getTasksProposal(long proposalId)
          Gets the tasks proposal with the primary key.
static TasksProposal TasksProposalLocalServiceUtil.getTasksProposal(long proposalId)
          Gets the tasks proposal with the primary key.
 TasksProposal TasksProposalLocalService.getTasksProposal(long proposalId)
          Gets the tasks proposal with the primary key.
 TasksProposal TasksProposalLocalServiceWrapper.updateProposal(long userId, long proposalId, String description, int dueDateMonth, int dueDateDay, int dueDateYear, int dueDateHour, int dueDateMinute)
           
static TasksProposal TasksProposalLocalServiceUtil.updateProposal(long userId, long proposalId, String description, int dueDateMonth, int dueDateDay, int dueDateYear, int dueDateHour, int dueDateMinute)
           
 TasksProposal TasksProposalLocalService.updateProposal(long userId, long proposalId, String description, int dueDateMonth, int dueDateDay, int dueDateYear, int dueDateHour, int dueDateMinute)
           
 TasksProposal TasksProposalServiceWrapper.updateProposal(long proposalId, String description, int dueDateMonth, int dueDateDay, int dueDateYear, int dueDateHour, int dueDateMinute)
           
static TasksProposal TasksProposalServiceUtil.updateProposal(long proposalId, String description, int dueDateMonth, int dueDateDay, int dueDateYear, int dueDateHour, int dueDateMinute)
           
 TasksProposal TasksProposalService.updateProposal(long proposalId, String description, int dueDateMonth, int dueDateDay, int dueDateYear, int dueDateHour, int dueDateMinute)
           
 TasksProposal TasksProposalLocalServiceWrapper.updateTasksProposal(TasksProposal tasksProposal)
          Updates the tasks proposal in the database.
static TasksProposal TasksProposalLocalServiceUtil.updateTasksProposal(TasksProposal tasksProposal)
          Updates the tasks proposal in the database.
 TasksProposal TasksProposalLocalService.updateTasksProposal(TasksProposal tasksProposal)
          Updates the tasks proposal in the database.
 TasksProposal TasksProposalLocalServiceWrapper.updateTasksProposal(TasksProposal tasksProposal, boolean merge)
          Updates the tasks proposal in the database.
static TasksProposal TasksProposalLocalServiceUtil.updateTasksProposal(TasksProposal tasksProposal, boolean merge)
          Updates the tasks proposal in the database.
 TasksProposal TasksProposalLocalService.updateTasksProposal(TasksProposal tasksProposal, boolean merge)
          Updates the tasks proposal in the database.
 

Methods in com.liferay.portlet.tasks.service that return types with arguments of type TasksProposal
 List<TasksProposal> TasksProposalLocalServiceWrapper.getProposals(long groupId, int start, int end)
           
static List<TasksProposal> TasksProposalLocalServiceUtil.getProposals(long groupId, int start, int end)
           
 List<TasksProposal> TasksProposalLocalService.getProposals(long groupId, int start, int end)
           
 List<TasksProposal> TasksProposalLocalServiceWrapper.getReviewProposals(long groupId, long userId, int start, int end)
           
static List<TasksProposal> TasksProposalLocalServiceUtil.getReviewProposals(long groupId, long userId, int start, int end)
           
 List<TasksProposal> TasksProposalLocalService.getReviewProposals(long groupId, long userId, int start, int end)
           
 List<TasksProposal> TasksProposalLocalServiceWrapper.getTasksProposals(int start, int end)
          Gets a range of all the tasks proposals.
static List<TasksProposal> TasksProposalLocalServiceUtil.getTasksProposals(int start, int end)
          Gets a range of all the tasks proposals.
 List<TasksProposal> TasksProposalLocalService.getTasksProposals(int start, int end)
          Gets a range of all the tasks proposals.
 List<TasksProposal> TasksProposalLocalServiceWrapper.getUserProposals(long groupId, long userId, int start, int end)
           
static List<TasksProposal> TasksProposalLocalServiceUtil.getUserProposals(long groupId, long userId, int start, int end)
           
 List<TasksProposal> TasksProposalLocalService.getUserProposals(long groupId, long userId, int start, int end)
           
 

Methods in com.liferay.portlet.tasks.service with parameters of type TasksProposal
 void TasksProposalLocalServiceWrapper.addProposalResources(TasksProposal proposal, boolean addCommunityPermissions, boolean addGuestPermissions)
           
static void TasksProposalLocalServiceUtil.addProposalResources(TasksProposal proposal, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void TasksProposalLocalService.addProposalResources(TasksProposal proposal, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void TasksProposalLocalServiceWrapper.addProposalResources(TasksProposal proposal, String[] communityPermissions, String[] guestPermissions)
           
static void TasksProposalLocalServiceUtil.addProposalResources(TasksProposal proposal, String[] communityPermissions, String[] guestPermissions)
           
 void TasksProposalLocalService.addProposalResources(TasksProposal proposal, String[] communityPermissions, String[] guestPermissions)
           
 TasksProposal TasksProposalLocalServiceWrapper.addTasksProposal(TasksProposal tasksProposal)
          Adds the tasks proposal to the database.
static TasksProposal TasksProposalLocalServiceUtil.addTasksProposal(TasksProposal tasksProposal)
          Adds the tasks proposal to the database.
 TasksProposal TasksProposalLocalService.addTasksProposal(TasksProposal tasksProposal)
          Adds the tasks proposal to the database.
 void TasksProposalLocalServiceWrapper.deleteProposal(TasksProposal proposal)
           
static void TasksProposalLocalServiceUtil.deleteProposal(TasksProposal proposal)
           
 void TasksProposalLocalService.deleteProposal(TasksProposal proposal)
           
 void TasksProposalLocalServiceWrapper.deleteTasksProposal(TasksProposal tasksProposal)
          Deletes the tasks proposal from the database.
static void TasksProposalLocalServiceUtil.deleteTasksProposal(TasksProposal tasksProposal)
          Deletes the tasks proposal from the database.
 void TasksProposalLocalService.deleteTasksProposal(TasksProposal tasksProposal)
          Deletes the tasks proposal from the database.
 TasksProposal TasksProposalLocalServiceWrapper.updateTasksProposal(TasksProposal tasksProposal)
          Updates the tasks proposal in the database.
static TasksProposal TasksProposalLocalServiceUtil.updateTasksProposal(TasksProposal tasksProposal)
          Updates the tasks proposal in the database.
 TasksProposal TasksProposalLocalService.updateTasksProposal(TasksProposal tasksProposal)
          Updates the tasks proposal in the database.
 TasksProposal TasksProposalLocalServiceWrapper.updateTasksProposal(TasksProposal tasksProposal, boolean merge)
          Updates the tasks proposal in the database.
static TasksProposal TasksProposalLocalServiceUtil.updateTasksProposal(TasksProposal tasksProposal, boolean merge)
          Updates the tasks proposal in the database.
 TasksProposal TasksProposalLocalService.updateTasksProposal(TasksProposal tasksProposal, boolean merge)
          Updates the tasks proposal in the database.
 

Uses of TasksProposal in com.liferay.portlet.tasks.service.base
 

Methods in com.liferay.portlet.tasks.service.base that return TasksProposal
 TasksProposal TasksProposalLocalServiceBaseImpl.addTasksProposal(TasksProposal tasksProposal)
          Adds the tasks proposal to the database.
 TasksProposal TasksProposalLocalServiceBaseImpl.createTasksProposal(long proposalId)
          Creates a new tasks proposal with the primary key.
 TasksProposal TasksProposalLocalServiceBaseImpl.getTasksProposal(long proposalId)
          Gets the tasks proposal with the primary key.
 TasksProposal TasksProposalLocalServiceBaseImpl.updateTasksProposal(TasksProposal tasksProposal)
          Updates the tasks proposal in the database.
 TasksProposal TasksProposalLocalServiceBaseImpl.updateTasksProposal(TasksProposal tasksProposal, boolean merge)
          Updates the tasks proposal in the database.
 

Methods in com.liferay.portlet.tasks.service.base that return types with arguments of type TasksProposal
 List<TasksProposal> TasksProposalLocalServiceBaseImpl.getTasksProposals(int start, int end)
          Gets a range of all the tasks proposals.
 

Methods in com.liferay.portlet.tasks.service.base with parameters of type TasksProposal
 TasksProposal TasksProposalLocalServiceBaseImpl.addTasksProposal(TasksProposal tasksProposal)
          Adds the tasks proposal to the database.
 void TasksProposalLocalServiceBaseImpl.deleteTasksProposal(TasksProposal tasksProposal)
          Deletes the tasks proposal from the database.
 TasksProposal TasksProposalLocalServiceBaseImpl.updateTasksProposal(TasksProposal tasksProposal)
          Updates the tasks proposal in the database.
 TasksProposal TasksProposalLocalServiceBaseImpl.updateTasksProposal(TasksProposal tasksProposal, boolean merge)
          Updates the tasks proposal in the database.
 

Uses of TasksProposal in com.liferay.portlet.tasks.service.http
 

Methods in com.liferay.portlet.tasks.service.http that return TasksProposal
static TasksProposal TasksProposalServiceHttp.addProposal(HttpPrincipal httpPrincipal, long groupId, String className, String classPK, String name, String description, long reviewUserId, boolean addCommunityPermissions, boolean addGuestPermissions)
           
static TasksProposal TasksProposalServiceHttp.addProposal(HttpPrincipal httpPrincipal, long groupId, String className, String classPK, String name, String description, long reviewUserId, String[] communityPermissions, String[] guestPermissions)
           
static TasksProposal TasksProposalServiceHttp.updateProposal(HttpPrincipal httpPrincipal, long proposalId, String description, int dueDateMonth, int dueDateDay, int dueDateYear, int dueDateHour, int dueDateMinute)
           
 

Methods in com.liferay.portlet.tasks.service.http with parameters of type TasksProposal
static JSONArray TasksProposalJSONSerializer.toJSONArray(TasksProposal[] models)
           
static JSONArray TasksProposalJSONSerializer.toJSONArray(TasksProposal[][] models)
           
static JSONObject TasksProposalJSONSerializer.toJSONObject(TasksProposal model)
           
 

Method parameters in com.liferay.portlet.tasks.service.http with type arguments of type TasksProposal
static JSONArray TasksProposalJSONSerializer.toJSONArray(List<TasksProposal> models)
           
 

Uses of TasksProposal in com.liferay.portlet.tasks.service.impl
 

Methods in com.liferay.portlet.tasks.service.impl that return TasksProposal
 TasksProposal TasksProposalLocalServiceImpl.addProposal(long userId, long groupId, String className, String classPK, String name, String description, long reviewUserId, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 TasksProposal TasksProposalLocalServiceImpl.addProposal(long userId, long groupId, String className, String classPK, String name, String description, long reviewUserId, Boolean addCommunityPermissions, Boolean addGuestPermissions, String[] communityPermissions, String[] guestPermissions)
           
 TasksProposal TasksProposalLocalServiceImpl.addProposal(long userId, long groupId, String className, String classPK, String name, String description, long reviewUserId, String[] communityPermissions, String[] guestPermissions)
           
 TasksProposal TasksProposalServiceImpl.addProposal(long groupId, String className, String classPK, String name, String description, long reviewUserId, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 TasksProposal TasksProposalServiceImpl.addProposal(long groupId, String className, String classPK, String name, String description, long reviewUserId, String[] communityPermissions, String[] guestPermissions)
           
 TasksProposal TasksProposalLocalServiceImpl.getProposal(long proposalId)
           
 TasksProposal TasksProposalLocalServiceImpl.getProposal(long classNameId, String classPK)
           
 TasksProposal TasksProposalLocalServiceImpl.getProposal(String className, String classPK)
           
 TasksProposal TasksProposalLocalServiceImpl.updateProposal(long userId, long proposalId, String description, int dueDateMonth, int dueDateDay, int dueDateYear, int dueDateHour, int dueDateMinute)
           
 TasksProposal TasksProposalServiceImpl.updateProposal(long proposalId, String description, int dueDateMonth, int dueDateDay, int dueDateYear, int dueDateHour, int dueDateMinute)
           
 

Methods in com.liferay.portlet.tasks.service.impl that return types with arguments of type TasksProposal
 List<TasksProposal> TasksProposalLocalServiceImpl.getProposals(long groupId, int start, int end)
           
 List<TasksProposal> TasksProposalLocalServiceImpl.getReviewProposals(long groupId, long userId, int start, int end)
           
 List<TasksProposal> TasksProposalLocalServiceImpl.getUserProposals(long groupId, long userId, int start, int end)
           
 

Methods in com.liferay.portlet.tasks.service.impl with parameters of type TasksProposal
 void TasksProposalLocalServiceImpl.addProposalResources(TasksProposal proposal, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void TasksProposalLocalServiceImpl.addProposalResources(TasksProposal proposal, String[] communityPermissions, String[] guestPermissions)
           
 void TasksProposalLocalServiceImpl.deleteProposal(TasksProposal proposal)
           
 

Uses of TasksProposal in com.liferay.portlet.tasks.service.permission
 

Methods in com.liferay.portlet.tasks.service.permission with parameters of type TasksProposal
static void TasksProposalPermission.check(PermissionChecker permissionChecker, TasksProposal proposal, String actionId)
           
static boolean TasksProposalPermission.contains(PermissionChecker permissionChecker, TasksProposal proposal, String actionId)
           
 

Uses of TasksProposal in com.liferay.portlet.tasks.service.persistence
 

Methods in com.liferay.portlet.tasks.service.persistence that return TasksProposal
static TasksProposal TasksProposalUtil.create(long proposalId)
          Creates a new tasks proposal with the primary key.
 TasksProposal TasksProposalPersistence.create(long proposalId)
          Creates a new tasks proposal with the primary key.
 TasksProposal TasksProposalPersistenceImpl.create(long proposalId)
          Creates a new tasks proposal with the primary key.
static TasksProposal TasksProposalUtil.fetchByC_C(long classNameId, String classPK)
          Finds the tasks proposal where classNameId = ? and classPK = ? or returns null if it could not be found.
 TasksProposal TasksProposalPersistence.fetchByC_C(long classNameId, String classPK)
          Finds the tasks proposal where classNameId = ? and classPK = ? or returns null if it could not be found.
 TasksProposal TasksProposalPersistenceImpl.fetchByC_C(long classNameId, String classPK)
          Finds the tasks proposal where classNameId = ? and classPK = ? or returns null if it could not be found.
static TasksProposal TasksProposalUtil.fetchByC_C(long classNameId, String classPK, boolean retrieveFromCache)
          Finds the tasks proposal where classNameId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache.
 TasksProposal TasksProposalPersistence.fetchByC_C(long classNameId, String classPK, boolean retrieveFromCache)
          Finds the tasks proposal where classNameId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache.
 TasksProposal TasksProposalPersistenceImpl.fetchByC_C(long classNameId, String classPK, boolean retrieveFromCache)
          Finds the tasks proposal where classNameId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache.
static TasksProposal TasksProposalUtil.fetchByPrimaryKey(long proposalId)
          Finds the tasks proposal with the primary key or returns null if it could not be found.
 TasksProposal TasksProposalPersistence.fetchByPrimaryKey(long proposalId)
          Finds the tasks proposal with the primary key or returns null if it could not be found.
 TasksProposal TasksProposalPersistenceImpl.fetchByPrimaryKey(long proposalId)
          Finds the tasks proposal with the primary key or returns null if it could not be found.
 TasksProposal TasksProposalPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Finds the tasks proposal with the primary key or returns null if it could not be found.
static TasksProposal TasksProposalUtil.findByC_C(long classNameId, String classPK)
          Finds the tasks proposal where classNameId = ? and classPK = ? or throws a NoSuchProposalException if it could not be found.
 TasksProposal TasksProposalPersistence.findByC_C(long classNameId, String classPK)
          Finds the tasks proposal where classNameId = ? and classPK = ? or throws a NoSuchProposalException if it could not be found.
 TasksProposal TasksProposalPersistenceImpl.findByC_C(long classNameId, String classPK)
          Finds the tasks proposal where classNameId = ? and classPK = ? or throws a NoSuchProposalException if it could not be found.
static TasksProposal TasksProposalUtil.findByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
          Finds the first tasks proposal in the ordered set where groupId = ? and userId = ?.
 TasksProposal TasksProposalPersistence.findByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
          Finds the first tasks proposal in the ordered set where groupId = ? and userId = ?.
 TasksProposal TasksProposalPersistenceImpl.findByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
          Finds the first tasks proposal in the ordered set where groupId = ? and userId = ?.
static TasksProposal TasksProposalUtil.findByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
          Finds the last tasks proposal in the ordered set where groupId = ? and userId = ?.
 TasksProposal TasksProposalPersistence.findByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
          Finds the last tasks proposal in the ordered set where groupId = ? and userId = ?.
 TasksProposal TasksProposalPersistenceImpl.findByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
          Finds the last tasks proposal in the ordered set where groupId = ? and userId = ?.
static TasksProposal[] TasksProposalUtil.findByG_U_PrevAndNext(long proposalId, long groupId, long userId, OrderByComparator orderByComparator)
          Finds the tasks proposals before and after the current tasks proposal in the ordered set where groupId = ? and userId = ?.
 TasksProposal[] TasksProposalPersistence.findByG_U_PrevAndNext(long proposalId, long groupId, long userId, OrderByComparator orderByComparator)
          Finds the tasks proposals before and after the current tasks proposal in the ordered set where groupId = ? and userId = ?.
 TasksProposal[] TasksProposalPersistenceImpl.findByG_U_PrevAndNext(long proposalId, long groupId, long userId, OrderByComparator orderByComparator)
          Finds the tasks proposals before and after the current tasks proposal in the ordered set where groupId = ? and userId = ?.
static TasksProposal TasksProposalUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Finds the first tasks proposal in the ordered set where groupId = ?.
 TasksProposal TasksProposalPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Finds the first tasks proposal in the ordered set where groupId = ?.
 TasksProposal TasksProposalPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Finds the first tasks proposal in the ordered set where groupId = ?.
static TasksProposal TasksProposalUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last tasks proposal in the ordered set where groupId = ?.
 TasksProposal TasksProposalPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last tasks proposal in the ordered set where groupId = ?.
 TasksProposal TasksProposalPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last tasks proposal in the ordered set where groupId = ?.
static TasksProposal[] TasksProposalUtil.findByGroupId_PrevAndNext(long proposalId, long groupId, OrderByComparator orderByComparator)
          Finds the tasks proposals before and after the current tasks proposal in the ordered set where groupId = ?.
 TasksProposal[] TasksProposalPersistence.findByGroupId_PrevAndNext(long proposalId, long groupId, OrderByComparator orderByComparator)
          Finds the tasks proposals before and after the current tasks proposal in the ordered set where groupId = ?.
 TasksProposal[] TasksProposalPersistenceImpl.findByGroupId_PrevAndNext(long proposalId, long groupId, OrderByComparator orderByComparator)
          Finds the tasks proposals before and after the current tasks proposal in the ordered set where groupId = ?.
static TasksProposal TasksProposalUtil.findByPrimaryKey(long proposalId)
          Finds the tasks proposal with the primary key or throws a NoSuchProposalException if it could not be found.
 TasksProposal TasksProposalPersistence.findByPrimaryKey(long proposalId)
          Finds the tasks proposal with the primary key or throws a NoSuchProposalException if it could not be found.
 TasksProposal TasksProposalPersistenceImpl.findByPrimaryKey(long proposalId)
          Finds the tasks proposal with the primary key or throws a NoSuchProposalException if it could not be found.
 TasksProposal TasksProposalPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the tasks proposal with the primary key or throws a NoSuchModelException if it could not be found.
protected  TasksProposal TasksProposalPersistenceImpl.getByG_U_PrevAndNext(Session session, TasksProposal tasksProposal, long groupId, long userId, OrderByComparator orderByComparator, boolean previous)
           
protected  TasksProposal TasksProposalPersistenceImpl.getByGroupId_PrevAndNext(Session session, TasksProposal tasksProposal, long groupId, OrderByComparator orderByComparator, boolean previous)
           
static TasksProposal TasksProposalUtil.remove(long proposalId)
          Removes the tasks proposal with the primary key from the database.
 TasksProposal TasksProposalPersistence.remove(long proposalId)
          Removes the tasks proposal with the primary key from the database.
 TasksProposal TasksProposalPersistenceImpl.remove(long proposalId)
          Removes the tasks proposal with the primary key from the database.
 TasksProposal TasksProposalPersistenceImpl.remove(Serializable primaryKey)
          Removes the tasks proposal with the primary key from the database.
static TasksProposal TasksProposalUtil.remove(TasksProposal tasksProposal)
           
protected  TasksProposal TasksProposalPersistenceImpl.removeImpl(TasksProposal tasksProposal)
           
protected  TasksProposal TasksProposalPersistenceImpl.toUnwrappedModel(TasksProposal tasksProposal)
           
static TasksProposal TasksProposalUtil.update(TasksProposal tasksProposal, boolean merge)
           
static TasksProposal TasksProposalUtil.update(TasksProposal tasksProposal, boolean merge, ServiceContext serviceContext)
           
static TasksProposal TasksProposalUtil.updateImpl(TasksProposal tasksProposal, boolean merge)
           
 TasksProposal TasksProposalPersistence.updateImpl(TasksProposal tasksProposal, boolean merge)
           
 TasksProposal TasksProposalPersistenceImpl.updateImpl(TasksProposal tasksProposal, boolean merge)
           
 

Methods in com.liferay.portlet.tasks.service.persistence that return types with arguments of type TasksProposal
static List<TasksProposal> TasksProposalUtil.filterFindByG_U(long groupId, long userId)
          Filters by the user's permissions and finds all the tasks proposals where groupId = ? and userId = ?.
 List<TasksProposal> TasksProposalPersistence.filterFindByG_U(long groupId, long userId)
          Filters by the user's permissions and finds all the tasks proposals where groupId = ? and userId = ?.
 List<TasksProposal> TasksProposalPersistenceImpl.filterFindByG_U(long groupId, long userId)
          Filters by the user's permissions and finds all the tasks proposals where groupId = ? and userId = ?.
static List<TasksProposal> TasksProposalUtil.filterFindByG_U(long groupId, long userId, int start, int end)
          Filters by the user's permissions and finds a range of all the tasks proposals where groupId = ? and userId = ?.
 List<TasksProposal> TasksProposalPersistence.filterFindByG_U(long groupId, long userId, int start, int end)
          Filters by the user's permissions and finds a range of all the tasks proposals where groupId = ? and userId = ?.
 List<TasksProposal> TasksProposalPersistenceImpl.filterFindByG_U(long groupId, long userId, int start, int end)
          Filters by the user's permissions and finds a range of all the tasks proposals where groupId = ? and userId = ?.
static List<TasksProposal> TasksProposalUtil.filterFindByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the tasks proposals where groupId = ? and userId = ?.
 List<TasksProposal> TasksProposalPersistence.filterFindByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the tasks proposals where groupId = ? and userId = ?.
 List<TasksProposal> TasksProposalPersistenceImpl.filterFindByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the tasks proposals where groupId = ? and userId = ?.
static List<TasksProposal> TasksProposalUtil.filterFindByGroupId(long groupId)
          Filters by the user's permissions and finds all the tasks proposals where groupId = ?.
 List<TasksProposal> TasksProposalPersistence.filterFindByGroupId(long groupId)
          Filters by the user's permissions and finds all the tasks proposals where groupId = ?.
 List<TasksProposal> TasksProposalPersistenceImpl.filterFindByGroupId(long groupId)
          Filters by the user's permissions and finds all the tasks proposals where groupId = ?.
static List<TasksProposal> TasksProposalUtil.filterFindByGroupId(long groupId, int start, int end)
          Filters by the user's permissions and finds a range of all the tasks proposals where groupId = ?.
 List<TasksProposal> TasksProposalPersistence.filterFindByGroupId(long groupId, int start, int end)
          Filters by the user's permissions and finds a range of all the tasks proposals where groupId = ?.
 List<TasksProposal> TasksProposalPersistenceImpl.filterFindByGroupId(long groupId, int start, int end)
          Filters by the user's permissions and finds a range of all the tasks proposals where groupId = ?.
static List<TasksProposal> TasksProposalUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the tasks proposals where groupId = ?.
 List<TasksProposal> TasksProposalPersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the tasks proposals where groupId = ?.
 List<TasksProposal> TasksProposalPersistenceImpl.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the tasks proposals where groupId = ?.
static List<TasksProposal> TasksProposalUtil.findAll()
          Finds all the tasks proposals.
 List<TasksProposal> TasksProposalPersistence.findAll()
          Finds all the tasks proposals.
 List<TasksProposal> TasksProposalPersistenceImpl.findAll()
          Finds all the tasks proposals.
static List<TasksProposal> TasksProposalUtil.findAll(int start, int end)
          Finds a range of all the tasks proposals.
 List<TasksProposal> TasksProposalPersistence.findAll(int start, int end)
          Finds a range of all the tasks proposals.
 List<TasksProposal> TasksProposalPersistenceImpl.findAll(int start, int end)
          Finds a range of all the tasks proposals.
static List<TasksProposal> TasksProposalUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the tasks proposals.
 List<TasksProposal> TasksProposalPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the tasks proposals.
 List<TasksProposal> TasksProposalPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the tasks proposals.
static List<TasksProposal> TasksProposalUtil.findByG_U(long groupId, long userId)
          Finds all the tasks proposals where groupId = ? and userId = ?.
 List<TasksProposal> TasksProposalPersistence.findByG_U(long groupId, long userId)
          Finds all the tasks proposals where groupId = ? and userId = ?.
 List<TasksProposal> TasksProposalPersistenceImpl.findByG_U(long groupId, long userId)
          Finds all the tasks proposals where groupId = ? and userId = ?.
static List<TasksProposal> TasksProposalUtil.findByG_U(long groupId, long userId, int start, int end)
          Finds a range of all the tasks proposals where groupId = ? and userId = ?.
 List<TasksProposal> TasksProposalPersistence.findByG_U(long groupId, long userId, int start, int end)
          Finds a range of all the tasks proposals where groupId = ? and userId = ?.
static List<TasksProposal> TasksProposalFinderUtil.findByG_U(long groupId, long userId, int start, int end)
           
 List<TasksProposal> TasksProposalFinder.findByG_U(long groupId, long userId, int start, int end)
           
 List<TasksProposal> TasksProposalPersistenceImpl.findByG_U(long groupId, long userId, int start, int end)
          Finds a range of all the tasks proposals where groupId = ? and userId = ?.
 List<TasksProposal> TasksProposalFinderImpl.findByG_U(long groupId, long userId, int start, int end)
           
static List<TasksProposal> TasksProposalUtil.findByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the tasks proposals where groupId = ? and userId = ?.
 List<TasksProposal> TasksProposalPersistence.findByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the tasks proposals where groupId = ? and userId = ?.
 List<TasksProposal> TasksProposalPersistenceImpl.findByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the tasks proposals where groupId = ? and userId = ?.
static List<TasksProposal> TasksProposalUtil.findByGroupId(long groupId)
          Finds all the tasks proposals where groupId = ?.
 List<TasksProposal> TasksProposalPersistence.findByGroupId(long groupId)
          Finds all the tasks proposals where groupId = ?.
 List<TasksProposal> TasksProposalPersistenceImpl.findByGroupId(long groupId)
          Finds all the tasks proposals where groupId = ?.
static List<TasksProposal> TasksProposalUtil.findByGroupId(long groupId, int start, int end)
          Finds a range of all the tasks proposals where groupId = ?.
 List<TasksProposal> TasksProposalPersistence.findByGroupId(long groupId, int start, int end)
          Finds a range of all the tasks proposals where groupId = ?.
 List<TasksProposal> TasksProposalPersistenceImpl.findByGroupId(long groupId, int start, int end)
          Finds a range of all the tasks proposals where groupId = ?.
static List<TasksProposal> TasksProposalUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the tasks proposals where groupId = ?.
 List<TasksProposal> TasksProposalPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the tasks proposals where groupId = ?.
 List<TasksProposal> TasksProposalPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the tasks proposals where groupId = ?.
static List<TasksProposal> TasksProposalUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<TasksProposal> TasksProposalUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<TasksProposal> TasksProposalUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portlet.tasks.service.persistence with parameters of type TasksProposal
static void TasksProposalUtil.cacheResult(TasksProposal tasksProposal)
          Caches the tasks proposal in the entity cache if it is enabled.
 void TasksProposalPersistence.cacheResult(TasksProposal tasksProposal)
          Caches the tasks proposal in the entity cache if it is enabled.
 void TasksProposalPersistenceImpl.cacheResult(TasksProposal tasksProposal)
          Caches the tasks proposal in the entity cache if it is enabled.
static void TasksProposalUtil.clearCache(TasksProposal tasksProposal)
           
 void TasksProposalPersistenceImpl.clearCache(TasksProposal tasksProposal)
          Clears the cache for the tasks proposal.
protected  TasksProposal TasksProposalPersistenceImpl.getByG_U_PrevAndNext(Session session, TasksProposal tasksProposal, long groupId, long userId, OrderByComparator orderByComparator, boolean previous)
           
protected  TasksProposal TasksProposalPersistenceImpl.getByGroupId_PrevAndNext(Session session, TasksProposal tasksProposal, long groupId, OrderByComparator orderByComparator, boolean previous)
           
static TasksProposal TasksProposalUtil.remove(TasksProposal tasksProposal)
           
protected  TasksProposal TasksProposalPersistenceImpl.removeImpl(TasksProposal tasksProposal)
           
protected  TasksProposal TasksProposalPersistenceImpl.toUnwrappedModel(TasksProposal tasksProposal)
           
static TasksProposal TasksProposalUtil.update(TasksProposal tasksProposal, boolean merge)
           
static TasksProposal TasksProposalUtil.update(TasksProposal tasksProposal, boolean merge, ServiceContext serviceContext)
           
static TasksProposal TasksProposalUtil.updateImpl(TasksProposal tasksProposal, boolean merge)
           
 TasksProposal TasksProposalPersistence.updateImpl(TasksProposal tasksProposal, boolean merge)
           
 TasksProposal TasksProposalPersistenceImpl.updateImpl(TasksProposal tasksProposal, boolean merge)
           
 

Method parameters in com.liferay.portlet.tasks.service.persistence with type arguments of type TasksProposal
static void TasksProposalUtil.cacheResult(List<TasksProposal> tasksProposals)
          Caches the tasks proposals in the entity cache if it is enabled.
 void TasksProposalPersistence.cacheResult(List<TasksProposal> tasksProposals)
          Caches the tasks proposals in the entity cache if it is enabled.
 void TasksProposalPersistenceImpl.cacheResult(List<TasksProposal> tasksProposals)
          Caches the tasks proposals in the entity cache if it is enabled.
 


Liferay 6.0.5