Class ExpandoValueLocalServiceBaseImpl
- All Implemented Interfaces:
com.liferay.expando.kernel.service.ExpandoValueLocalService,com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService,com.liferay.portal.kernel.service.BaseLocalService,com.liferay.portal.kernel.service.change.tracking.CTService<com.liferay.expando.kernel.model.ExpandoValue>,com.liferay.portal.kernel.service.PersistedModelLocalService
- Direct Known Subclasses:
ExpandoValueLocalServiceImpl
This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in ExpandoValueLocalServiceImpl.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.liferay.counter.kernel.service.CounterLocalServiceprotected com.liferay.expando.kernel.service.ExpandoValueLocalServiceprotected com.liferay.expando.kernel.service.persistence.ExpandoValuePersistence -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.expando.kernel.model.ExpandoValueaddExpandoValue(com.liferay.expando.kernel.model.ExpandoValue expandoValue) Adds the expando value to the database.voidcom.liferay.expando.kernel.model.ExpandoValuecreateExpandoValue(long valueId) Creates a new expando value with the primary key.com.liferay.portal.kernel.model.PersistedModelcreatePersistedModel(Serializable primaryKeyObj) com.liferay.expando.kernel.model.ExpandoValuedeleteExpandoValue(long valueId) Deletes the expando value with the primary key from the database.com.liferay.expando.kernel.model.ExpandoValuedeleteExpandoValue(com.liferay.expando.kernel.model.ExpandoValue expandoValue) Deletes the expando value from the database.com.liferay.portal.kernel.model.PersistedModeldeletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) voiddestroy()<T> TdslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) intdslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) com.liferay.portal.kernel.dao.orm.DynamicQuery<T> List<T>dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<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.<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.longdynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.longdynamicQueryCount(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.com.liferay.expando.kernel.model.ExpandoValuefetchExpandoValue(long valueId) com.liferay.portal.kernel.dao.orm.ActionableDynamicQuerycom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.expando.kernel.model.ExpandoValue>com.liferay.counter.kernel.service.CounterLocalServiceReturns the counter local service.com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.expando.kernel.model.ExpandoValue>com.liferay.expando.kernel.model.ExpandoValuegetExpandoValue(long valueId) Returns the expando value with the primary key.com.liferay.expando.kernel.service.ExpandoValueLocalServiceReturns the expando value local service.com.liferay.expando.kernel.service.persistence.ExpandoValuePersistenceReturns the expando value persistence.List<com.liferay.expando.kernel.model.ExpandoValue>getExpandoValues(int start, int end) Returns a range of all the expando values.intReturns the number of expando values.com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQueryClass<com.liferay.expando.kernel.model.ExpandoValue>protected StringReturns the OSGi service identifier.com.liferay.portal.kernel.model.PersistedModelgetPersistedModel(Serializable primaryKeyObj) protected voidinitActionableDynamicQuery(com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery actionableDynamicQuery) protected voidPerforms a SQL query.voidsetCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService) Sets the counter local service.voidsetExpandoValueLocalService(com.liferay.expando.kernel.service.ExpandoValueLocalService expandoValueLocalService) Sets the expando value local service.voidsetExpandoValuePersistence(com.liferay.expando.kernel.service.persistence.ExpandoValuePersistence expandoValuePersistence) Sets the expando value persistence.com.liferay.expando.kernel.model.ExpandoValueupdateExpandoValue(com.liferay.expando.kernel.model.ExpandoValue expandoValue) Updates the expando value in the database or adds it if it does not yet exist.<R,E extends Throwable>
RupdateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.expando.kernel.model.ExpandoValue>, R, E> updateUnsafeFunction) Methods inherited from class com.liferay.portal.kernel.service.BaseLocalServiceImpl
getClassLoader, getLocalizationMapMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.liferay.expando.kernel.service.ExpandoValueLocalService
addValue, addValue, addValue, addValue, addValue, addValue, addValue, addValue, addValue, addValue, addValue, addValue, addValue, addValue, addValue, addValue, addValue, addValue, addValue, addValue, addValue, addValue, addValues, addValues, addValues, deleteColumnValues, deleteRowValues, deleteTableValues, deleteValue, deleteValue, deleteValue, deleteValue, deleteValue, deleteValues, deleteValues, getColumnValues, getColumnValues, getColumnValues, getColumnValues, getColumnValues, getColumnValuesCount, getColumnValuesCount, getColumnValuesCount, getColumnValuesCount, getColumnValuesCount, getData, getData, getData, getData, getData, getData, getData, getData, getData, getData, getData, getData, getData, getData, getData, getData, getData, getData, getData, getData, getData, getData, getDefaultTableColumnValues, getDefaultTableColumnValues, getDefaultTableColumnValuesCount, getDefaultTableColumnValuesCount, getRowValues, getRowValues, getRowValues, getRowValues, getRowValuesCount, getRowValuesCount, getRowValuesCount, getValue, getValue, getValue, getValue, getValueMethods inherited from interface com.liferay.portal.kernel.service.PersistedModelLocalService
fetchPersistedModel
-
Field Details
-
expandoValueLocalService
@BeanReference(type=com.liferay.expando.kernel.service.ExpandoValueLocalService.class) protected com.liferay.expando.kernel.service.ExpandoValueLocalService expandoValueLocalService -
expandoValuePersistence
@BeanReference(type=com.liferay.expando.kernel.service.persistence.ExpandoValuePersistence.class) protected com.liferay.expando.kernel.service.persistence.ExpandoValuePersistence expandoValuePersistence -
counterLocalService
@BeanReference(type=com.liferay.counter.kernel.service.CounterLocalService.class) protected com.liferay.counter.kernel.service.CounterLocalService counterLocalService
-
-
Constructor Details
-
ExpandoValueLocalServiceBaseImpl
public ExpandoValueLocalServiceBaseImpl()
-
-
Method Details
-
addExpandoValue
@Indexable(type=REINDEX) public com.liferay.expando.kernel.model.ExpandoValue addExpandoValue(com.liferay.expando.kernel.model.ExpandoValue expandoValue) Adds the expando value to the database. Also notifies the appropriate model listeners.Important: Inspect ExpandoValueLocalServiceImpl 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:
addExpandoValuein interfacecom.liferay.expando.kernel.service.ExpandoValueLocalService- Parameters:
expandoValue- the expando value- Returns:
- the expando value that was added
-
createExpandoValue
@Transactional(enabled=false) public com.liferay.expando.kernel.model.ExpandoValue createExpandoValue(long valueId) Creates a new expando value with the primary key. Does not add the expando value to the database.- Specified by:
createExpandoValuein interfacecom.liferay.expando.kernel.service.ExpandoValueLocalService- Parameters:
valueId- the primary key for the new expando value- Returns:
- the new expando value
-
deleteExpandoValue
@Indexable(type=DELETE) public com.liferay.expando.kernel.model.ExpandoValue deleteExpandoValue(long valueId) throws com.liferay.portal.kernel.exception.PortalException Deletes the expando value with the primary key from the database. Also notifies the appropriate model listeners.Important: Inspect ExpandoValueLocalServiceImpl 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:
deleteExpandoValuein interfacecom.liferay.expando.kernel.service.ExpandoValueLocalService- Parameters:
valueId- the primary key of the expando value- Returns:
- the expando value that was removed
- Throws:
com.liferay.portal.kernel.exception.PortalException- if a expando value with the primary key could not be found
-
deleteExpandoValue
@Indexable(type=DELETE) public com.liferay.expando.kernel.model.ExpandoValue deleteExpandoValue(com.liferay.expando.kernel.model.ExpandoValue expandoValue) Deletes the expando value from the database. Also notifies the appropriate model listeners.Important: Inspect ExpandoValueLocalServiceImpl 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:
deleteExpandoValuein interfacecom.liferay.expando.kernel.service.ExpandoValueLocalService- Parameters:
expandoValue- the expando value- Returns:
- the expando value that was removed
-
dslQuery
public <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) - Specified by:
dslQueryin interfacecom.liferay.expando.kernel.service.ExpandoValueLocalService- Specified by:
dslQueryin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
dslQueryCount
public int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) - Specified by:
dslQueryCountin interfacecom.liferay.expando.kernel.service.ExpandoValueLocalService- Specified by:
dslQueryCountin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
dynamicQuery
public com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()- Specified by:
dynamicQueryin interfacecom.liferay.expando.kernel.service.ExpandoValueLocalService
-
dynamicQuery
Performs a dynamic query on the database and returns the matching rows.- Specified by:
dynamicQueryin interfacecom.liferay.expando.kernel.service.ExpandoValueLocalService- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portlet.expando.model.impl.ExpandoValueModelImpl.- Specified by:
dynamicQueryin interfacecom.liferay.expando.kernel.service.ExpandoValueLocalService- Parameters:
dynamicQuery- the dynamic querystart- the lower bound of the range of model instancesend- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portlet.expando.model.impl.ExpandoValueModelImpl.- Specified by:
dynamicQueryin interfacecom.liferay.expando.kernel.service.ExpandoValueLocalService- Parameters:
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 (optionallynull)- 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:
dynamicQueryCountin interfacecom.liferay.expando.kernel.service.ExpandoValueLocalService- 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:
dynamicQueryCountin interfacecom.liferay.expando.kernel.service.ExpandoValueLocalService- Parameters:
dynamicQuery- the dynamic queryprojection- the projection to apply to the query- Returns:
- the number of rows matching the dynamic query
-
fetchExpandoValue
public com.liferay.expando.kernel.model.ExpandoValue fetchExpandoValue(long valueId) - Specified by:
fetchExpandoValuein interfacecom.liferay.expando.kernel.service.ExpandoValueLocalService
-
getExpandoValue
public com.liferay.expando.kernel.model.ExpandoValue getExpandoValue(long valueId) throws com.liferay.portal.kernel.exception.PortalException Returns the expando value with the primary key.- Specified by:
getExpandoValuein interfacecom.liferay.expando.kernel.service.ExpandoValueLocalService- Parameters:
valueId- the primary key of the expando value- Returns:
- the expando value
- Throws:
com.liferay.portal.kernel.exception.PortalException- if a expando value with the primary key could not be found
-
getActionableDynamicQuery
public com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()- Specified by:
getActionableDynamicQueryin interfacecom.liferay.expando.kernel.service.ExpandoValueLocalService
-
getIndexableActionableDynamicQuery
public com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()- Specified by:
getIndexableActionableDynamicQueryin interfacecom.liferay.expando.kernel.service.ExpandoValueLocalService
-
initActionableDynamicQuery
protected void initActionableDynamicQuery(com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery actionableDynamicQuery) -
createPersistedModel
public com.liferay.portal.kernel.model.PersistedModel createPersistedModel(Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
createPersistedModelin interfacecom.liferay.expando.kernel.service.ExpandoValueLocalService- Specified by:
createPersistedModelin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService- Throws:
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:
deletePersistedModelin interfacecom.liferay.expando.kernel.service.ExpandoValueLocalService- Specified by:
deletePersistedModelin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getBasePersistence
public com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.expando.kernel.model.ExpandoValue> getBasePersistence()- Specified by:
getBasePersistencein interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
getPersistedModel
public com.liferay.portal.kernel.model.PersistedModel getPersistedModel(Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getPersistedModelin interfacecom.liferay.expando.kernel.service.ExpandoValueLocalService- Specified by:
getPersistedModelin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getExpandoValues
Returns a range of all the expando values.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portlet.expando.model.impl.ExpandoValueModelImpl.- Specified by:
getExpandoValuesin interfacecom.liferay.expando.kernel.service.ExpandoValueLocalService- Parameters:
start- the lower bound of the range of expando valuesend- the upper bound of the range of expando values (not inclusive)- Returns:
- the range of expando values
-
getExpandoValuesCount
public int getExpandoValuesCount()Returns the number of expando values.- Specified by:
getExpandoValuesCountin interfacecom.liferay.expando.kernel.service.ExpandoValueLocalService- Returns:
- the number of expando values
-
updateExpandoValue
@Indexable(type=REINDEX) public com.liferay.expando.kernel.model.ExpandoValue updateExpandoValue(com.liferay.expando.kernel.model.ExpandoValue expandoValue) Updates the expando value in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.Important: Inspect ExpandoValueLocalServiceImpl 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:
updateExpandoValuein interfacecom.liferay.expando.kernel.service.ExpandoValueLocalService- Parameters:
expandoValue- the expando value- Returns:
- the expando value that was updated
-
getExpandoValueLocalService
public com.liferay.expando.kernel.service.ExpandoValueLocalService getExpandoValueLocalService()Returns the expando value local service.- Returns:
- the expando value local service
-
setExpandoValueLocalService
public void setExpandoValueLocalService(com.liferay.expando.kernel.service.ExpandoValueLocalService expandoValueLocalService) Sets the expando value local service.- Parameters:
expandoValueLocalService- the expando value local service
-
getExpandoValuePersistence
public com.liferay.expando.kernel.service.persistence.ExpandoValuePersistence getExpandoValuePersistence()Returns the expando value persistence.- Returns:
- the expando value persistence
-
setExpandoValuePersistence
public void setExpandoValuePersistence(com.liferay.expando.kernel.service.persistence.ExpandoValuePersistence expandoValuePersistence) Sets the expando value persistence.- Parameters:
expandoValuePersistence- the expando value persistence
-
getCounterLocalService
public com.liferay.counter.kernel.service.CounterLocalService getCounterLocalService()Returns the counter local service.- Returns:
- the counter local service
-
setCounterLocalService
public void setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService) Sets the counter local service.- Parameters:
counterLocalService- the counter local service
-
afterPropertiesSet
public void afterPropertiesSet() -
destroy
public void destroy() -
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfacecom.liferay.expando.kernel.service.ExpandoValueLocalService- Specified by:
getOSGiServiceIdentifierin interfacecom.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService- Returns:
- the OSGi service identifier
-
getCTPersistence
public com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.expando.kernel.model.ExpandoValue> getCTPersistence()- Specified by:
getCTPersistencein interfacecom.liferay.portal.kernel.service.change.tracking.CTService<com.liferay.expando.kernel.model.ExpandoValue>- Specified by:
getCTPersistencein interfacecom.liferay.expando.kernel.service.ExpandoValueLocalService
-
getModelClass
- Specified by:
getModelClassin interfacecom.liferay.portal.kernel.service.change.tracking.CTService<com.liferay.expando.kernel.model.ExpandoValue>- Specified by:
getModelClassin interfacecom.liferay.expando.kernel.service.ExpandoValueLocalService
-
updateWithUnsafeFunction
public <R,E extends Throwable> R updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.expando.kernel.model.ExpandoValue>, R, throws EE> updateUnsafeFunction) - Specified by:
updateWithUnsafeFunctionin interfacecom.liferay.portal.kernel.service.change.tracking.CTService<com.liferay.expando.kernel.model.ExpandoValue>- Specified by:
updateWithUnsafeFunctionin interfacecom.liferay.expando.kernel.service.ExpandoValueLocalService- Throws:
E extends Throwable
-
getModelClassName
-
runSQL
Performs a SQL query.- Parameters:
sql- the sql query
-