com.liferay.portal.service.persistence
Interface OrgLaborPersistence
- All Superinterfaces:
- BasePersistence<OrgLabor>
public interface OrgLaborPersistence
- extends BasePersistence<OrgLabor>
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:
OrgLaborPersistenceImpl
,
OrgLaborUtil
- Generated:
Method Summary |
void |
cacheResult(java.util.List<OrgLabor> orgLabors)
|
void |
cacheResult(OrgLabor orgLabor)
|
int |
countAll()
|
int |
countByOrganizationId(long organizationId)
|
OrgLabor |
create(long orgLaborId)
|
OrgLabor |
fetchByPrimaryKey(long orgLaborId)
|
java.util.List<OrgLabor> |
findAll()
|
java.util.List<OrgLabor> |
findAll(int start,
int end)
|
java.util.List<OrgLabor> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
OrgLabor |
findByOrganizationId_First(long organizationId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
OrgLabor |
findByOrganizationId_Last(long organizationId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
OrgLabor[] |
findByOrganizationId_PrevAndNext(long orgLaborId,
long organizationId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<OrgLabor> |
findByOrganizationId(long organizationId)
|
java.util.List<OrgLabor> |
findByOrganizationId(long organizationId,
int start,
int end)
|
java.util.List<OrgLabor> |
findByOrganizationId(long organizationId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
OrgLabor |
findByPrimaryKey(long orgLaborId)
|
OrgLabor |
remove(long orgLaborId)
|
void |
removeAll()
|
void |
removeByOrganizationId(long organizationId)
|
OrgLabor |
updateImpl(OrgLabor orgLabor,
boolean merge)
|
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
clearCache, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, getListeners, registerListener, remove, remove, unregisterListener, update |
cacheResult
void cacheResult(OrgLabor orgLabor)
cacheResult
void cacheResult(java.util.List<OrgLabor> orgLabors)
create
OrgLabor create(long orgLaborId)
remove
OrgLabor remove(long orgLaborId)
throws NoSuchOrgLaborException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
NoSuchOrgLaborException
com.liferay.portal.kernel.exception.SystemException
updateImpl
OrgLabor updateImpl(OrgLabor orgLabor,
boolean merge)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByPrimaryKey
OrgLabor findByPrimaryKey(long orgLaborId)
throws NoSuchOrgLaborException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
NoSuchOrgLaborException
com.liferay.portal.kernel.exception.SystemException
fetchByPrimaryKey
OrgLabor fetchByPrimaryKey(long orgLaborId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByOrganizationId
java.util.List<OrgLabor> findByOrganizationId(long organizationId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByOrganizationId
java.util.List<OrgLabor> findByOrganizationId(long organizationId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByOrganizationId
java.util.List<OrgLabor> findByOrganizationId(long organizationId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByOrganizationId_First
OrgLabor findByOrganizationId_First(long organizationId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws NoSuchOrgLaborException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
NoSuchOrgLaborException
com.liferay.portal.kernel.exception.SystemException
findByOrganizationId_Last
OrgLabor findByOrganizationId_Last(long organizationId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws NoSuchOrgLaborException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
NoSuchOrgLaborException
com.liferay.portal.kernel.exception.SystemException
findByOrganizationId_PrevAndNext
OrgLabor[] findByOrganizationId_PrevAndNext(long orgLaborId,
long organizationId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws NoSuchOrgLaborException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
NoSuchOrgLaborException
com.liferay.portal.kernel.exception.SystemException
findAll
java.util.List<OrgLabor> findAll()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findAll
java.util.List<OrgLabor> findAll(int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findAll
java.util.List<OrgLabor> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByOrganizationId
void removeByOrganizationId(long organizationId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeAll
void removeAll()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByOrganizationId
int countByOrganizationId(long organizationId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countAll
int countAll()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException