com.liferay.portal.service.persistence
Interface OrgLaborPersistence
- public interface OrgLaborPersistence
View Source
- Author:
- Brian Wing Shun Chan
Method Summary |
int |
countAll()
|
int |
countByOrganizationId(long organizationId)
|
OrgLabor |
create(long orgLaborId)
|
OrgLabor |
fetchByPrimaryKey(long orgLaborId)
|
java.util.List |
findAll()
|
java.util.List |
findAll(int begin,
int end)
|
java.util.List |
findAll(int begin,
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 |
findByOrganizationId(long organizationId)
|
java.util.List |
findByOrganizationId(long organizationId,
int begin,
int end)
|
java.util.List |
findByOrganizationId(long organizationId,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
OrgLabor |
findByPrimaryKey(long orgLaborId)
|
java.util.List |
findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
|
java.util.List |
findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
int begin,
int end)
|
OrgLabor |
remove(long orgLaborId)
|
OrgLabor |
remove(OrgLabor orgLabor)
|
void |
removeAll()
|
void |
removeByOrganizationId(long organizationId)
|
OrgLabor |
update(OrgLabor orgLabor)
|
OrgLabor |
update(OrgLabor orgLabor,
boolean merge)
|
OrgLabor |
updateImpl(OrgLabor orgLabor,
boolean merge)
|
create
public OrgLabor create(long orgLaborId)
remove
public OrgLabor remove(long orgLaborId)
throws com.liferay.portal.SystemException,
NoSuchOrgLaborException
- Throws:
com.liferay.portal.SystemException
NoSuchOrgLaborException
remove
public OrgLabor remove(OrgLabor orgLabor)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
update
public OrgLabor update(OrgLabor orgLabor)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
update
public OrgLabor update(OrgLabor orgLabor,
boolean merge)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
updateImpl
public OrgLabor updateImpl(OrgLabor orgLabor,
boolean merge)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByPrimaryKey
public OrgLabor findByPrimaryKey(long orgLaborId)
throws com.liferay.portal.SystemException,
NoSuchOrgLaborException
- Throws:
com.liferay.portal.SystemException
NoSuchOrgLaborException
fetchByPrimaryKey
public OrgLabor fetchByPrimaryKey(long orgLaborId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByOrganizationId
public java.util.List findByOrganizationId(long organizationId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByOrganizationId
public java.util.List findByOrganizationId(long organizationId,
int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByOrganizationId
public java.util.List findByOrganizationId(long organizationId,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByOrganizationId_First
public OrgLabor findByOrganizationId_First(long organizationId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchOrgLaborException
- Throws:
com.liferay.portal.SystemException
NoSuchOrgLaborException
findByOrganizationId_Last
public OrgLabor findByOrganizationId_Last(long organizationId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchOrgLaborException
- Throws:
com.liferay.portal.SystemException
NoSuchOrgLaborException
findByOrganizationId_PrevAndNext
public OrgLabor[] findByOrganizationId_PrevAndNext(long orgLaborId,
long organizationId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchOrgLaborException
- Throws:
com.liferay.portal.SystemException
NoSuchOrgLaborException
findWithDynamicQuery
public java.util.List findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findWithDynamicQuery
public java.util.List findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findAll
public java.util.List findAll()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findAll
public java.util.List findAll(int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findAll
public java.util.List findAll(int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
removeByOrganizationId
public void removeByOrganizationId(long organizationId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
removeAll
public void removeAll()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countByOrganizationId
public int countByOrganizationId(long organizationId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countAll
public int countAll()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException