com.liferay.portlet.tasks.service.persistence
Class TasksProposalUtil
java.lang.Object
com.liferay.portlet.tasks.service.persistence.TasksProposalUtil
public class TasksProposalUtil
- extends java.lang.Object
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
- Author:
- Brian Wing Shun Chan
- See Also:
TasksProposalPersistence
,
TasksProposalPersistenceImpl
- Generated:
Method Summary |
static void |
cacheResult(java.util.List<TasksProposal> tasksProposals)
|
static void |
cacheResult(TasksProposal tasksProposal)
|
static void |
clearCache()
|
static void |
clearCache(TasksProposal tasksProposal)
|
static int |
countAll()
|
static int |
countByC_C(long classNameId,
java.lang.String classPK)
|
static int |
countByG_U(long groupId,
long userId)
|
static int |
countByGroupId(long groupId)
|
long |
countWithDynamicQuery(DynamicQuery dynamicQuery)
|
static TasksProposal |
create(long proposalId)
|
static TasksProposal |
fetchByC_C(long classNameId,
java.lang.String classPK)
|
static TasksProposal |
fetchByC_C(long classNameId,
java.lang.String classPK,
boolean retrieveFromCache)
|
static TasksProposal |
fetchByPrimaryKey(long proposalId)
|
static int |
filterCountByG_U(long groupId,
long userId)
|
static int |
filterCountByGroupId(long groupId)
|
static java.util.List<TasksProposal> |
filterFindByG_U(long groupId,
long userId)
|
static java.util.List<TasksProposal> |
filterFindByG_U(long groupId,
long userId,
int start,
int end)
|
static java.util.List<TasksProposal> |
filterFindByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator orderByComparator)
|
static java.util.List<TasksProposal> |
filterFindByGroupId(long groupId)
|
static java.util.List<TasksProposal> |
filterFindByGroupId(long groupId,
int start,
int end)
|
static java.util.List<TasksProposal> |
filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
|
static java.util.List<TasksProposal> |
findAll()
|
static java.util.List<TasksProposal> |
findAll(int start,
int end)
|
static java.util.List<TasksProposal> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
|
static TasksProposal |
findByC_C(long classNameId,
java.lang.String classPK)
|
static TasksProposal |
findByG_U_First(long groupId,
long userId,
OrderByComparator orderByComparator)
|
static TasksProposal |
findByG_U_Last(long groupId,
long userId,
OrderByComparator orderByComparator)
|
static TasksProposal[] |
findByG_U_PrevAndNext(long proposalId,
long groupId,
long userId,
OrderByComparator orderByComparator)
|
static java.util.List<TasksProposal> |
findByG_U(long groupId,
long userId)
|
static java.util.List<TasksProposal> |
findByG_U(long groupId,
long userId,
int start,
int end)
|
static java.util.List<TasksProposal> |
findByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator orderByComparator)
|
static TasksProposal |
findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
|
static TasksProposal |
findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
|
static TasksProposal[] |
findByGroupId_PrevAndNext(long proposalId,
long groupId,
OrderByComparator orderByComparator)
|
static java.util.List<TasksProposal> |
findByGroupId(long groupId)
|
static java.util.List<TasksProposal> |
findByGroupId(long groupId,
int start,
int end)
|
static java.util.List<TasksProposal> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
|
static TasksProposal |
findByPrimaryKey(long proposalId)
|
static java.util.List<TasksProposal> |
findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static java.util.List<TasksProposal> |
findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static TasksProposalPersistence |
getPersistence()
|
static TasksProposal |
remove(long proposalId)
|
static TasksProposal |
remove(TasksProposal tasksProposal)
|
static void |
removeAll()
|
static void |
removeByC_C(long classNameId,
java.lang.String classPK)
|
static void |
removeByG_U(long groupId,
long userId)
|
static void |
removeByGroupId(long groupId)
|
void |
setPersistence(TasksProposalPersistence persistence)
|
static TasksProposal |
update(TasksProposal tasksProposal,
boolean merge)
|
static TasksProposal |
updateImpl(TasksProposal tasksProposal,
boolean merge)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TasksProposalUtil
public TasksProposalUtil()
clearCache
public static void clearCache()
- See Also:
BasePersistence.clearCache()
clearCache
public static void clearCache(TasksProposal tasksProposal)
- See Also:
com.liferay.portal.service.persistence.BasePersistence#clearCache(TasksProposal)
countWithDynamicQuery
public long countWithDynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Throws:
SystemException
- See Also:
BasePersistence.countWithDynamicQuery(DynamicQuery)
findWithDynamicQuery
public static java.util.List<TasksProposal> findWithDynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Throws:
SystemException
- See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery)
findWithDynamicQuery
public static java.util.List<TasksProposal> findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Throws:
SystemException
- See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
remove
public static TasksProposal remove(TasksProposal tasksProposal)
throws SystemException
- Throws:
SystemException
- See Also:
BasePersistence.remove(com.liferay.portal.model.BaseModel)
update
public static TasksProposal update(TasksProposal tasksProposal,
boolean merge)
throws SystemException
- Throws:
SystemException
- See Also:
BasePersistence.update(com.liferay.portal.model.BaseModel, boolean)
cacheResult
public static void cacheResult(TasksProposal tasksProposal)
cacheResult
public static void cacheResult(java.util.List<TasksProposal> tasksProposals)
create
public static TasksProposal create(long proposalId)
remove
public static TasksProposal remove(long proposalId)
throws SystemException,
NoSuchProposalException
- Throws:
SystemException
NoSuchProposalException
updateImpl
public static TasksProposal updateImpl(TasksProposal tasksProposal,
boolean merge)
throws SystemException
- Throws:
SystemException
findByPrimaryKey
public static TasksProposal findByPrimaryKey(long proposalId)
throws SystemException,
NoSuchProposalException
- Throws:
SystemException
NoSuchProposalException
fetchByPrimaryKey
public static TasksProposal fetchByPrimaryKey(long proposalId)
throws SystemException
- Throws:
SystemException
findByGroupId
public static java.util.List<TasksProposal> findByGroupId(long groupId)
throws SystemException
- Throws:
SystemException
findByGroupId
public static java.util.List<TasksProposal> findByGroupId(long groupId,
int start,
int end)
throws SystemException
- Throws:
SystemException
findByGroupId
public static java.util.List<TasksProposal> findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
findByGroupId_First
public static TasksProposal findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchProposalException
- Throws:
SystemException
NoSuchProposalException
findByGroupId_Last
public static TasksProposal findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchProposalException
- Throws:
SystemException
NoSuchProposalException
findByGroupId_PrevAndNext
public static TasksProposal[] findByGroupId_PrevAndNext(long proposalId,
long groupId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchProposalException
- Throws:
SystemException
NoSuchProposalException
filterFindByGroupId
public static java.util.List<TasksProposal> filterFindByGroupId(long groupId)
throws SystemException
- Throws:
SystemException
filterFindByGroupId
public static java.util.List<TasksProposal> filterFindByGroupId(long groupId,
int start,
int end)
throws SystemException
- Throws:
SystemException
filterFindByGroupId
public static java.util.List<TasksProposal> filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
findByG_U
public static java.util.List<TasksProposal> findByG_U(long groupId,
long userId)
throws SystemException
- Throws:
SystemException
findByG_U
public static java.util.List<TasksProposal> findByG_U(long groupId,
long userId,
int start,
int end)
throws SystemException
- Throws:
SystemException
findByG_U
public static java.util.List<TasksProposal> findByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
findByG_U_First
public static TasksProposal findByG_U_First(long groupId,
long userId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchProposalException
- Throws:
SystemException
NoSuchProposalException
findByG_U_Last
public static TasksProposal findByG_U_Last(long groupId,
long userId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchProposalException
- Throws:
SystemException
NoSuchProposalException
findByG_U_PrevAndNext
public static TasksProposal[] findByG_U_PrevAndNext(long proposalId,
long groupId,
long userId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchProposalException
- Throws:
SystemException
NoSuchProposalException
filterFindByG_U
public static java.util.List<TasksProposal> filterFindByG_U(long groupId,
long userId)
throws SystemException
- Throws:
SystemException
filterFindByG_U
public static java.util.List<TasksProposal> filterFindByG_U(long groupId,
long userId,
int start,
int end)
throws SystemException
- Throws:
SystemException
filterFindByG_U
public static java.util.List<TasksProposal> filterFindByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
findByC_C
public static TasksProposal findByC_C(long classNameId,
java.lang.String classPK)
throws SystemException,
NoSuchProposalException
- Throws:
SystemException
NoSuchProposalException
fetchByC_C
public static TasksProposal fetchByC_C(long classNameId,
java.lang.String classPK)
throws SystemException
- Throws:
SystemException
fetchByC_C
public static TasksProposal fetchByC_C(long classNameId,
java.lang.String classPK,
boolean retrieveFromCache)
throws SystemException
- Throws:
SystemException
findAll
public static java.util.List<TasksProposal> findAll()
throws SystemException
- Throws:
SystemException
findAll
public static java.util.List<TasksProposal> findAll(int start,
int end)
throws SystemException
- Throws:
SystemException
findAll
public static java.util.List<TasksProposal> findAll(int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
removeByGroupId
public static void removeByGroupId(long groupId)
throws SystemException
- Throws:
SystemException
removeByG_U
public static void removeByG_U(long groupId,
long userId)
throws SystemException
- Throws:
SystemException
removeByC_C
public static void removeByC_C(long classNameId,
java.lang.String classPK)
throws SystemException,
NoSuchProposalException
- Throws:
SystemException
NoSuchProposalException
removeAll
public static void removeAll()
throws SystemException
- Throws:
SystemException
countByGroupId
public static int countByGroupId(long groupId)
throws SystemException
- Throws:
SystemException
filterCountByGroupId
public static int filterCountByGroupId(long groupId)
throws SystemException
- Throws:
SystemException
countByG_U
public static int countByG_U(long groupId,
long userId)
throws SystemException
- Throws:
SystemException
filterCountByG_U
public static int filterCountByG_U(long groupId,
long userId)
throws SystemException
- Throws:
SystemException
countByC_C
public static int countByC_C(long classNameId,
java.lang.String classPK)
throws SystemException
- Throws:
SystemException
countAll
public static int countAll()
throws SystemException
- Throws:
SystemException
getPersistence
public static TasksProposalPersistence getPersistence()
setPersistence
public void setPersistence(TasksProposalPersistence persistence)