|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TasksProposalPersistence
Method Summary | |
---|---|
int |
countAll()
|
int |
countByC_C(long classNameId,
java.lang.String classPK)
|
int |
countByG_U(long groupId,
long userId)
|
int |
countByGroupId(long groupId)
|
TasksProposal |
create(long proposalId)
|
TasksProposal |
fetchByC_C(long classNameId,
java.lang.String classPK)
|
TasksProposal |
fetchByPrimaryKey(long proposalId)
|
java.util.List<TasksProposal> |
findAll()
|
java.util.List<TasksProposal> |
findAll(int start,
int end)
|
java.util.List<TasksProposal> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
TasksProposal |
findByC_C(long classNameId,
java.lang.String classPK)
|
TasksProposal |
findByG_U_First(long groupId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
TasksProposal |
findByG_U_Last(long groupId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
TasksProposal[] |
findByG_U_PrevAndNext(long proposalId,
long groupId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<TasksProposal> |
findByG_U(long groupId,
long userId)
|
java.util.List<TasksProposal> |
findByG_U(long groupId,
long userId,
int start,
int end)
|
java.util.List<TasksProposal> |
findByG_U(long groupId,
long userId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
TasksProposal |
findByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
TasksProposal |
findByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
TasksProposal[] |
findByGroupId_PrevAndNext(long proposalId,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<TasksProposal> |
findByGroupId(long groupId)
|
java.util.List<TasksProposal> |
findByGroupId(long groupId,
int start,
int end)
|
java.util.List<TasksProposal> |
findByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
TasksProposal |
findByPrimaryKey(long proposalId)
|
java.util.List<java.lang.Object> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
java.util.List<java.lang.Object> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
|
void |
registerListener(ModelListener listener)
|
TasksProposal |
remove(long proposalId)
|
TasksProposal |
remove(TasksProposal tasksProposal)
|
void |
removeAll()
|
void |
removeByC_C(long classNameId,
java.lang.String classPK)
|
void |
removeByG_U(long groupId,
long userId)
|
void |
removeByGroupId(long groupId)
|
void |
unregisterListener(ModelListener listener)
|
TasksProposal |
update(TasksProposal tasksProposal)
Deprecated. Use update(TasksProposal tasksProposal, boolean merge) . |
TasksProposal |
update(TasksProposal tasksProposal,
boolean merge)
Add, update, or merge, the entity. |
TasksProposal |
updateImpl(TasksProposal tasksProposal,
boolean merge)
|
Method Detail |
---|
TasksProposal create(long proposalId)
TasksProposal remove(long proposalId) throws com.liferay.portal.SystemException, NoSuchProposalException
com.liferay.portal.SystemException
NoSuchProposalException
TasksProposal remove(TasksProposal tasksProposal) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
TasksProposal update(TasksProposal tasksProposal) throws com.liferay.portal.SystemException
update(TasksProposal tasksProposal, boolean merge)
.
com.liferay.portal.SystemException
TasksProposal update(TasksProposal tasksProposal, boolean merge) throws com.liferay.portal.SystemException
tasksProposal
- the entity to add, update, or mergemerge
- boolean value for whether to merge the entity. The
default value is false. Setting merge to true is more
expensive and should only be true when tasksProposal is
transient. See LEP-5473 for a detailed discussion of this
method.
com.liferay.portal.SystemException
TasksProposal updateImpl(TasksProposal tasksProposal, boolean merge) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
TasksProposal findByPrimaryKey(long proposalId) throws com.liferay.portal.SystemException, NoSuchProposalException
com.liferay.portal.SystemException
NoSuchProposalException
TasksProposal fetchByPrimaryKey(long proposalId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<TasksProposal> findByGroupId(long groupId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<TasksProposal> findByGroupId(long groupId, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<TasksProposal> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
TasksProposal findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchProposalException
com.liferay.portal.SystemException
NoSuchProposalException
TasksProposal findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchProposalException
com.liferay.portal.SystemException
NoSuchProposalException
TasksProposal[] findByGroupId_PrevAndNext(long proposalId, long groupId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchProposalException
com.liferay.portal.SystemException
NoSuchProposalException
java.util.List<TasksProposal> findByG_U(long groupId, long userId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<TasksProposal> findByG_U(long groupId, long userId, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<TasksProposal> findByG_U(long groupId, long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
TasksProposal findByG_U_First(long groupId, long userId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchProposalException
com.liferay.portal.SystemException
NoSuchProposalException
TasksProposal findByG_U_Last(long groupId, long userId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchProposalException
com.liferay.portal.SystemException
NoSuchProposalException
TasksProposal[] findByG_U_PrevAndNext(long proposalId, long groupId, long userId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchProposalException
com.liferay.portal.SystemException
NoSuchProposalException
TasksProposal findByC_C(long classNameId, java.lang.String classPK) throws com.liferay.portal.SystemException, NoSuchProposalException
com.liferay.portal.SystemException
NoSuchProposalException
TasksProposal fetchByC_C(long classNameId, java.lang.String classPK) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<TasksProposal> findAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<TasksProposal> findAll(int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<TasksProposal> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByGroupId(long groupId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByG_U(long groupId, long userId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByC_C(long classNameId, java.lang.String classPK) throws com.liferay.portal.SystemException, NoSuchProposalException
com.liferay.portal.SystemException
NoSuchProposalException
void removeAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByGroupId(long groupId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByG_U(long groupId, long userId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByC_C(long classNameId, java.lang.String classPK) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void registerListener(ModelListener listener)
void unregisterListener(ModelListener listener)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |