|
Liferay 6.0.3 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of OrgLabor in com.liferay.portal.model |
|---|
| Classes in com.liferay.portal.model that implement OrgLabor | |
|---|---|
class |
OrgLaborWrapper
This class is a wrapper for OrgLabor. |
| Methods in com.liferay.portal.model that return OrgLabor | |
|---|---|
OrgLabor |
OrgLaborWrapper.getWrappedOrgLabor()
|
OrgLabor |
OrgLaborWrapper.toEscapedModel()
|
OrgLabor |
OrgLaborModel.toEscapedModel()
|
| Methods in com.liferay.portal.model with parameters of type OrgLabor | |
|---|---|
int |
OrgLaborWrapper.compareTo(OrgLabor orgLabor)
|
int |
OrgLaborModel.compareTo(OrgLabor orgLabor)
|
static OrgLaborSoap |
OrgLaborSoap.toSoapModel(OrgLabor model)
|
static OrgLaborSoap[] |
OrgLaborSoap.toSoapModels(OrgLabor[] models)
|
static OrgLaborSoap[][] |
OrgLaborSoap.toSoapModels(OrgLabor[][] models)
|
| Method parameters in com.liferay.portal.model with type arguments of type OrgLabor | |
|---|---|
static OrgLaborSoap[] |
OrgLaborSoap.toSoapModels(List<OrgLabor> models)
|
| Constructors in com.liferay.portal.model with parameters of type OrgLabor | |
|---|---|
OrgLaborWrapper(OrgLabor orgLabor)
|
|
| Uses of OrgLabor in com.liferay.portal.model.impl |
|---|
| Classes in com.liferay.portal.model.impl that implement OrgLabor | |
|---|---|
class |
OrgLaborImpl
|
| Methods in com.liferay.portal.model.impl that return OrgLabor | |
|---|---|
OrgLabor |
OrgLaborModelImpl.toEscapedModel()
|
static OrgLabor |
OrgLaborModelImpl.toModel(OrgLaborSoap soapModel)
|
| Methods in com.liferay.portal.model.impl that return types with arguments of type OrgLabor | |
|---|---|
static List<OrgLabor> |
OrgLaborModelImpl.toModels(OrgLaborSoap[] soapModels)
|
| Methods in com.liferay.portal.model.impl with parameters of type OrgLabor | |
|---|---|
int |
OrgLaborModelImpl.compareTo(OrgLabor orgLabor)
|
| Uses of OrgLabor in com.liferay.portal.service |
|---|
| Methods in com.liferay.portal.service that return OrgLabor | |
|---|---|
OrgLabor |
OrgLaborServiceWrapper.addOrgLabor(long organizationId,
int typeId,
int sunOpen,
int sunClose,
int monOpen,
int monClose,
int tueOpen,
int tueClose,
int wedOpen,
int wedClose,
int thuOpen,
int thuClose,
int friOpen,
int friClose,
int satOpen,
int satClose)
|
static OrgLabor |
OrgLaborServiceUtil.addOrgLabor(long organizationId,
int typeId,
int sunOpen,
int sunClose,
int monOpen,
int monClose,
int tueOpen,
int tueClose,
int wedOpen,
int wedClose,
int thuOpen,
int thuClose,
int friOpen,
int friClose,
int satOpen,
int satClose)
|
OrgLabor |
OrgLaborService.addOrgLabor(long organizationId,
int typeId,
int sunOpen,
int sunClose,
int monOpen,
int monClose,
int tueOpen,
int tueClose,
int wedOpen,
int wedClose,
int thuOpen,
int thuClose,
int friOpen,
int friClose,
int satOpen,
int satClose)
|
OrgLabor |
OrgLaborLocalServiceWrapper.addOrgLabor(long organizationId,
int typeId,
int sunOpen,
int sunClose,
int monOpen,
int monClose,
int tueOpen,
int tueClose,
int wedOpen,
int wedClose,
int thuOpen,
int thuClose,
int friOpen,
int friClose,
int satOpen,
int satClose)
|
static OrgLabor |
OrgLaborLocalServiceUtil.addOrgLabor(long organizationId,
int typeId,
int sunOpen,
int sunClose,
int monOpen,
int monClose,
int tueOpen,
int tueClose,
int wedOpen,
int wedClose,
int thuOpen,
int thuClose,
int friOpen,
int friClose,
int satOpen,
int satClose)
|
OrgLabor |
OrgLaborLocalService.addOrgLabor(long organizationId,
int typeId,
int sunOpen,
int sunClose,
int monOpen,
int monClose,
int tueOpen,
int tueClose,
int wedOpen,
int wedClose,
int thuOpen,
int thuClose,
int friOpen,
int friClose,
int satOpen,
int satClose)
|
OrgLabor |
OrgLaborLocalServiceWrapper.addOrgLabor(OrgLabor orgLabor)
|
static OrgLabor |
OrgLaborLocalServiceUtil.addOrgLabor(OrgLabor orgLabor)
|
OrgLabor |
OrgLaborLocalService.addOrgLabor(OrgLabor orgLabor)
|
OrgLabor |
OrgLaborLocalServiceWrapper.createOrgLabor(long orgLaborId)
|
static OrgLabor |
OrgLaborLocalServiceUtil.createOrgLabor(long orgLaborId)
|
OrgLabor |
OrgLaborLocalService.createOrgLabor(long orgLaborId)
|
OrgLabor |
OrgLaborServiceWrapper.getOrgLabor(long orgLaborId)
|
static OrgLabor |
OrgLaborServiceUtil.getOrgLabor(long orgLaborId)
|
OrgLabor |
OrgLaborService.getOrgLabor(long orgLaborId)
|
OrgLabor |
OrgLaborLocalServiceWrapper.getOrgLabor(long orgLaborId)
|
static OrgLabor |
OrgLaborLocalServiceUtil.getOrgLabor(long orgLaborId)
|
OrgLabor |
OrgLaborLocalService.getOrgLabor(long orgLaborId)
|
OrgLabor |
OrgLaborServiceWrapper.updateOrgLabor(long orgLaborId,
int typeId,
int sunOpen,
int sunClose,
int monOpen,
int monClose,
int tueOpen,
int tueClose,
int wedOpen,
int wedClose,
int thuOpen,
int thuClose,
int friOpen,
int friClose,
int satOpen,
int satClose)
|
static OrgLabor |
OrgLaborServiceUtil.updateOrgLabor(long orgLaborId,
int typeId,
int sunOpen,
int sunClose,
int monOpen,
int monClose,
int tueOpen,
int tueClose,
int wedOpen,
int wedClose,
int thuOpen,
int thuClose,
int friOpen,
int friClose,
int satOpen,
int satClose)
|
OrgLabor |
OrgLaborService.updateOrgLabor(long orgLaborId,
int typeId,
int sunOpen,
int sunClose,
int monOpen,
int monClose,
int tueOpen,
int tueClose,
int wedOpen,
int wedClose,
int thuOpen,
int thuClose,
int friOpen,
int friClose,
int satOpen,
int satClose)
|
OrgLabor |
OrgLaborLocalServiceWrapper.updateOrgLabor(long orgLaborId,
int typeId,
int sunOpen,
int sunClose,
int monOpen,
int monClose,
int tueOpen,
int tueClose,
int wedOpen,
int wedClose,
int thuOpen,
int thuClose,
int friOpen,
int friClose,
int satOpen,
int satClose)
|
static OrgLabor |
OrgLaborLocalServiceUtil.updateOrgLabor(long orgLaborId,
int typeId,
int sunOpen,
int sunClose,
int monOpen,
int monClose,
int tueOpen,
int tueClose,
int wedOpen,
int wedClose,
int thuOpen,
int thuClose,
int friOpen,
int friClose,
int satOpen,
int satClose)
|
OrgLabor |
OrgLaborLocalService.updateOrgLabor(long orgLaborId,
int typeId,
int sunOpen,
int sunClose,
int monOpen,
int monClose,
int tueOpen,
int tueClose,
int wedOpen,
int wedClose,
int thuOpen,
int thuClose,
int friOpen,
int friClose,
int satOpen,
int satClose)
|
OrgLabor |
OrgLaborLocalServiceWrapper.updateOrgLabor(OrgLabor orgLabor)
|
static OrgLabor |
OrgLaborLocalServiceUtil.updateOrgLabor(OrgLabor orgLabor)
|
OrgLabor |
OrgLaborLocalService.updateOrgLabor(OrgLabor orgLabor)
|
OrgLabor |
OrgLaborLocalServiceWrapper.updateOrgLabor(OrgLabor orgLabor,
boolean merge)
|
static OrgLabor |
OrgLaborLocalServiceUtil.updateOrgLabor(OrgLabor orgLabor,
boolean merge)
|
OrgLabor |
OrgLaborLocalService.updateOrgLabor(OrgLabor orgLabor,
boolean merge)
|
| Methods in com.liferay.portal.service that return types with arguments of type OrgLabor | |
|---|---|
List<OrgLabor> |
OrgLaborLocalServiceWrapper.getOrgLabors(int start,
int end)
|
static List<OrgLabor> |
OrgLaborLocalServiceUtil.getOrgLabors(int start,
int end)
|
List<OrgLabor> |
OrgLaborLocalService.getOrgLabors(int start,
int end)
|
List<OrgLabor> |
OrgLaborServiceWrapper.getOrgLabors(long organizationId)
|
static List<OrgLabor> |
OrgLaborServiceUtil.getOrgLabors(long organizationId)
|
List<OrgLabor> |
OrgLaborService.getOrgLabors(long organizationId)
|
List<OrgLabor> |
OrgLaborLocalServiceWrapper.getOrgLabors(long organizationId)
|
static List<OrgLabor> |
OrgLaborLocalServiceUtil.getOrgLabors(long organizationId)
|
List<OrgLabor> |
OrgLaborLocalService.getOrgLabors(long organizationId)
|
| Methods in com.liferay.portal.service with parameters of type OrgLabor | |
|---|---|
OrgLabor |
OrgLaborLocalServiceWrapper.addOrgLabor(OrgLabor orgLabor)
|
static OrgLabor |
OrgLaborLocalServiceUtil.addOrgLabor(OrgLabor orgLabor)
|
OrgLabor |
OrgLaborLocalService.addOrgLabor(OrgLabor orgLabor)
|
void |
OrgLaborLocalServiceWrapper.deleteOrgLabor(OrgLabor orgLabor)
|
static void |
OrgLaborLocalServiceUtil.deleteOrgLabor(OrgLabor orgLabor)
|
void |
OrgLaborLocalService.deleteOrgLabor(OrgLabor orgLabor)
|
OrgLabor |
OrgLaborLocalServiceWrapper.updateOrgLabor(OrgLabor orgLabor)
|
static OrgLabor |
OrgLaborLocalServiceUtil.updateOrgLabor(OrgLabor orgLabor)
|
OrgLabor |
OrgLaborLocalService.updateOrgLabor(OrgLabor orgLabor)
|
OrgLabor |
OrgLaborLocalServiceWrapper.updateOrgLabor(OrgLabor orgLabor,
boolean merge)
|
static OrgLabor |
OrgLaborLocalServiceUtil.updateOrgLabor(OrgLabor orgLabor,
boolean merge)
|
OrgLabor |
OrgLaborLocalService.updateOrgLabor(OrgLabor orgLabor,
boolean merge)
|
| Method parameters in com.liferay.portal.service with type arguments of type OrgLabor | |
|---|---|
Organization |
OrganizationServiceWrapper.addOrganization(long parentOrganizationId,
String name,
String type,
boolean recursable,
long regionId,
long countryId,
int statusId,
String comments,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<OrgLabor> orgLabors,
List<Phone> phones,
List<Website> websites,
ServiceContext serviceContext)
|
static Organization |
OrganizationServiceUtil.addOrganization(long parentOrganizationId,
String name,
String type,
boolean recursable,
long regionId,
long countryId,
int statusId,
String comments,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<OrgLabor> orgLabors,
List<Phone> phones,
List<Website> websites,
ServiceContext serviceContext)
|
Organization |
OrganizationService.addOrganization(long parentOrganizationId,
String name,
String type,
boolean recursable,
long regionId,
long countryId,
int statusId,
String comments,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<OrgLabor> orgLabors,
List<Phone> phones,
List<Website> websites,
ServiceContext serviceContext)
|
Organization |
OrganizationServiceWrapper.updateOrganization(long organizationId,
long parentOrganizationId,
String name,
String type,
boolean recursable,
long regionId,
long countryId,
int statusId,
String comments,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<OrgLabor> orgLabors,
List<Phone> phones,
List<Website> websites,
ServiceContext serviceContext)
|
static Organization |
OrganizationServiceUtil.updateOrganization(long organizationId,
long parentOrganizationId,
String name,
String type,
boolean recursable,
long regionId,
long countryId,
int statusId,
String comments,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<OrgLabor> orgLabors,
List<Phone> phones,
List<Website> websites,
ServiceContext serviceContext)
|
Organization |
OrganizationService.updateOrganization(long organizationId,
long parentOrganizationId,
String name,
String type,
boolean recursable,
long regionId,
long countryId,
int statusId,
String comments,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<OrgLabor> orgLabors,
List<Phone> phones,
List<Website> websites,
ServiceContext serviceContext)
|
| Uses of OrgLabor in com.liferay.portal.service.base |
|---|
| Methods in com.liferay.portal.service.base that return OrgLabor | |
|---|---|
OrgLabor |
OrgLaborLocalServiceBaseImpl.addOrgLabor(OrgLabor orgLabor)
|
OrgLabor |
OrgLaborLocalServiceBaseImpl.createOrgLabor(long orgLaborId)
|
OrgLabor |
OrgLaborLocalServiceBaseImpl.getOrgLabor(long orgLaborId)
|
OrgLabor |
OrgLaborLocalServiceBaseImpl.updateOrgLabor(OrgLabor orgLabor)
|
OrgLabor |
OrgLaborLocalServiceBaseImpl.updateOrgLabor(OrgLabor orgLabor,
boolean merge)
|
| Methods in com.liferay.portal.service.base that return types with arguments of type OrgLabor | |
|---|---|
List<OrgLabor> |
OrgLaborLocalServiceBaseImpl.getOrgLabors(int start,
int end)
|
| Methods in com.liferay.portal.service.base with parameters of type OrgLabor | |
|---|---|
OrgLabor |
OrgLaborLocalServiceBaseImpl.addOrgLabor(OrgLabor orgLabor)
|
void |
OrgLaborLocalServiceBaseImpl.deleteOrgLabor(OrgLabor orgLabor)
|
OrgLabor |
OrgLaborLocalServiceBaseImpl.updateOrgLabor(OrgLabor orgLabor)
|
OrgLabor |
OrgLaborLocalServiceBaseImpl.updateOrgLabor(OrgLabor orgLabor,
boolean merge)
|
| Uses of OrgLabor in com.liferay.portal.service.http |
|---|
| Methods in com.liferay.portal.service.http that return OrgLabor | |
|---|---|
static OrgLabor |
OrgLaborServiceHttp.addOrgLabor(HttpPrincipal httpPrincipal,
long organizationId,
int typeId,
int sunOpen,
int sunClose,
int monOpen,
int monClose,
int tueOpen,
int tueClose,
int wedOpen,
int wedClose,
int thuOpen,
int thuClose,
int friOpen,
int friClose,
int satOpen,
int satClose)
|
static OrgLabor |
OrgLaborServiceHttp.getOrgLabor(HttpPrincipal httpPrincipal,
long orgLaborId)
|
static OrgLabor |
OrgLaborServiceHttp.updateOrgLabor(HttpPrincipal httpPrincipal,
long orgLaborId,
int typeId,
int sunOpen,
int sunClose,
int monOpen,
int monClose,
int tueOpen,
int tueClose,
int wedOpen,
int wedClose,
int thuOpen,
int thuClose,
int friOpen,
int friClose,
int satOpen,
int satClose)
|
| Methods in com.liferay.portal.service.http that return types with arguments of type OrgLabor | |
|---|---|
static List<OrgLabor> |
OrgLaborServiceHttp.getOrgLabors(HttpPrincipal httpPrincipal,
long organizationId)
|
| Methods in com.liferay.portal.service.http with parameters of type OrgLabor | |
|---|---|
static JSONArray |
OrgLaborJSONSerializer.toJSONArray(OrgLabor[] models)
|
static JSONArray |
OrgLaborJSONSerializer.toJSONArray(OrgLabor[][] models)
|
static JSONObject |
OrgLaborJSONSerializer.toJSONObject(OrgLabor model)
|
| Method parameters in com.liferay.portal.service.http with type arguments of type OrgLabor | |
|---|---|
static Organization |
OrganizationServiceHttp.addOrganization(HttpPrincipal httpPrincipal,
long parentOrganizationId,
String name,
String type,
boolean recursable,
long regionId,
long countryId,
int statusId,
String comments,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<OrgLabor> orgLabors,
List<Phone> phones,
List<Website> websites,
ServiceContext serviceContext)
|
static JSONArray |
OrgLaborJSONSerializer.toJSONArray(List<OrgLabor> models)
|
static Organization |
OrganizationServiceHttp.updateOrganization(HttpPrincipal httpPrincipal,
long organizationId,
long parentOrganizationId,
String name,
String type,
boolean recursable,
long regionId,
long countryId,
int statusId,
String comments,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<OrgLabor> orgLabors,
List<Phone> phones,
List<Website> websites,
ServiceContext serviceContext)
|
| Uses of OrgLabor in com.liferay.portal.service.impl |
|---|
| Methods in com.liferay.portal.service.impl that return OrgLabor | |
|---|---|
OrgLabor |
OrgLaborServiceImpl.addOrgLabor(long organizationId,
int typeId,
int sunOpen,
int sunClose,
int monOpen,
int monClose,
int tueOpen,
int tueClose,
int wedOpen,
int wedClose,
int thuOpen,
int thuClose,
int friOpen,
int friClose,
int satOpen,
int satClose)
|
OrgLabor |
OrgLaborLocalServiceImpl.addOrgLabor(long organizationId,
int typeId,
int sunOpen,
int sunClose,
int monOpen,
int monClose,
int tueOpen,
int tueClose,
int wedOpen,
int wedClose,
int thuOpen,
int thuClose,
int friOpen,
int friClose,
int satOpen,
int satClose)
|
OrgLabor |
OrgLaborServiceImpl.getOrgLabor(long orgLaborId)
|
OrgLabor |
OrgLaborLocalServiceImpl.getOrgLabor(long orgLaborId)
|
OrgLabor |
OrgLaborServiceImpl.updateOrgLabor(long orgLaborId,
int typeId,
int sunOpen,
int sunClose,
int monOpen,
int monClose,
int tueOpen,
int tueClose,
int wedOpen,
int wedClose,
int thuOpen,
int thuClose,
int friOpen,
int friClose,
int satOpen,
int satClose)
|
OrgLabor |
OrgLaborLocalServiceImpl.updateOrgLabor(long orgLaborId,
int typeId,
int sunOpen,
int sunClose,
int monOpen,
int monClose,
int tueOpen,
int tueClose,
int wedOpen,
int wedClose,
int thuOpen,
int thuClose,
int friOpen,
int friClose,
int satOpen,
int satClose)
|
| Methods in com.liferay.portal.service.impl that return types with arguments of type OrgLabor | |
|---|---|
List<OrgLabor> |
OrgLaborServiceImpl.getOrgLabors(long organizationId)
|
List<OrgLabor> |
OrgLaborLocalServiceImpl.getOrgLabors(long organizationId)
|
| Method parameters in com.liferay.portal.service.impl with type arguments of type OrgLabor | |
|---|---|
Organization |
OrganizationServiceImpl.addOrganization(long parentOrganizationId,
String name,
String type,
boolean recursable,
long regionId,
long countryId,
int statusId,
String comments,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<OrgLabor> orgLabors,
List<Phone> phones,
List<Website> websites,
ServiceContext serviceContext)
|
Organization |
OrganizationServiceImpl.updateOrganization(long organizationId,
long parentOrganizationId,
String name,
String type,
boolean recursable,
long regionId,
long countryId,
int statusId,
String comments,
List<Address> addresses,
List<EmailAddress> emailAddresses,
List<OrgLabor> orgLabors,
List<Phone> phones,
List<Website> websites,
ServiceContext serviceContext)
|
| Uses of OrgLabor in com.liferay.portal.service.persistence |
|---|
| Methods in com.liferay.portal.service.persistence that return OrgLabor | |
|---|---|
static OrgLabor |
OrgLaborUtil.create(long orgLaborId)
|
OrgLabor |
OrgLaborPersistence.create(long orgLaborId)
|
OrgLabor |
OrgLaborPersistenceImpl.create(long orgLaborId)
|
static OrgLabor |
OrgLaborUtil.fetchByPrimaryKey(long orgLaborId)
|
OrgLabor |
OrgLaborPersistence.fetchByPrimaryKey(long orgLaborId)
|
OrgLabor |
OrgLaborPersistenceImpl.fetchByPrimaryKey(long orgLaborId)
|
OrgLabor |
OrgLaborPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
|
static OrgLabor |
OrgLaborUtil.findByOrganizationId_First(long organizationId,
OrderByComparator orderByComparator)
|
OrgLabor |
OrgLaborPersistence.findByOrganizationId_First(long organizationId,
OrderByComparator orderByComparator)
|
OrgLabor |
OrgLaborPersistenceImpl.findByOrganizationId_First(long organizationId,
OrderByComparator orderByComparator)
|
static OrgLabor |
OrgLaborUtil.findByOrganizationId_Last(long organizationId,
OrderByComparator orderByComparator)
|
OrgLabor |
OrgLaborPersistence.findByOrganizationId_Last(long organizationId,
OrderByComparator orderByComparator)
|
OrgLabor |
OrgLaborPersistenceImpl.findByOrganizationId_Last(long organizationId,
OrderByComparator orderByComparator)
|
static OrgLabor[] |
OrgLaborUtil.findByOrganizationId_PrevAndNext(long orgLaborId,
long organizationId,
OrderByComparator orderByComparator)
|
OrgLabor[] |
OrgLaborPersistence.findByOrganizationId_PrevAndNext(long orgLaborId,
long organizationId,
OrderByComparator orderByComparator)
|
OrgLabor[] |
OrgLaborPersistenceImpl.findByOrganizationId_PrevAndNext(long orgLaborId,
long organizationId,
OrderByComparator orderByComparator)
|
static OrgLabor |
OrgLaborUtil.findByPrimaryKey(long orgLaborId)
|
OrgLabor |
OrgLaborPersistence.findByPrimaryKey(long orgLaborId)
|
OrgLabor |
OrgLaborPersistenceImpl.findByPrimaryKey(long orgLaborId)
|
OrgLabor |
OrgLaborPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
|
protected OrgLabor |
OrgLaborPersistenceImpl.getByOrganizationId_PrevAndNext(Session session,
OrgLabor orgLabor,
long organizationId,
OrderByComparator orderByComparator,
boolean previous)
|
static OrgLabor |
OrgLaborUtil.remove(long orgLaborId)
|
OrgLabor |
OrgLaborPersistence.remove(long orgLaborId)
|
OrgLabor |
OrgLaborPersistenceImpl.remove(long orgLaborId)
|
static OrgLabor |
OrgLaborUtil.remove(OrgLabor orgLabor)
|
OrgLabor |
OrgLaborPersistenceImpl.remove(Serializable primaryKey)
|
protected OrgLabor |
OrgLaborPersistenceImpl.removeImpl(OrgLabor orgLabor)
|
protected OrgLabor |
OrgLaborPersistenceImpl.toUnwrappedModel(OrgLabor orgLabor)
|
static OrgLabor |
OrgLaborUtil.update(OrgLabor orgLabor,
boolean merge)
|
static OrgLabor |
OrgLaborUtil.update(OrgLabor orgLabor,
boolean merge,
ServiceContext serviceContext)
|
static OrgLabor |
OrgLaborUtil.updateImpl(OrgLabor orgLabor,
boolean merge)
|
OrgLabor |
OrgLaborPersistence.updateImpl(OrgLabor orgLabor,
boolean merge)
|
OrgLabor |
OrgLaborPersistenceImpl.updateImpl(OrgLabor orgLabor,
boolean merge)
|
| Methods in com.liferay.portal.service.persistence that return types with arguments of type OrgLabor | |
|---|---|
static List<OrgLabor> |
OrgLaborUtil.findAll()
|
List<OrgLabor> |
OrgLaborPersistence.findAll()
|
List<OrgLabor> |
OrgLaborPersistenceImpl.findAll()
|
static List<OrgLabor> |
OrgLaborUtil.findAll(int start,
int end)
|
List<OrgLabor> |
OrgLaborPersistence.findAll(int start,
int end)
|
List<OrgLabor> |
OrgLaborPersistenceImpl.findAll(int start,
int end)
|
static List<OrgLabor> |
OrgLaborUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
|
List<OrgLabor> |
OrgLaborPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
|
List<OrgLabor> |
OrgLaborPersistenceImpl.findAll(int start,
int end,
OrderByComparator orderByComparator)
|
static List<OrgLabor> |
OrgLaborUtil.findByOrganizationId(long organizationId)
|
List<OrgLabor> |
OrgLaborPersistence.findByOrganizationId(long organizationId)
|
List<OrgLabor> |
OrgLaborPersistenceImpl.findByOrganizationId(long organizationId)
|
static List<OrgLabor> |
OrgLaborUtil.findByOrganizationId(long organizationId,
int start,
int end)
|
List<OrgLabor> |
OrgLaborPersistence.findByOrganizationId(long organizationId,
int start,
int end)
|
List<OrgLabor> |
OrgLaborPersistenceImpl.findByOrganizationId(long organizationId,
int start,
int end)
|
static List<OrgLabor> |
OrgLaborUtil.findByOrganizationId(long organizationId,
int start,
int end,
OrderByComparator orderByComparator)
|
List<OrgLabor> |
OrgLaborPersistence.findByOrganizationId(long organizationId,
int start,
int end,
OrderByComparator orderByComparator)
|
List<OrgLabor> |
OrgLaborPersistenceImpl.findByOrganizationId(long organizationId,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<OrgLabor> |
OrgLaborUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<OrgLabor> |
OrgLaborUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<OrgLabor> |
OrgLaborUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
| Methods in com.liferay.portal.service.persistence with parameters of type OrgLabor | |
|---|---|
static void |
OrgLaborUtil.cacheResult(OrgLabor orgLabor)
|
void |
OrgLaborPersistence.cacheResult(OrgLabor orgLabor)
|
void |
OrgLaborPersistenceImpl.cacheResult(OrgLabor orgLabor)
|
static void |
OrgLaborUtil.clearCache(OrgLabor orgLabor)
|
void |
OrgLaborPersistenceImpl.clearCache(OrgLabor orgLabor)
|
protected OrgLabor |
OrgLaborPersistenceImpl.getByOrganizationId_PrevAndNext(Session session,
OrgLabor orgLabor,
long organizationId,
OrderByComparator orderByComparator,
boolean previous)
|
static OrgLabor |
OrgLaborUtil.remove(OrgLabor orgLabor)
|
protected OrgLabor |
OrgLaborPersistenceImpl.removeImpl(OrgLabor orgLabor)
|
protected OrgLabor |
OrgLaborPersistenceImpl.toUnwrappedModel(OrgLabor orgLabor)
|
static OrgLabor |
OrgLaborUtil.update(OrgLabor orgLabor,
boolean merge)
|
static OrgLabor |
OrgLaborUtil.update(OrgLabor orgLabor,
boolean merge,
ServiceContext serviceContext)
|
static OrgLabor |
OrgLaborUtil.updateImpl(OrgLabor orgLabor,
boolean merge)
|
OrgLabor |
OrgLaborPersistence.updateImpl(OrgLabor orgLabor,
boolean merge)
|
OrgLabor |
OrgLaborPersistenceImpl.updateImpl(OrgLabor orgLabor,
boolean merge)
|
| Method parameters in com.liferay.portal.service.persistence with type arguments of type OrgLabor | |
|---|---|
static void |
OrgLaborUtil.cacheResult(List<OrgLabor> orgLabors)
|
void |
OrgLaborPersistence.cacheResult(List<OrgLabor> orgLabors)
|
void |
OrgLaborPersistenceImpl.cacheResult(List<OrgLabor> orgLabors)
|
| Uses of OrgLabor in com.liferay.portlet.enterpriseadmin.util |
|---|
| Methods in com.liferay.portlet.enterpriseadmin.util that return types with arguments of type OrgLabor | |
|---|---|
static List<OrgLabor> |
EnterpriseAdminUtil.getOrgLabors(ActionRequest actionRequest)
|
List<OrgLabor> |
EnterpriseAdmin.getOrgLabors(ActionRequest actionRequest)
|
List<OrgLabor> |
EnterpriseAdminImpl.getOrgLabors(ActionRequest actionRequest)
|
| Method parameters in com.liferay.portlet.enterpriseadmin.util with type arguments of type OrgLabor | |
|---|---|
static void |
EnterpriseAdminUtil.updateOrgLabors(long classPK,
List<OrgLabor> orgLabors)
|
void |
EnterpriseAdmin.updateOrgLabors(long classPK,
List<OrgLabor> orgLabors)
|
void |
EnterpriseAdminImpl.updateOrgLabors(long classPK,
List<OrgLabor> orgLabors)
|
|
Liferay 6.0.3 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||