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,
boolean enableComments,
boolean enableLocalization,
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,
SystemObjectDefinitionManager systemObjectDefinitionManager) |
ObjectDefinition |
addSystemObjectDefinition(long userId,
java.lang.String className,
java.lang.String dbTableName,
boolean enableComments,
java.util.Map<java.util.Locale,java.lang.String> labelMap,
boolean modifiable,
java.lang.String name,
java.lang.String panelAppOrder,
java.lang.String panelCategoryKey,
java.lang.String pkObjectFieldDBColumnName,
java.lang.String pkObjectFieldName,
java.util.Map<java.util.Locale,java.lang.String> pluralLabelMap,
java.lang.String scope,
java.lang.String titleObjectFieldName,
int version,
int status,
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 |
enableAccountEntryRestricted(ObjectRelationship objectRelationship) |
ObjectDefinition |
fetchObjectDefinition(long objectDefinitionId) |
ObjectDefinition |
fetchObjectDefinition(long companyId,
java.lang.String name) |
ObjectDefinition |
fetchObjectDefinitionByClassName(long companyId,
java.lang.String className) |
ObjectDefinition |
fetchObjectDefinitionByExternalReferenceCode(java.lang.String externalReferenceCode,
long companyId) |
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() |
com.liferay.portal.kernel.service.persistence.BasePersistence<?> |
getBasePersistence() |
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() |
java.util.List<ObjectDefinition> |
getModifiableObjectDefinitions(long companyId,
boolean active,
int status) |
ObjectDefinition |
getObjectDefinition(long objectDefinitionId)
Returns the object definition with the primary key.
|
ObjectDefinition |
getObjectDefinitionByExternalReferenceCode(java.lang.String externalReferenceCode,
long companyId) |
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) |
ObjectDefinition |
publishSystemObjectDefinition(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 enableLocalization,
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, boolean enableComments, boolean enableLocalization, 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 ObjectDefinitionLocalService
com.liferay.portal.kernel.exception.PortalException
public 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 ObjectDefinitionLocalService
objectDefinition
- the object definitionpublic ObjectDefinition addObjectDefinition(java.lang.String externalReferenceCode, long userId) throws com.liferay.portal.kernel.exception.PortalException
addObjectDefinition
in interface ObjectDefinitionLocalService
com.liferay.portal.kernel.exception.PortalException
public ObjectDefinition addOrUpdateSystemObjectDefinition(long companyId, SystemObjectDefinitionManager systemObjectDefinitionManager) throws com.liferay.portal.kernel.exception.PortalException
addOrUpdateSystemObjectDefinition
in interface ObjectDefinitionLocalService
com.liferay.portal.kernel.exception.PortalException
public ObjectDefinition addSystemObjectDefinition(long userId, java.lang.String className, java.lang.String dbTableName, boolean enableComments, java.util.Map<java.util.Locale,java.lang.String> labelMap, boolean modifiable, java.lang.String name, java.lang.String panelAppOrder, java.lang.String panelCategoryKey, java.lang.String pkObjectFieldDBColumnName, java.lang.String pkObjectFieldName, java.util.Map<java.util.Locale,java.lang.String> pluralLabelMap, java.lang.String scope, java.lang.String titleObjectFieldName, int version, int status, java.util.List<ObjectField> objectFields) throws com.liferay.portal.kernel.exception.PortalException
addSystemObjectDefinition
in interface ObjectDefinitionLocalService
com.liferay.portal.kernel.exception.PortalException
public ObjectDefinition createObjectDefinition(long objectDefinitionId)
createObjectDefinition
in interface ObjectDefinitionLocalService
objectDefinitionId
- 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 ObjectDefinitionLocalService
createPersistedModel
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
PortalException
public void deleteCompanyObjectDefinitions(long companyId) throws com.liferay.portal.kernel.exception.PortalException
deleteCompanyObjectDefinitions
in interface ObjectDefinitionLocalService
com.liferay.portal.kernel.exception.PortalException
public 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 ObjectDefinitionLocalService
objectDefinitionId
- 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 ObjectDefinitionLocalService
objectDefinition
- the object definitionPortalException
public com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) throws com.liferay.portal.kernel.exception.PortalException
deletePersistedModel
in interface ObjectDefinitionLocalService
deletePersistedModel
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
PortalException
public void deployObjectDefinition(ObjectDefinition objectDefinition)
deployObjectDefinition
in interface ObjectDefinitionLocalService
public <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQuery
in interface ObjectDefinitionLocalService
dslQuery
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
public int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQueryCount
in interface ObjectDefinitionLocalService
dslQueryCount
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
public com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery
in interface ObjectDefinitionLocalService
public <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery
in interface ObjectDefinitionLocalService
dynamicQuery
- 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 ObjectDefinitionLocalService
dynamicQuery
- 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 ObjectDefinitionLocalService
dynamicQuery
- 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 ObjectDefinitionLocalService
dynamicQuery
- the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount
in interface ObjectDefinitionLocalService
dynamicQuery
- the dynamic queryprojection
- the projection to apply to the querypublic ObjectDefinition enableAccountEntryRestricted(ObjectRelationship objectRelationship) throws com.liferay.portal.kernel.exception.PortalException
enableAccountEntryRestricted
in interface ObjectDefinitionLocalService
com.liferay.portal.kernel.exception.PortalException
public ObjectDefinition fetchObjectDefinition(long objectDefinitionId)
fetchObjectDefinition
in interface ObjectDefinitionLocalService
public ObjectDefinition fetchObjectDefinition(long companyId, java.lang.String name)
fetchObjectDefinition
in interface ObjectDefinitionLocalService
public ObjectDefinition fetchObjectDefinitionByClassName(long companyId, java.lang.String className)
fetchObjectDefinitionByClassName
in interface ObjectDefinitionLocalService
public ObjectDefinition fetchObjectDefinitionByExternalReferenceCode(java.lang.String externalReferenceCode, long companyId)
fetchObjectDefinitionByExternalReferenceCode
in interface ObjectDefinitionLocalService
public ObjectDefinition fetchObjectDefinitionByUuidAndCompanyId(java.lang.String uuid, long companyId)
fetchObjectDefinitionByUuidAndCompanyId
in interface ObjectDefinitionLocalService
uuid
- 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 ObjectDefinitionLocalService
public com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery
in interface ObjectDefinitionLocalService
public java.util.List<ObjectDefinition> getCustomObjectDefinitions(int status)
getCustomObjectDefinitions
in interface ObjectDefinitionLocalService
public com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext)
getExportActionableDynamicQuery
in interface ObjectDefinitionLocalService
public com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery
in interface ObjectDefinitionLocalService
public java.util.List<ObjectDefinition> getModifiableObjectDefinitions(long companyId, boolean active, int status)
getModifiableObjectDefinitions
in interface ObjectDefinitionLocalService
public ObjectDefinition getObjectDefinition(long objectDefinitionId) throws com.liferay.portal.kernel.exception.PortalException
getObjectDefinition
in interface ObjectDefinitionLocalService
objectDefinitionId
- the primary key of the object definitionPortalException
- if a object definition with the primary key could not be foundpublic ObjectDefinition getObjectDefinitionByExternalReferenceCode(java.lang.String externalReferenceCode, long companyId) throws com.liferay.portal.kernel.exception.PortalException
getObjectDefinitionByExternalReferenceCode
in interface ObjectDefinitionLocalService
com.liferay.portal.kernel.exception.PortalException
public ObjectDefinition getObjectDefinitionByUuidAndCompanyId(java.lang.String uuid, long companyId) throws com.liferay.portal.kernel.exception.PortalException
getObjectDefinitionByUuidAndCompanyId
in interface ObjectDefinitionLocalService
uuid
- 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 ObjectDefinitionLocalService
start
- 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 ObjectDefinitionLocalService
public java.util.List<ObjectDefinition> getObjectDefinitions(long companyId, boolean active, int status)
getObjectDefinitions
in interface ObjectDefinitionLocalService
public int getObjectDefinitionsCount()
getObjectDefinitionsCount
in interface ObjectDefinitionLocalService
public int getObjectDefinitionsCount(long companyId) throws com.liferay.portal.kernel.exception.PortalException
getObjectDefinitionsCount
in interface ObjectDefinitionLocalService
com.liferay.portal.kernel.exception.PortalException
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface ObjectDefinitionLocalService
public com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel
in interface ObjectDefinitionLocalService
getPersistedModel
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
PortalException
public java.util.List<ObjectDefinition> getSystemObjectDefinitions()
getSystemObjectDefinitions
in interface ObjectDefinitionLocalService
public boolean hasObjectRelationship(long objectDefinitionId)
hasObjectRelationship
in interface ObjectDefinitionLocalService
public ObjectDefinition publishCustomObjectDefinition(long userId, long objectDefinitionId) throws com.liferay.portal.kernel.exception.PortalException
publishCustomObjectDefinition
in interface ObjectDefinitionLocalService
com.liferay.portal.kernel.exception.PortalException
public ObjectDefinition publishSystemObjectDefinition(long userId, long objectDefinitionId) throws com.liferay.portal.kernel.exception.PortalException
publishSystemObjectDefinition
in interface ObjectDefinitionLocalService
com.liferay.portal.kernel.exception.PortalException
public void undeployObjectDefinition(ObjectDefinition objectDefinition)
undeployObjectDefinition
in interface ObjectDefinitionLocalService
public ObjectDefinition updateCustomObjectDefinition(java.lang.String externalReferenceCode, long objectDefinitionId, long accountEntryRestrictedObjectFieldId, long descriptionObjectFieldId, long titleObjectFieldId, boolean accountEntryRestricted, boolean active, boolean enableCategorization, boolean enableComments, boolean enableLocalization, 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 ObjectDefinitionLocalService
com.liferay.portal.kernel.exception.PortalException
public ObjectDefinition updateExternalReferenceCode(long objectDefinitionId, java.lang.String externalReferenceCode) throws com.liferay.portal.kernel.exception.PortalException
updateExternalReferenceCode
in interface ObjectDefinitionLocalService
com.liferay.portal.kernel.exception.PortalException
public 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 ObjectDefinitionLocalService
objectDefinition
- the object definitionpublic ObjectDefinition updateSystemObjectDefinition(java.lang.String externalReferenceCode, long objectDefinitionId, long titleObjectFieldId) throws com.liferay.portal.kernel.exception.PortalException
updateSystemObjectDefinition
in interface ObjectDefinitionLocalService
com.liferay.portal.kernel.exception.PortalException
public ObjectDefinition updateTitleObjectFieldId(long objectDefinitionId, long titleObjectFieldId) throws com.liferay.portal.kernel.exception.PortalException
updateTitleObjectFieldId
in interface ObjectDefinitionLocalService
com.liferay.portal.kernel.exception.PortalException
public com.liferay.portal.kernel.service.persistence.BasePersistence<?> getBasePersistence()
getBasePersistence
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
public 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>