public final class AttributeCertificateHome extends Object
Modifier and Type | Method and Description |
---|---|
static AttributeCertificate |
create(AttributeCertificate attributeCertificate)
Create an instance of the attributeCertificate class
|
static AttributeCertificate |
findByPrimaryKey(int nKey)
Returns an instance of a attributeCertificate whose identifier is specified in parameter
|
static List<AttributeCertificate> |
getAttributeCertificatesList()
Load the data of all the attributeCertificate objects and returns them as a list
|
static fr.paris.lutece.util.ReferenceList |
getAttributeCertificatesReferenceList()
Load the data of all the attributeCertificate objects and returns them as a referenceList
|
static List<Integer> |
getIdAttributeCertificatesList()
Load the id of all the attributeCertificate objects and returns them as a list
|
static void |
remove(int nKey)
Remove the attributeCertificate whose identifier is specified in parameter
|
static AttributeCertificate |
update(AttributeCertificate attributeCertificate)
Update of the attributeCertificate which is specified in parameter
|
public static AttributeCertificate create(AttributeCertificate attributeCertificate)
attributeCertificate
- The instance of the AttributeCertificate which contains the informations to storepublic static AttributeCertificate update(AttributeCertificate attributeCertificate)
attributeCertificate
- The instance of the AttributeCertificate which contains the data to storepublic static void remove(int nKey)
nKey
- The attributeCertificate Idpublic static AttributeCertificate findByPrimaryKey(int nKey)
nKey
- The attributeCertificate primary keypublic static List<AttributeCertificate> getAttributeCertificatesList()
public static List<Integer> getIdAttributeCertificatesList()
public static fr.paris.lutece.util.ReferenceList getAttributeCertificatesReferenceList()
Copyright © 2018 City of Paris. All rights reserved.