Package sk.iway.iwcm.components.export
Class ExportDatDB
ExportDatDB.java
DAO class for manipulating with ExportDatBean
Ticket: Export dat (#16902)
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
deleteExportDat
(int id) findByExportDatId
(int exportDatId) findExportByUrlAddress
(String urlAddress) findExportByUrlAddressAndFormatAndGroupIds
(String urlAddress, String format, String groupIds) findFirstExportByUrlAddress
(String urlAddress) getActualUrlAddress
(net.sourceforge.stripes.action.ActionBeanContext context) static List<ExportDatBean>
static ExportDatBean
getExportDatById
(int id) static ExportDatDB
static boolean
saveExportDat
(ExportDatBean exportDat) Methods inherited from class sk.iway.iwcm.database.JpaDB
and, delete, deleteByIds, filterBetween, filterBetween, filterBetween, filterEquals, filterEquals, filterEquals, filterIn, filterNotIn, filterNotNull, filterNull, filterSubstring, filterSubstringIgnoringCase, find, findBy, findBy, findByProperties, findFirst, findFirstByProperties, getAll, getById, getById, getCount, getResultList, getValues, of, or, save
-
Constructor Details
-
ExportDatDB
public ExportDatDB()
-
-
Method Details
-
getInstance
-
findByExportDatId
-
getExportDatById
-
saveExportDat
-
deleteExportDat
public static boolean deleteExportDat(int id) -
getAllExportDat
-
findFirstExportByUrlAddress
-
findExportByUrlAddress
-
findExportByUrlAddressAndFormatAndGroupIds
public List<ExportDatBean> findExportByUrlAddressAndFormatAndGroupIds(String urlAddress, String format, String groupIds) -
getActualUrlAddress
-