com.liferay.portal.service
Interface ClassNameLocalService
- All Known Implementing Classes:
- ClassNameLocalServiceWrapper
@Transactional(isolation=PORTAL,
rollbackFor={PortalException.class,SystemException.class})
public interface ClassNameLocalService
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This interface defines the service. The default implementation is
com.liferay.portal.service.impl.ClassNameLocalServiceImpl
}.
Modify methods in that class and rerun ServiceBuilder to populate this class
and all other generated classes.
This is a local service. Methods of this service will not have security checks based on the propagated JAAS credentials because this service can only be accessed from within the same VM.
- Author:
- Brian Wing Shun Chan
- See Also:
ClassNameLocalServiceUtil
- Generated:
addClassName
ClassName addClassName(ClassName className)
throws SystemException
- Throws:
SystemException
createClassName
ClassName createClassName(long classNameId)
deleteClassName
void deleteClassName(long classNameId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
deleteClassName
void deleteClassName(ClassName className)
throws SystemException
- Throws:
SystemException
dynamicQuery
java.util.List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Throws:
SystemException
dynamicQuery
java.util.List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Throws:
SystemException
dynamicQuery
java.util.List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
dynamicQueryCount
long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
- Throws:
SystemException
getClassName
@Transactional(propagation=SUPPORTS,
readOnly=true)
ClassName getClassName(long classNameId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getClassNames
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<ClassName> getClassNames(int start,
int end)
throws SystemException
- Throws:
SystemException
getClassNamesCount
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getClassNamesCount()
throws SystemException
- Throws:
SystemException
updateClassName
ClassName updateClassName(ClassName className)
throws SystemException
- Throws:
SystemException
updateClassName
ClassName updateClassName(ClassName className,
boolean merge)
throws SystemException
- Throws:
SystemException
addClassName
ClassName addClassName(java.lang.String value)
throws SystemException
- Throws:
SystemException
checkClassNames
void checkClassNames()
throws SystemException
- Throws:
SystemException
getClassName
@Transactional(propagation=SUPPORTS,
readOnly=true)
ClassName getClassName(java.lang.String value)
throws SystemException
- Throws:
SystemException
getClassNameId
@Transactional(propagation=SUPPORTS,
readOnly=true)
long getClassNameId(java.lang.Class<?> classObj)
getClassNameId
@Transactional(propagation=SUPPORTS,
readOnly=true)
long getClassNameId(java.lang.String value)