@Generated(value={"S2JDBC-Gen 2.4.45","org.seasar.extension.jdbc.gen.internal.model.ServiceModelFactoryImpl"}, date="2018/04/04 16:05:03") public class MobileqrcodeInfoService extends AbstractService<MobileqrcodeInfo>
MobileqrcodeInfo
のサービスクラスです。コンストラクタと説明 |
---|
MobileqrcodeInfoService() |
修飾子とタイプ | メソッドと説明 |
---|---|
java.util.List<MobileqrcodeInfo> |
findAllOrderById()
識別子の昇順ですべてのエンティティを検索します。
|
java.util.List<MobileqrcodeInfo> |
findByCondition(java.util.Map<java.lang.String,java.lang.Object> conditions,
java.lang.String sortName,
java.lang.String sortOrder,
java.lang.Integer limit,
java.lang.Integer offset)
検索条件に従い検索し、結果一覧を取得する。
|
MobileqrcodeInfo |
findById(java.lang.Long id)
識別子でエンティティを検索します。
|
int |
getCount(java.util.Map<java.lang.String,java.lang.Object> conditions)
検索条件に従い検索し、検索結果件数を取得する。
|
int |
getCountByNoExpiredId(java.lang.Long id)
識別子でエンティティを検索します。
|
int |
getLargestDisporder(java.util.Map<java.lang.String,java.lang.Object> conditions)
表示順最大値を取得
|
GroupInfo |
getNegativeGroupInfo() |
UnitInfo |
getNegativeUnitInfo() |
JSONObject |
getQRCodeJSON(java.lang.Long id,
java.lang.Long groupid,
java.lang.Long unitid,
boolean outputSecret) |
int |
update(MobileqrcodeInfo entity,
<any>[] excludes)
更新対象外の項目を指定して更新する。
|
deleteCascade, deleteCascade, deleteCascadeBySimpleWhere, deleteLogically, deleteLogicallyBySimpleWhere, findAll, findAllExceptDeleted, findByLocalgovinfoid, findByLocalgovinfoid, getTotal, insert, toJSONObject
public MobileqrcodeInfo findById(java.lang.Long id)
id
- 識別子public java.util.List<MobileqrcodeInfo> findAllOrderById()
public int getCount(java.util.Map<java.lang.String,java.lang.Object> conditions)
conditions
- 検索条件マップpublic java.util.List<MobileqrcodeInfo> findByCondition(java.util.Map<java.lang.String,java.lang.Object> conditions, java.lang.String sortName, java.lang.String sortOrder, java.lang.Integer limit, java.lang.Integer offset)
conditions
- 検索条件マップsortName
- ソート項目名sortOrder
- ソート順(昇順 or 降順)limit
- 取得件数offset
- 取得開始位置public int update(MobileqrcodeInfo entity, <any>[] excludes)
entity
- 更新対象データexcludes
- 更新対象外プロパティ配列public int getLargestDisporder(java.util.Map<java.lang.String,java.lang.Object> conditions)
conditions
- 検索条件マップpublic JSONObject getQRCodeJSON(java.lang.Long id, java.lang.Long groupid, java.lang.Long unitid, boolean outputSecret)
public GroupInfo getNegativeGroupInfo()
public UnitInfo getNegativeUnitInfo()
public int getCountByNoExpiredId(java.lang.Long id)
id
- 識別子