Package com.avoka.fc.core.entity
Class ApplicationPackage
- java.lang.Object
-
- org.apache.cayenne.PersistentObject
-
- org.apache.cayenne.BaseDataObject
-
- org.apache.cayenne.CayenneDataObject
-
- com.avoka.core.entity.BaseEntity
-
- com.avoka.fc.core.entity.auto._ApplicationPackage
-
- com.avoka.fc.core.entity.ApplicationPackage
-
- All Implemented Interfaces:
IEntity
,Auditable
,Serializable
,org.apache.cayenne.DataObject
,org.apache.cayenne.Persistent
,org.apache.cayenne.Validating
public class ApplicationPackage extends _ApplicationPackage implements Auditable
Provides an entity containing information about applications (sets of related services and forms belonging to the same organization).- Since:
- 4.0.0
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.avoka.fc.core.entity.auto._ApplicationPackage
ACTIVE_FLAG, ACTIVE_FLAG_PROPERTY, APPLICATION_CLIENT_PROPERTIES, APPLICATION_CLIENT_PROPERTIES_PROPERTY, APPLICATION_CONNECTION_LIST, APPLICATION_CONNECTION_LIST_PROPERTY, APPLICATION_DELIVERY_LIST, APPLICATION_DELIVERY_LIST_PROPERTY, APPLICATION_FORMS, APPLICATION_FORMS_PROPERTY, APPLICATION_NAME, APPLICATION_NAME_PROPERTY, APPLICATION_PACKAGE_OID_PK_COLUMN, APPLICATION_SERVICES, APPLICATION_SERVICES_PROPERTY, CLIENT, CLIENT_PROPERTY, CREATED_AT, CREATED_AT_PROPERTY, CREATED_BY, CREATED_BY_PROPERTY, DESCRIPTION, DESCRIPTION_PROPERTY
-
Fields inherited from class com.avoka.core.entity.BaseEntity
ID_PROPERTY
-
-
Constructor Summary
Constructors Constructor Description ApplicationPackage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFullyQualifiedName()
Return the fully qualified name of this application package.-
Methods inherited from class com.avoka.fc.core.entity.auto._ApplicationPackage
addToApplicationClientProperties, addToApplicationConnectionList, addToApplicationDeliveryList, addToApplicationForms, addToApplicationServices, getApplicationClientProperties, getApplicationConnectionList, getApplicationDeliveryList, getApplicationForms, getApplicationName, getApplicationServices, getClient, getCreatedAt, getCreatedBy, getDescription, isActiveFlag, removeFromApplicationClientProperties, removeFromApplicationConnectionList, removeFromApplicationDeliveryList, removeFromApplicationForms, removeFromApplicationServices, setActiveFlag, setApplicationName, setClient, setCreatedAt, setCreatedBy, setDescription
-
Methods inherited from class com.avoka.core.entity.BaseEntity
appendProperties, getId, getValuesMap, isNew, setId, toString
-
Methods inherited from class org.apache.cayenne.CayenneDataObject
makePath, readPropertyDirectly, readState, setPersistenceState, writePropertyDirectly, writeState
-
Methods inherited from class org.apache.cayenne.BaseDataObject
addToManyTarget, beforePropertyRead, beforePropertyWrite, getSnapshotVersion, readNestedProperty, readProperty, readSerialized, removeToManyTarget, setObjectContext, setReverseRelationship, setSnapshotVersion, setToManyTarget, setToOneTarget, toStringBuffer, unsetReverseRelationship, validateForDelete, validateForInsert, validateForSave, validateForUpdate, willConnect, writeProperty, writeSerialized
-
Methods inherited from class org.apache.cayenne.PersistentObject
getMapKey, getObjectContext, getObjectId, getPersistenceState, setObjectId
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.avoka.fc.core.entity.Auditable
getId, getValuesMap
-
-
-
-
Method Detail
-
getFullyQualifiedName
public String getFullyQualifiedName()
Return the fully qualified name of this application package. The fully qualified name consists of the client code and the application name separated by a dash and space characters, for example "clientcode - My Application". The fully qualified name is globally unique and can be used whenever it is important to uniquely identify the application package (e.g. on the Service Definition Search page for global administrators).- Returns:
- the globally unique fully qualified name of the application package
-
-