Class ObjectDefinitionLocalServiceWrapper

java.lang.Object
com.liferay.object.service.ObjectDefinitionLocalServiceWrapper
All Implemented Interfaces:
ObjectDefinitionLocalService, com.liferay.portal.kernel.service.BaseLocalService, com.liferay.portal.kernel.service.PersistedModelLocalService, com.liferay.portal.kernel.service.ServiceWrapper<ObjectDefinitionLocalService>

public class ObjectDefinitionLocalServiceWrapper extends Object implements ObjectDefinitionLocalService, com.liferay.portal.kernel.service.ServiceWrapper<ObjectDefinitionLocalService>
Provides a wrapper for ObjectDefinitionLocalService.
See Also:
Generated:
  • Constructor Details

    • ObjectDefinitionLocalServiceWrapper

      public ObjectDefinitionLocalServiceWrapper()
    • ObjectDefinitionLocalServiceWrapper

      public ObjectDefinitionLocalServiceWrapper(ObjectDefinitionLocalService objectDefinitionLocalService)
  • Method Details

    • addCustomObjectDefinition

      public ObjectDefinition addCustomObjectDefinition(long userId, long objectFolderId, String className, boolean enableComments, boolean enableFriendlyURLCustomization, boolean enableIndexSearch, boolean enableLocalization, boolean enableObjectEntryDraft, Map<Locale,String> labelMap, String name, String panelAppOrder, String panelCategoryKey, Map<Locale,String> pluralLabelMap, boolean portlet, String scope, String storageType, List<ObjectField> objectFields) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      addCustomObjectDefinition in interface ObjectDefinitionLocalService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • addObjectDefinition

      public ObjectDefinition addObjectDefinition(ObjectDefinition objectDefinition)
      Adds the object definition to the database. Also notifies the appropriate model listeners.

      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.

      Specified by:
      addObjectDefinition in interface ObjectDefinitionLocalService
      Parameters:
      objectDefinition - the object definition
      Returns:
      the object definition that was added
    • addObjectDefinition

      public ObjectDefinition addObjectDefinition(String externalReferenceCode, long userId, long objectFolderId, boolean modifiable, String scope, boolean system) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      addObjectDefinition in interface ObjectDefinitionLocalService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • addOrUpdateSystemObjectDefinition

      public ObjectDefinition addOrUpdateSystemObjectDefinition(long companyId, long objectFolderId, SystemObjectDefinitionManager systemObjectDefinitionManager) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      addOrUpdateSystemObjectDefinition in interface ObjectDefinitionLocalService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • addSystemObjectDefinition

      public ObjectDefinition addSystemObjectDefinition(String externalReferenceCode, long userId, long objectFolderId, String className, String dbTableName, boolean enableComments, boolean enableFriendlyURLCustomization, boolean enableIndexSearch, boolean enableLocalization, Map<Locale,String> labelMap, boolean modifiable, String name, String panelAppOrder, String panelCategoryKey, String pkObjectFieldDBColumnName, String pkObjectFieldName, Map<Locale,String> pluralLabelMap, boolean portlet, String scope, String titleObjectFieldName, int version, int status, List<ObjectField> objectFields) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      addSystemObjectDefinition in interface ObjectDefinitionLocalService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • createObjectDefinition

      public ObjectDefinition createObjectDefinition(long objectDefinitionId)
      Creates a new object definition with the primary key. Does not add the object definition to the database.
      Specified by:
      createObjectDefinition in interface ObjectDefinitionLocalService
      Parameters:
      objectDefinitionId - the primary key for the new object definition
      Returns:
      the new object definition
    • createPersistedModel

      public com.liferay.portal.kernel.model.PersistedModel createPersistedModel(Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      createPersistedModel in interface ObjectDefinitionLocalService
      Specified by:
      createPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalService
      Throws:
      PortalException
      com.liferay.portal.kernel.exception.PortalException
    • deleteCompanyObjectDefinitions

      public void deleteCompanyObjectDefinitions(long companyId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      deleteCompanyObjectDefinitions in interface ObjectDefinitionLocalService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteObjectDefinition

      public ObjectDefinition deleteObjectDefinition(long objectDefinitionId) throws com.liferay.portal.kernel.exception.PortalException
      Deletes the object definition with the primary key from the database. Also notifies the appropriate model listeners.

      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.

      Specified by:
      deleteObjectDefinition in interface ObjectDefinitionLocalService
      Parameters:
      objectDefinitionId - the primary key of the object definition
      Returns:
      the object definition that was removed
      Throws:
      PortalException - if a object definition with the primary key could not be found
      com.liferay.portal.kernel.exception.PortalException
    • deleteObjectDefinition

      public ObjectDefinition deleteObjectDefinition(ObjectDefinition objectDefinition) throws com.liferay.portal.kernel.exception.PortalException
      Deletes the object definition from the database. Also notifies the appropriate model listeners.

      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.

      Specified by:
      deleteObjectDefinition in interface ObjectDefinitionLocalService
      Parameters:
      objectDefinition - the object definition
      Returns:
      the object definition that was removed
      Throws:
      PortalException
      com.liferay.portal.kernel.exception.PortalException
    • deletePersistedModel

      public com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      deletePersistedModel in interface ObjectDefinitionLocalService
      Specified by:
      deletePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalService
      Throws:
      PortalException
      com.liferay.portal.kernel.exception.PortalException
    • deployInactiveObjectDefinition

      public void deployInactiveObjectDefinition(ObjectDefinition objectDefinition)
      Specified by:
      deployInactiveObjectDefinition in interface ObjectDefinitionLocalService
    • deployObjectDefinition

      public void deployObjectDefinition(ObjectDefinition objectDefinition)
      Specified by:
      deployObjectDefinition in interface ObjectDefinitionLocalService
    • deployObjectDefinitions

      public void deployObjectDefinitions()
      Specified by:
      deployObjectDefinitions in interface ObjectDefinitionLocalService
    • dslQuery

      public <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
      Specified by:
      dslQuery in interface ObjectDefinitionLocalService
      Specified by:
      dslQuery in interface com.liferay.portal.kernel.service.PersistedModelLocalService
    • dslQueryCount

      public int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
      Specified by:
      dslQueryCount in interface ObjectDefinitionLocalService
      Specified by:
      dslQueryCount in interface com.liferay.portal.kernel.service.PersistedModelLocalService
    • dynamicQuery

      public com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
      Specified by:
      dynamicQuery in interface ObjectDefinitionLocalService
    • dynamicQuery

      public <T> List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
      Performs a dynamic query on the database and returns the matching rows.
      Specified by:
      dynamicQuery in interface ObjectDefinitionLocalService
      Parameters:
      dynamicQuery - the dynamic query
      Returns:
      the matching rows
    • dynamicQuery

      public <T> 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.

      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.

      Specified by:
      dynamicQuery in interface ObjectDefinitionLocalService
      Parameters:
      dynamicQuery - the dynamic query
      start - the lower bound of the range of model instances
      end - the upper bound of the range of model instances (not inclusive)
      Returns:
      the range of matching rows
    • dynamicQuery

      public <T> 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.

      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.

      Specified by:
      dynamicQuery in interface ObjectDefinitionLocalService
      Parameters:
      dynamicQuery - the dynamic query
      start - the lower bound of the range of model instances
      end - the upper bound of the range of model instances (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching rows
    • dynamicQueryCount

      public long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
      Returns the number of rows matching the dynamic query.
      Specified by:
      dynamicQueryCount in interface ObjectDefinitionLocalService
      Parameters:
      dynamicQuery - the dynamic query
      Returns:
      the number of rows matching the dynamic query
    • dynamicQueryCount

      public 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.
      Specified by:
      dynamicQueryCount in interface ObjectDefinitionLocalService
      Parameters:
      dynamicQuery - the dynamic query
      projection - the projection to apply to the query
      Returns:
      the number of rows matching the dynamic query
    • enableAccountEntryRestricted

      public ObjectDefinition enableAccountEntryRestricted(ObjectRelationship objectRelationship) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      enableAccountEntryRestricted in interface ObjectDefinitionLocalService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • enableAccountEntryRestrictedForNondefaultStorageType

      public ObjectDefinition enableAccountEntryRestrictedForNondefaultStorageType(ObjectField objectField) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      enableAccountEntryRestrictedForNondefaultStorageType in interface ObjectDefinitionLocalService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • fetchObjectDefinition

      public ObjectDefinition fetchObjectDefinition(long objectDefinitionId)
      Specified by:
      fetchObjectDefinition in interface ObjectDefinitionLocalService
    • fetchObjectDefinition

      public ObjectDefinition fetchObjectDefinition(long companyId, String name)
      Specified by:
      fetchObjectDefinition in interface ObjectDefinitionLocalService
    • fetchObjectDefinitionByClassName

      public ObjectDefinition fetchObjectDefinitionByClassName(long companyId, String className)
      Specified by:
      fetchObjectDefinitionByClassName in interface ObjectDefinitionLocalService
    • fetchObjectDefinitionByExternalReferenceCode

      public ObjectDefinition fetchObjectDefinitionByExternalReferenceCode(String externalReferenceCode, long companyId)
      Specified by:
      fetchObjectDefinitionByExternalReferenceCode in interface ObjectDefinitionLocalService
    • fetchObjectDefinitionByUuidAndCompanyId

      public ObjectDefinition fetchObjectDefinitionByUuidAndCompanyId(String uuid, long companyId)
      Returns the object definition with the matching UUID and company.
      Specified by:
      fetchObjectDefinitionByUuidAndCompanyId in interface ObjectDefinitionLocalService
      Parameters:
      uuid - the object definition's UUID
      companyId - the primary key of the company
      Returns:
      the matching object definition, or null if a matching object definition could not be found
    • fetchSystemObjectDefinition

      public ObjectDefinition fetchSystemObjectDefinition(long companyId, String name)
      Specified by:
      fetchSystemObjectDefinition in interface ObjectDefinitionLocalService
    • getActionableDynamicQuery

      public com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
      Specified by:
      getActionableDynamicQuery in interface ObjectDefinitionLocalService
    • getBoundObjectDefinitions

      public List<ObjectDefinition> getBoundObjectDefinitions(long companyId, long rootObjectDefinitionId)
      Specified by:
      getBoundObjectDefinitions in interface ObjectDefinitionLocalService
    • getCustomObjectDefinitions

      public List<ObjectDefinition> getCustomObjectDefinitions(int status)
      Specified by:
      getCustomObjectDefinitions in interface ObjectDefinitionLocalService
    • getExportActionableDynamicQuery

      public com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext)
      Specified by:
      getExportActionableDynamicQuery in interface ObjectDefinitionLocalService
    • getIndexableActionableDynamicQuery

      public com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
      Specified by:
      getIndexableActionableDynamicQuery in interface ObjectDefinitionLocalService
    • getObjectDefinition

      public ObjectDefinition getObjectDefinition(long objectDefinitionId) throws com.liferay.portal.kernel.exception.PortalException
      Returns the object definition with the primary key.
      Specified by:
      getObjectDefinition in interface ObjectDefinitionLocalService
      Parameters:
      objectDefinitionId - the primary key of the object definition
      Returns:
      the object definition
      Throws:
      PortalException - if a object definition with the primary key could not be found
      com.liferay.portal.kernel.exception.PortalException
    • getObjectDefinition

      public ObjectDefinition getObjectDefinition(long companyId, String name) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getObjectDefinition in interface ObjectDefinitionLocalService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getObjectDefinitionByExternalReferenceCode

      public ObjectDefinition getObjectDefinitionByExternalReferenceCode(String externalReferenceCode, long companyId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getObjectDefinitionByExternalReferenceCode in interface ObjectDefinitionLocalService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getObjectDefinitionByUuidAndCompanyId

      public ObjectDefinition getObjectDefinitionByUuidAndCompanyId(String uuid, long companyId) throws com.liferay.portal.kernel.exception.PortalException
      Returns the object definition with the matching UUID and company.
      Specified by:
      getObjectDefinitionByUuidAndCompanyId in interface ObjectDefinitionLocalService
      Parameters:
      uuid - the object definition's UUID
      companyId - the primary key of the company
      Returns:
      the matching object definition
      Throws:
      PortalException - if a matching object definition could not be found
      com.liferay.portal.kernel.exception.PortalException
    • getObjectDefinitions

      public List<ObjectDefinition> getObjectDefinitions(boolean accountEntryRestricted)
      Specified by:
      getObjectDefinitions in interface ObjectDefinitionLocalService
    • getObjectDefinitions

      public List<ObjectDefinition> getObjectDefinitions(int start, int end)
      Returns a range of all the object definitions.

      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.

      Specified by:
      getObjectDefinitions in interface ObjectDefinitionLocalService
      Parameters:
      start - the lower bound of the range of object definitions
      end - the upper bound of the range of object definitions (not inclusive)
      Returns:
      the range of object definitions
    • getObjectDefinitions

      public List<ObjectDefinition> getObjectDefinitions(long companyId, boolean active, boolean system, int status)
      Specified by:
      getObjectDefinitions in interface ObjectDefinitionLocalService
    • getObjectDefinitions

      public List<ObjectDefinition> getObjectDefinitions(long companyId, boolean active, int status)
      Specified by:
      getObjectDefinitions in interface ObjectDefinitionLocalService
    • getObjectDefinitions

      public List<ObjectDefinition> getObjectDefinitions(long companyId, int status)
      Specified by:
      getObjectDefinitions in interface ObjectDefinitionLocalService
    • getObjectDefinitionsCount

      public int getObjectDefinitionsCount()
      Returns the number of object definitions.
      Specified by:
      getObjectDefinitionsCount in interface ObjectDefinitionLocalService
      Returns:
      the number of object definitions
    • getObjectDefinitionsCount

      public int getObjectDefinitionsCount(long companyId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getObjectDefinitionsCount in interface ObjectDefinitionLocalService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getObjectFolderObjectDefinitions

      public List<ObjectDefinition> getObjectFolderObjectDefinitions(long objectFolderId)
      Specified by:
      getObjectFolderObjectDefinitions in interface ObjectDefinitionLocalService
    • getObjectFolderObjectDefinitionsCount

      public int getObjectFolderObjectDefinitionsCount(long objectFolderId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getObjectFolderObjectDefinitionsCount in interface ObjectDefinitionLocalService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getOSGiServiceIdentifier

      public String getOSGiServiceIdentifier()
      Returns the OSGi service identifier.
      Specified by:
      getOSGiServiceIdentifier in interface ObjectDefinitionLocalService
      Returns:
      the OSGi service identifier
    • getPersistedModel

      public com.liferay.portal.kernel.model.PersistedModel getPersistedModel(Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getPersistedModel in interface ObjectDefinitionLocalService
      Specified by:
      getPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalService
      Throws:
      PortalException
      com.liferay.portal.kernel.exception.PortalException
    • getSystemObjectDefinitions

      public List<ObjectDefinition> getSystemObjectDefinitions()
      Specified by:
      getSystemObjectDefinitions in interface ObjectDefinitionLocalService
    • getUnmodifiableSystemObjectDefinitions

      public List<ObjectDefinition> getUnmodifiableSystemObjectDefinitions(long companyId)
      Specified by:
      getUnmodifiableSystemObjectDefinitions in interface ObjectDefinitionLocalService
    • hasObjectRelationship

      public boolean hasObjectRelationship(long objectDefinitionId)
      Specified by:
      hasObjectRelationship in interface ObjectDefinitionLocalService
    • publishCustomObjectDefinition

      public ObjectDefinition publishCustomObjectDefinition(long userId, long objectDefinitionId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      publishCustomObjectDefinition in interface ObjectDefinitionLocalService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • publishSystemObjectDefinition

      public ObjectDefinition publishSystemObjectDefinition(long userId, long objectDefinitionId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      publishSystemObjectDefinition in interface ObjectDefinitionLocalService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • undeployObjectDefinition

      public void undeployObjectDefinition(ObjectDefinition objectDefinition)
      Specified by:
      undeployObjectDefinition in interface ObjectDefinitionLocalService
    • updateCustomObjectDefinition

      public ObjectDefinition updateCustomObjectDefinition(String externalReferenceCode, long objectDefinitionId, long accountEntryRestrictedObjectFieldId, long descriptionObjectFieldId, long objectFolderId, long titleObjectFieldId, boolean accountEntryRestricted, boolean active, String className, boolean enableCategorization, boolean enableComments, boolean enableFriendlyURLCustomization, boolean enableIndexSearch, boolean enableLocalization, boolean enableObjectEntryDraft, boolean enableObjectEntryHistory, Map<Locale,String> labelMap, String name, String panelAppOrder, String panelCategoryKey, boolean portlet, Map<Locale,String> pluralLabelMap, String scope, int status) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      updateCustomObjectDefinition in interface ObjectDefinitionLocalService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateExternalReferenceCode

      public ObjectDefinition updateExternalReferenceCode(long objectDefinitionId, String externalReferenceCode) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      updateExternalReferenceCode in interface ObjectDefinitionLocalService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateObjectDefinition

      public ObjectDefinition updateObjectDefinition(ObjectDefinition objectDefinition)
      Updates the object definition in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.

      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.

      Specified by:
      updateObjectDefinition in interface ObjectDefinitionLocalService
      Parameters:
      objectDefinition - the object definition
      Returns:
      the object definition that was updated
    • updateObjectFolderId

      public ObjectDefinition updateObjectFolderId(long objectDefinitionId, long objectFolderId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      updateObjectFolderId in interface ObjectDefinitionLocalService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updatePortlet

      public ObjectDefinition updatePortlet(long objectDefinitionId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      updatePortlet in interface ObjectDefinitionLocalService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateRootDescendantNodeObjectDefinition

      public ObjectDefinition updateRootDescendantNodeObjectDefinition(ObjectDefinition objectDefinition, long rootObjectDefinitionId)
      Specified by:
      updateRootDescendantNodeObjectDefinition in interface ObjectDefinitionLocalService
    • updateRootObjectDefinitionId

      public ObjectDefinition updateRootObjectDefinitionId(long objectDefinitionId, long rootObjectDefinitionId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      updateRootObjectDefinitionId in interface ObjectDefinitionLocalService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateSystemObjectDefinition

      public ObjectDefinition updateSystemObjectDefinition(String externalReferenceCode, long objectDefinitionId, long objectFolderId, long titleObjectFieldId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      updateSystemObjectDefinition in interface ObjectDefinitionLocalService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateTitleObjectFieldId

      public ObjectDefinition updateTitleObjectFieldId(long objectDefinitionId, long titleObjectFieldId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      updateTitleObjectFieldId in interface ObjectDefinitionLocalService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateUserId

      public void updateUserId(long companyId, long oldUserId, long newUserId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      updateUserId in interface ObjectDefinitionLocalService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getBasePersistence

      public com.liferay.portal.kernel.service.persistence.BasePersistence<?> getBasePersistence()
      Specified by:
      getBasePersistence in interface com.liferay.portal.kernel.service.PersistedModelLocalService
    • getWrappedService

      public ObjectDefinitionLocalService getWrappedService()
      Specified by:
      getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<ObjectDefinitionLocalService>
    • setWrappedService

      public void setWrappedService(ObjectDefinitionLocalService objectDefinitionLocalService)
      Specified by:
      setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<ObjectDefinitionLocalService>