Liferay 6.0.5

Uses of Class
com.liferay.portlet.tasks.NoSuchProposalException

Packages that use NoSuchProposalException
com.liferay.portlet.tasks.service.persistence   
 

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

Methods in com.liferay.portlet.tasks.service.persistence that throw NoSuchProposalException
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.
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.
static void TasksProposalUtil.removeByC_C(long classNameId, String classPK)
          Removes the tasks proposal where classNameId = ? and classPK = ? from the database.
 void TasksProposalPersistence.removeByC_C(long classNameId, String classPK)
          Removes the tasks proposal where classNameId = ? and classPK = ? from the database.
 void TasksProposalPersistenceImpl.removeByC_C(long classNameId, String classPK)
          Removes the tasks proposal where classNameId = ? and classPK = ? from the database.
 


Liferay 6.0.5