public class ObjectDefinitionLocalServiceWrapper extends java.lang.Object implements ObjectDefinitionLocalService, com.liferay.portal.kernel.service.ServiceWrapper<ObjectDefinitionLocalService>
ObjectDefinitionLocalService.ObjectDefinitionLocalService| Constructor and Description |
|---|
ObjectDefinitionLocalServiceWrapper() |
ObjectDefinitionLocalServiceWrapper(ObjectDefinitionLocalService objectDefinitionLocalService) |
| Modifier and Type | Method and Description |
|---|---|
ObjectDefinition |
addCustomObjectDefinition(long userId,
java.util.Map<java.util.Locale,java.lang.String> labelMap,
java.lang.String name,
java.lang.String panelAppOrder,
java.lang.String panelCategoryKey,
java.util.Map<java.util.Locale,java.lang.String> pluralLabelMap,
java.lang.String scope,
java.lang.String storageType,
java.util.List<ObjectField> objectFields) |
ObjectDefinition |
addObjectDefinition(ObjectDefinition objectDefinition)
Adds the object definition to the database.
|
ObjectDefinition |
addObjectDefinition(java.lang.String externalReferenceCode,
long userId) |
ObjectDefinition |
addOrUpdateSystemObjectDefinition(long companyId,
SystemObjectDefinitionMetadata systemObjectDefinitionMetadata) |
ObjectDefinition |
addSystemObjectDefinition(long userId,
java.lang.String className,
java.lang.String dbTableName,
java.util.Map<java.util.Locale,java.lang.String> labelMap,
java.lang.String name,
java.lang.String pkObjectFieldDBColumnName,
java.lang.String pkObjectFieldName,
java.util.Map<java.util.Locale,java.lang.String> pluralLabelMap,
java.lang.String scope,
int version,
java.util.List<ObjectField> objectFields) |
ObjectDefinition |
createObjectDefinition(long objectDefinitionId)
Creates a new object definition with the primary key.
|
com.liferay.portal.kernel.model.PersistedModel |
createPersistedModel(java.io.Serializable primaryKeyObj) |
void |
deleteCompanyObjectDefinitions(long companyId) |
ObjectDefinition |
deleteObjectDefinition(long objectDefinitionId)
Deletes the object definition with the primary key from the database.
|
ObjectDefinition |
deleteObjectDefinition(ObjectDefinition objectDefinition)
Deletes the object definition from the database.
|
com.liferay.portal.kernel.model.PersistedModel |
deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) |
void |
deployObjectDefinition(ObjectDefinition objectDefinition) |
<T> T |
dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) |
int |
dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) |
com.liferay.portal.kernel.dao.orm.DynamicQuery |
dynamicQuery() |
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows.
|
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows.
|
long |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
long |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
Returns the number of rows matching the dynamic query.
|
ObjectDefinition |
fetchObjectDefinition(long objectDefinitionId) |
ObjectDefinition |
fetchObjectDefinition(long companyId,
java.lang.String name) |
ObjectDefinition |
fetchObjectDefinitionByClassName(long companyId,
java.lang.String className) |
ObjectDefinition |
fetchObjectDefinitionByExternalReferenceCode(long companyId,
java.lang.String externalReferenceCode)
Returns the object definition with the matching external reference code and company.
|
ObjectDefinition |
fetchObjectDefinitionByReferenceCode(long companyId,
java.lang.String externalReferenceCode)
Deprecated.
As of Cavanaugh (7.4.x), replaced by
fetchObjectDefinitionByExternalReferenceCode(long, String) |
ObjectDefinition |
fetchObjectDefinitionByUuidAndCompanyId(java.lang.String uuid,
long companyId)
Returns the object definition with the matching UUID and company.
|
ObjectDefinition |
fetchSystemObjectDefinition(java.lang.String name) |
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
java.util.List<ObjectDefinition> |
getCustomObjectDefinitions(int status) |
com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery |
getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext) |
com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
ObjectDefinition |
getObjectDefinition(long objectDefinitionId)
Returns the object definition with the primary key.
|
ObjectDefinition |
getObjectDefinitionByExternalReferenceCode(long companyId,
java.lang.String externalReferenceCode)
Returns the object definition with the matching external reference code and company.
|
ObjectDefinition |
getObjectDefinitionByUuidAndCompanyId(java.lang.String uuid,
long companyId)
Returns the object definition with the matching UUID and company.
|
java.util.List<ObjectDefinition> |
getObjectDefinitions(int start,
int end)
Returns a range of all the object definitions.
|
java.util.List<ObjectDefinition> |
getObjectDefinitions(long companyId,
boolean active,
boolean system,
int status) |
java.util.List<ObjectDefinition> |
getObjectDefinitions(long companyId,
boolean active,
int status) |
int |
getObjectDefinitionsCount()
Returns the number of object definitions.
|
int |
getObjectDefinitionsCount(long companyId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.portal.kernel.model.PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
java.util.List<ObjectDefinition> |
getSystemObjectDefinitions() |
ObjectDefinitionLocalService |
getWrappedService() |
boolean |
hasObjectRelationship(long objectDefinitionId) |
ObjectDefinition |
publishCustomObjectDefinition(long userId,
long objectDefinitionId) |
void |
setWrappedService(ObjectDefinitionLocalService objectDefinitionLocalService) |
void |
undeployObjectDefinition(ObjectDefinition objectDefinition) |
ObjectDefinition |
updateCustomObjectDefinition(java.lang.String externalReferenceCode,
long objectDefinitionId,
long accountEntryRestrictedObjectFieldId,
long descriptionObjectFieldId,
long titleObjectFieldId,
boolean accountEntryRestricted,
boolean active,
boolean enableCategorization,
boolean enableComments,
boolean enableObjectEntryHistory,
java.util.Map<java.util.Locale,java.lang.String> labelMap,
java.lang.String name,
java.lang.String panelAppOrder,
java.lang.String panelCategoryKey,
boolean portlet,
java.util.Map<java.util.Locale,java.lang.String> pluralLabelMap,
java.lang.String scope) |
ObjectDefinition |
updateExternalReferenceCode(long objectDefinitionId,
java.lang.String externalReferenceCode) |
ObjectDefinition |
updateObjectDefinition(ObjectDefinition objectDefinition)
Updates the object definition in the database or adds it if it does not yet exist.
|
ObjectDefinition |
updateSystemObjectDefinition(java.lang.String externalReferenceCode,
long objectDefinitionId,
long titleObjectFieldId) |
ObjectDefinition |
updateTitleObjectFieldId(long objectDefinitionId,
long titleObjectFieldId) |
public ObjectDefinitionLocalServiceWrapper()
public ObjectDefinitionLocalServiceWrapper(ObjectDefinitionLocalService objectDefinitionLocalService)
public ObjectDefinition addCustomObjectDefinition(long userId, java.util.Map<java.util.Locale,java.lang.String> labelMap, java.lang.String name, java.lang.String panelAppOrder, java.lang.String panelCategoryKey, java.util.Map<java.util.Locale,java.lang.String> pluralLabelMap, java.lang.String scope, java.lang.String storageType, java.util.List<ObjectField> objectFields) throws com.liferay.portal.kernel.exception.PortalException
addCustomObjectDefinition in interface ObjectDefinitionLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic ObjectDefinition addObjectDefinition(ObjectDefinition objectDefinition)
Important: Inspect ObjectDefinitionLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
addObjectDefinition in interface ObjectDefinitionLocalServiceobjectDefinition - the object definitionpublic ObjectDefinition addObjectDefinition(java.lang.String externalReferenceCode, long userId) throws com.liferay.portal.kernel.exception.PortalException
addObjectDefinition in interface ObjectDefinitionLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic ObjectDefinition addOrUpdateSystemObjectDefinition(long companyId, SystemObjectDefinitionMetadata systemObjectDefinitionMetadata) throws com.liferay.portal.kernel.exception.PortalException
addOrUpdateSystemObjectDefinition in interface ObjectDefinitionLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic ObjectDefinition addSystemObjectDefinition(long userId, java.lang.String className, java.lang.String dbTableName, java.util.Map<java.util.Locale,java.lang.String> labelMap, java.lang.String name, java.lang.String pkObjectFieldDBColumnName, java.lang.String pkObjectFieldName, java.util.Map<java.util.Locale,java.lang.String> pluralLabelMap, java.lang.String scope, int version, java.util.List<ObjectField> objectFields) throws com.liferay.portal.kernel.exception.PortalException
addSystemObjectDefinition in interface ObjectDefinitionLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic ObjectDefinition createObjectDefinition(long objectDefinitionId)
createObjectDefinition in interface ObjectDefinitionLocalServiceobjectDefinitionId - the primary key for the new object definitionpublic com.liferay.portal.kernel.model.PersistedModel createPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
createPersistedModel in interface ObjectDefinitionLocalServicecreatePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic void deleteCompanyObjectDefinitions(long companyId)
throws com.liferay.portal.kernel.exception.PortalException
deleteCompanyObjectDefinitions in interface ObjectDefinitionLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic ObjectDefinition deleteObjectDefinition(long objectDefinitionId) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect ObjectDefinitionLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
deleteObjectDefinition in interface ObjectDefinitionLocalServiceobjectDefinitionId - the primary key of the object definitionPortalException - if a object definition with the primary key could not be foundpublic ObjectDefinition deleteObjectDefinition(ObjectDefinition objectDefinition) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect ObjectDefinitionLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
deleteObjectDefinition in interface ObjectDefinitionLocalServiceobjectDefinition - the object definitionPortalExceptionpublic com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel)
throws com.liferay.portal.kernel.exception.PortalException
deletePersistedModel in interface ObjectDefinitionLocalServicedeletePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic void deployObjectDefinition(ObjectDefinition objectDefinition)
deployObjectDefinition in interface ObjectDefinitionLocalServicepublic <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQuery in interface ObjectDefinitionLocalServicedslQuery in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQueryCount in interface ObjectDefinitionLocalServicedslQueryCount in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface ObjectDefinitionLocalServicepublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery in interface ObjectDefinitionLocalServicedynamicQuery - the dynamic querypublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from com.liferay.object.model.impl.ObjectDefinitionModelImpl.
dynamicQuery in interface ObjectDefinitionLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)public <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<T> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from com.liferay.object.model.impl.ObjectDefinitionModelImpl.
dynamicQuery in interface ObjectDefinitionLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQueryCount in interface ObjectDefinitionLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount in interface ObjectDefinitionLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic ObjectDefinition fetchObjectDefinition(long objectDefinitionId)
fetchObjectDefinition in interface ObjectDefinitionLocalServicepublic ObjectDefinition fetchObjectDefinition(long companyId, java.lang.String name)
fetchObjectDefinition in interface ObjectDefinitionLocalServicepublic ObjectDefinition fetchObjectDefinitionByClassName(long companyId, java.lang.String className)
fetchObjectDefinitionByClassName in interface ObjectDefinitionLocalServicepublic ObjectDefinition fetchObjectDefinitionByExternalReferenceCode(long companyId, java.lang.String externalReferenceCode)
fetchObjectDefinitionByExternalReferenceCode in interface ObjectDefinitionLocalServicecompanyId - the primary key of the companyexternalReferenceCode - the object definition's external reference codenull if a matching object definition could not be found@Deprecated public ObjectDefinition fetchObjectDefinitionByReferenceCode(long companyId, java.lang.String externalReferenceCode)
fetchObjectDefinitionByExternalReferenceCode(long, String)fetchObjectDefinitionByReferenceCode in interface ObjectDefinitionLocalServicepublic ObjectDefinition fetchObjectDefinitionByUuidAndCompanyId(java.lang.String uuid, long companyId)
fetchObjectDefinitionByUuidAndCompanyId in interface ObjectDefinitionLocalServiceuuid - the object definition's UUIDcompanyId - the primary key of the companynull if a matching object definition could not be foundpublic ObjectDefinition fetchSystemObjectDefinition(java.lang.String name)
fetchSystemObjectDefinition in interface ObjectDefinitionLocalServicepublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface ObjectDefinitionLocalServicepublic java.util.List<ObjectDefinition> getCustomObjectDefinitions(int status)
getCustomObjectDefinitions in interface ObjectDefinitionLocalServicepublic com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext)
getExportActionableDynamicQuery in interface ObjectDefinitionLocalServicepublic com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface ObjectDefinitionLocalServicepublic ObjectDefinition getObjectDefinition(long objectDefinitionId) throws com.liferay.portal.kernel.exception.PortalException
getObjectDefinition in interface ObjectDefinitionLocalServiceobjectDefinitionId - the primary key of the object definitionPortalException - if a object definition with the primary key could not be foundpublic ObjectDefinition getObjectDefinitionByExternalReferenceCode(long companyId, java.lang.String externalReferenceCode) throws com.liferay.portal.kernel.exception.PortalException
getObjectDefinitionByExternalReferenceCode in interface ObjectDefinitionLocalServicecompanyId - the primary key of the companyexternalReferenceCode - the object definition's external reference codePortalException - if a matching object definition could not be foundpublic ObjectDefinition getObjectDefinitionByUuidAndCompanyId(java.lang.String uuid, long companyId) throws com.liferay.portal.kernel.exception.PortalException
getObjectDefinitionByUuidAndCompanyId in interface ObjectDefinitionLocalServiceuuid - the object definition's UUIDcompanyId - the primary key of the companyPortalException - if a matching object definition could not be foundpublic java.util.List<ObjectDefinition> getObjectDefinitions(int start, int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from com.liferay.object.model.impl.ObjectDefinitionModelImpl.
getObjectDefinitions in interface ObjectDefinitionLocalServicestart - the lower bound of the range of object definitionsend - the upper bound of the range of object definitions (not inclusive)public java.util.List<ObjectDefinition> getObjectDefinitions(long companyId, boolean active, boolean system, int status)
getObjectDefinitions in interface ObjectDefinitionLocalServicepublic java.util.List<ObjectDefinition> getObjectDefinitions(long companyId, boolean active, int status)
getObjectDefinitions in interface ObjectDefinitionLocalServicepublic int getObjectDefinitionsCount()
getObjectDefinitionsCount in interface ObjectDefinitionLocalServicepublic int getObjectDefinitionsCount(long companyId)
throws com.liferay.portal.kernel.exception.PortalException
getObjectDefinitionsCount in interface ObjectDefinitionLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface ObjectDefinitionLocalServicepublic com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel in interface ObjectDefinitionLocalServicegetPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic java.util.List<ObjectDefinition> getSystemObjectDefinitions()
getSystemObjectDefinitions in interface ObjectDefinitionLocalServicepublic boolean hasObjectRelationship(long objectDefinitionId)
hasObjectRelationship in interface ObjectDefinitionLocalServicepublic ObjectDefinition publishCustomObjectDefinition(long userId, long objectDefinitionId) throws com.liferay.portal.kernel.exception.PortalException
publishCustomObjectDefinition in interface ObjectDefinitionLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void undeployObjectDefinition(ObjectDefinition objectDefinition)
undeployObjectDefinition in interface ObjectDefinitionLocalServicepublic ObjectDefinition updateCustomObjectDefinition(java.lang.String externalReferenceCode, long objectDefinitionId, long accountEntryRestrictedObjectFieldId, long descriptionObjectFieldId, long titleObjectFieldId, boolean accountEntryRestricted, boolean active, boolean enableCategorization, boolean enableComments, boolean enableObjectEntryHistory, java.util.Map<java.util.Locale,java.lang.String> labelMap, java.lang.String name, java.lang.String panelAppOrder, java.lang.String panelCategoryKey, boolean portlet, java.util.Map<java.util.Locale,java.lang.String> pluralLabelMap, java.lang.String scope) throws com.liferay.portal.kernel.exception.PortalException
updateCustomObjectDefinition in interface ObjectDefinitionLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic ObjectDefinition updateExternalReferenceCode(long objectDefinitionId, java.lang.String externalReferenceCode) throws com.liferay.portal.kernel.exception.PortalException
updateExternalReferenceCode in interface ObjectDefinitionLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic ObjectDefinition updateObjectDefinition(ObjectDefinition objectDefinition)
Important: Inspect ObjectDefinitionLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
updateObjectDefinition in interface ObjectDefinitionLocalServiceobjectDefinition - the object definitionpublic ObjectDefinition updateSystemObjectDefinition(java.lang.String externalReferenceCode, long objectDefinitionId, long titleObjectFieldId) throws com.liferay.portal.kernel.exception.PortalException
updateSystemObjectDefinition in interface ObjectDefinitionLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic ObjectDefinition updateTitleObjectFieldId(long objectDefinitionId, long titleObjectFieldId) throws com.liferay.portal.kernel.exception.PortalException
updateTitleObjectFieldId in interface ObjectDefinitionLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic ObjectDefinitionLocalService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<ObjectDefinitionLocalService>public void setWrappedService(ObjectDefinitionLocalService objectDefinitionLocalService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<ObjectDefinitionLocalService>